Windows Azure is a Platform as a Service (PaaS) and Infrastructure as a Service (IaaS) cloud computing platform by Microsoft. Users of the platform can deploy their applications onto cloud hosting benefiting from on-demand service, elastic scale, and a highly managed environment on a pay-as-you-go ...
1
vote
1answer
21 views
Import MySQL db into MS Azure
I want to import a MySQL schema into a db in Microsoft Azure, I have read I need to have the file with the schema in BACPAC format, after that the file can be uploaded and imported in MS Azure.
How ...
1
vote
1answer
72 views
Windows Azure REST API MediaLink
I'm trying to use the API REST of Windows Azure for creating a virtual machine deployment. However, I've got a problem when trying to specify an OS image in the following XML file:
<Deployment ...
0
votes
1answer
17 views
Create Azure VM from image created under different subscription
Is there a way to take a backup of a VM (image capture following the sysprep method) and then make that image in the gallery visible to someone under their subscription. For example, I create a VM, ...
0
votes
1answer
18 views
Update Azure Staging deployment will create new url
I am using cloud service for my web application currently it is in development phase. My all updated code is on staging environment, I have create staging server on May 13, 2012. Now from last two ...
0
votes
1answer
30 views
Microsoft.SqlServer.Types, Version=11.0.0.0 missing
I have published the project on Azure websites and it throws exception:
Microsoft.SqlServer.Types, Version=11.0.0.0 missing when I try to
run report. Locally everything works fine. I have
...
0
votes
1answer
20 views
Re-numbering sub-sets of a table in SQL
I have a table which contains columns for: ComponentID, PartID, Position, Country and City. The primary key consists of ComponentID, PartID, Country and City.
I am using MS SQL Azure.
Potentially a ...
0
votes
0answers
31 views
Enable compression in Windows Azure
How to enable compression in Windows Azure?
I am trying to deploy my web application developed in java (OfBiz) on Windows Azure Cloud.
I am not using Apache.
I am using tomcat only.
How can I enable ...
1
vote
1answer
37 views
datagrid doesn't bind with datatable
I'm working on a webpage in azure. Here's a part of my code:
using (SqlConnection conn = new SqlConnection("my connection string"))
{
SqlCommand cmd = new ...
-1
votes
1answer
24 views
How to I FTP files down from an Azure website
I can get files uploaded from Visual Studio using publish and using my azure profile But now the website and my local files are not in synch. I need to download my site and I just don't see where to ...
1
vote
2answers
38 views
Can't programmatically set permissions to blob container in Azure Storage
After creating a blob container with CreateIfNotExists(), I immediately call SetPermissions() to allow users public access to the blobs in the container, but not to the container itself.
Like so:
...
0
votes
0answers
40 views
Use controller result from other mvc project within solution
I've got a new solution that contains several project 'groups'. Each group contains a Cloud Project, a Web Role Project and a Test Project. All Web Role Projects are MVC4.
One of the Web Roles is the ...
0
votes
0answers
16 views
Azure Publish giving “The Type or Namespace {x} cannot be resolved” error
I have a MVC 4 web project that I have been working on for about a year. It is currently published and running on azure in production, and has been working there for about a year. My dev machine ...
0
votes
0answers
19 views
On azure ajax calls 302 first time [closed]
Website is hosted on Windows Azure written in PHP. I've written login logic using $.post where for the first time it is showing 302 Moved temporarily, when I hit login button for second time it is ...
1
vote
1answer
40 views
web role and sql azure disaster recovery
I'm working on a quiet large and critical application. It's been deployed to azure with 3 web roles and sql azure db.
In case of disaster, we need to be able to restore both web roles and sql azure ...
0
votes
0answers
11 views
Azure ACS - ACS20001 exception while login using SiteMinder IDP
I have created a sample 'Windows Azure cloud service' project in visual studio 2010 and configured AZURE ACS as STS for this application using WIF for .NET 4.0. then deployed this application in ...
0
votes
0answers
16 views
Disable httpForbiddenHandler on Azure
My Problem is pretty simple, for a rewriting to the blob on a REST service, I want to allow .config an other special files at the end of the url.
I cannot change the format of the REST Service URL, ...
0
votes
0answers
47 views
Configure azure virtual machine with .Net 4
I am new to windows azure. I just created a virtual machine in windows azure. I need to install .Net 4 framework in it. But I am unable to download it from microsoft website using virtual machine's ...
0
votes
0answers
41 views
Unable to connect to azure cloud service?
I have created an azure cloud service and published to it using Visual studio 2012. The cloud service consists of a worker and web role. I have enabled remote desktop and can see that both are running ...
0
votes
1answer
33 views
SQL Azure connectivity fails all of a sudden
I have a website hosted on GoDaddy server and many users access this website with their respective username and passwords. My database is in Azure. All of a sudden when the users of this website try ...
0
votes
2answers
51 views
How to reduce memory usage on windows azure shared website?
I have a site hosted on Windows Azure shared websites. It just got suspended for going over memory usage limit of 512MB/hour.
I do use .net caching rather heavily (to prevent multiple calls to ...
0
votes
0answers
51 views
Windows Azure Active directory for WCF Rest API Or OAuth Provider
I have build simple web service using WCF that i need to Authenticate against Windows Azure Active directory. What i need is When some one use the service they have enter username and password or ...
2
votes
2answers
66 views
How to migrate from Azure SQL to SQL Server? [duplicate]
Okay this is not about migrating existing sql server database to azure database. Its the other way round.
I want to stop using azure sql database, and moved to full version of SQL Server. How do I ...
0
votes
1answer
45 views
New-AzureDeployment times out on package upload
I'm trying to automate our deployment to Azure process. I've gone through various pages from google with powershell scripts examples.
I've narrowed down the problem to this part:
# publish - here I ...
0
votes
1answer
19 views
Azure Queues: How to determing when the message invisibility timeout going to expire
In Azure Queues, Is there a way to find out when the message invisibility timeout going to expire. I want to check to see if the timeout's going to expire and extend if required.
0
votes
3answers
87 views
Why does it take so long to get through first level retries?
I've just started playing around with NServiceBus on Azure, and for some reason it takes a long time to get through the first level retries when a message handler throws an exception. With retries set ...
-2
votes
0answers
39 views
Microsoft Azure and .NET Blogs? [closed]
I'm new to .NET and was wondering which .NET blogs are the best to read. Any suggestions for blogs or communities to join are welcome.
0
votes
1answer
37 views
How to setup secure web sockets in azure
How do you go about setting up secure web sockets in Azure? I currently have a web role using web sockets (using the Microsoft.Web.WebSockets package). I was unable to find any guides on how to do ...
1
vote
1answer
47 views
Continuous deployment to Azure from TFS 2012 Update 2
I am not using TFS Service (Preview/Online). I am running TFS 2012 Update 2 on-site and trying to deploy an Azure Service that contains a web and worker role. I'm also using Azure SDK 2.0.
I have ...
0
votes
1answer
19 views
Use Hybrid API in Azure Service Bus Queues
Is i possible to use Messaging API to send message to the Queue and Receive using WCF integration (NetMessagingBtinding) and if so how to do it ? what is the service contract ?
Thanks
Offir
0
votes
1answer
18 views
Windows azure connect virtual machinie from different account
I would like to connect two VM from two different account in Windows Azure.
Is it possible?
Because I've searched in the web and the e.g are only about the same account.
Thank you all for the help
0
votes
1answer
44 views
Build MSI on Azure
I have a web project with I host on windows azure. Now I am trying to add client exe to monitor something on server (something like Windows Tray Notifier for TeamCity)
Link to this installer will be ...
1
vote
1answer
69 views
Publish Entity-Framework Code-First Migrations with no Context in the startup project
I am building a solution with the following Projects:
Main.Data - Class Library project
Main.API - Asp.NET MVC WebApi - references Main.Data
Main - Asp.NET MVC 4 web application - references ...
1
vote
1answer
39 views
Is there an RoleInstanceId equivilent on Azure Websites?
I'm looking for the equivalent of an Azure RoleInstanceId, but on an Azure Website (as opposed to an Azure Web Role). I've looked extensively for such a thing, but to no avail. I even deployed a ...
0
votes
2answers
69 views
Sql Server change fill factor value for all indexes by tsql
I have to expoet my DB into a bacpac file to import it into Azure.
When I try to export I get an error because any indexes have a fillFactor value.
I've found how to set a fillFactor value for all ...
1
vote
0answers
21 views
Autoscaling Application Block not Increasing/Decreasing Instances
I have implemented autoscaling using the Enterpise Library Autoscaling Block, pretty much as described in the tutorial.
So the first time when I am running load test for my site it's increasing the ...
0
votes
1answer
36 views
azure download subscription file link
I am trying to publish website following the link in the http://www.windowsazure.com/en-us/develop/net/tutorials/web-site-with-sql-database/. However when I try to download the subscription file as ...
0
votes
1answer
25 views
Large data to cloud service
I need to send about 50 mb of data containing images to a service on Windows Azure.
Should I send it to a WCF service using a binding with MSMQ transpotation, or would it be better to write a worker ...
-1
votes
1answer
29 views
Delete and recreate a VM in Azure
I want to move my Azure VMs to a new azure network.
I've created a new Network as I need it to be. If I delete the VMs can I just make new ones from their vhd's and specify the new network as I ...
0
votes
0answers
49 views
Fails to use Azure caching in my web app
In my webpage, which should display a gridview with table records, I've tried to add a cache so the grid will get the records from the cache, if exists, and if not will go to the DB itself.
Though ...
1
vote
2answers
41 views
Downtime experienced swapping instances of different sizes
In production I am running 3 small instances of my web role. In staging I have 3 extra small instances of that web role. When I swapped them out my site experienced about 2 minutes of downtime which I ...
0
votes
1answer
24 views
EF5 Code First Automatic Migrations to Azure Database
I posted a more detailed question about this but am not getting many responses. So, in the simplest terms, has anyone successfully set up automatic migrations on an Azure database using EF 5.0 Code ...
1
vote
1answer
75 views
Custom css font display with interference after publishing site to Azure
Trying to post web-site at different hostings (somee.com, azure, localhost). Site at asp.net mvc 4.
Displaying at the localhost and somee.com:
...
0
votes
1answer
33 views
Windows Azure: Unexpected & unclean virtual-machine shutdown
Using a large instance of a virtual machine on Windows Azure. The instance runs Microsoft SQL 2012 with light usage, on Windows Server 2012 + all up to date. No user is logged in at time of ...
0
votes
0answers
33 views
Ajax Control Toolkit not working on Azure
The Toolkit is working fine on the development machine (VS 2012, Toolkit version: 4.1.60919.0).
After publishing to Azure everything works fine except Toolkit - no errors, no problems - it simple ...
0
votes
1answer
37 views
Not able to update an entity of type string in azure table storage to null
I have user table which has an attribute called "PictureUri" of string type. By default its null and then i update it to some text. Later if i try to update it to null again, it doesnt happen. The ...
0
votes
1answer
24 views
asp.net new Bitmap of file in relative path of ASP.NET Solution and not fully qualified file system?
Is it possible to reference a new bitmap pointing to file in the .NET solution without giving it a fully qualified file system location? Trying to do this to run in Azure without having to set up ...
0
votes
1answer
30 views
Issue with php code on azure
I am trying to run the PHP code shown on this page - https://developers.hubspot.com/docs/methods/forms/submit_form (scroll down a bit).
This worked fine on my rackspace cloudsite but now that I have ...
0
votes
2answers
43 views
Local DB for development and SQL Azure DB for production
I would like to use my local SQL Server for development. I know how to sync data down from SQL Azure to local db. What I'd like is configuration that will allow the debug version to access local db ...
0
votes
0answers
25 views
My Azure role instance propagates an exception but is only restarted 35 minutes later
Quite often I encounter the following situation: my Azure role instance fails to initialize and throws an exception that is propagated outside OnStart(). I see ...
0
votes
1answer
25 views
Service Bus MessageSession accepted but Receive returns null
We use Azure service bus queue, and receive messages using the AcceptMessageSession (code below).
Accepting the MessageSession succeeds, but then when I call Receive on the MessageSession, null is ...



