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 ...

learn more… | top users | synonyms (1)

6
votes
0answers
56 views

Azure deployment slower with w2012 server than w2008

I have a classic asp.net application (webforms) working with framework 4.0. If I deploy that site with osFamily="1" (windows 2008 server) the .NET CLR takes 120 ms average (according to newrelic ...
5
votes
0answers
305 views

Windows Azure Caching while debugging - Request Timeout

I have a problem while using Windows Azure Caching with emulator (i.e., on Local, not Cloud). My system configurations are: Windows 8 Visual Studio 2012 Update 1 Azure SDK and Emulator 1.8 ...
4
votes
0answers
150 views

MVC site deployed on Azure returns error when accessing elmah

I have an MVC WebAPI site that has the latest ELMAH.MVC NuGet package installed. Under Visual Studio, I can access http://localhost:1234/elmah and get the error log, just like I'm supposed to be ...
4
votes
0answers
344 views

Unable to sign out from Active Directory when using Azure ACS

I am using ACS 2.0 in my MVC 4 application. It is already configured for signing in, and it works for various providers including ADFS. I need to implement sign-out functionality. As this question ...
4
votes
0answers
176 views

How can I manage the table I added to my WAMS, or associate my WAMS with existing SQL DB tables?

I allowed the WAMS wizard to create the "test" table ("Items") it so congenially offers to create after setting up my WAMS. Then I wanted to create a table that will actually be useful to me. The ...
4
votes
0answers
299 views

Azure SDK 1.8 Kills VS2010 Configuration Switching

Ever since upgrading to Azure SDK 1.8 we have been consistently having extremely long delays when switching between build configurations in VS2010. It can take several minutes to switch between a ...
4
votes
0answers
108 views

October Azure SDK broken when inserting a string with a trailing space

Has anyone worked out a fix for this problem. When using the storage emulator and inserting a row into table storage then the row insert fails if there is a space at end of the field. This was ...
4
votes
0answers
215 views

How does azure websites with EF migrations ensure integrity when updating

The scenario is simple: using EF code first migrations, with multiple azure website instances, decent size DB like 100GB (assuming azure SQL), lots of active concurrent users..say 20k for the heck of ...
3
votes
0answers
23 views

Windows Azure - “The configuration file is missing a diagnostic connection string for one or more roles”

In Windows Azure Management Management portal, when I try to monitor the instances, I get the following error: The configuration file is missing a diagnostic connection string for one or more roles. ...
3
votes
0answers
48 views

Very slow deploy on azure: 'Warning: Unable to connect to the remote server'

I publish an ASP.NET web app as Web Role. It has always deployed OK to my MSDN Azure subscription, but now I get a number of 'Warning: Unable to connect to the remote server' messages on each ...
3
votes
0answers
28 views

I cannot create a Cloud Project after installing Azure SDK 2.0

I installed the new Azure SDK from the Web Platform Installer. Now when I try File > New Project > Cloud > Windows Azure Cloud Service > OK Then I get this error message: Error: this template ...
3
votes
0answers
43 views

Azure/BitBucket continuous deployment not working for merges

I'm trying to set up continuous deployment from BitBucket Git to Azure. When I commit and push to my master branch the site redeploys in a couple seconds and works perfectly, but what I want is to ...
3
votes
0answers
81 views

Azure mobile facebook authentication with iPhone HTML5 in app (full screen) mode

I have an HTML5 application that uses Azure mobile services authentication to login (straight from the example code...provided below). It works fine in all desktop browsers and iPhone 5 in Safari. ...
3
votes
0answers
71 views

IIS Application Initialization in Azure shows 500's periodically after an Upgrade Deployment

Recently, I implemented Application Initialization in one of our Azure projects in order to minimise the time it takes for each of the sites to warm up. I essentially have implemented near exactly ...
3
votes
0answers
270 views

Update Windows Azure Endpoint with load balancer probe settings

I am trying to update the probe settings for a load balanced endpoint in windows azure but facing "Update-AzureVM : Failed: The server encountered an internal error. Please retry the request." ...
3
votes
0answers
158 views

Azure Abstraction Library: What are the differences and reccomendation between Lokad and CloudFx?

Between Lokad and CloudFx, we are considering which framework will best support continued rapid development of high quality and scalable cloud solutions on Windows Azure. Lokad and CloudFx both seem ...
3
votes
0answers
107 views

Development environment DistributedCache.RoutingClient error

I'm having an issue that seems to frequently occur in the middle of my development environment. iisexpress.exe Error: 0 : ERROR: <DistributedCache.RoutingClient> ...
3
votes
0answers
293 views

WebAuthenticationBroker.AuthenticateAsync returns callback url only

I have a simple web API app which should be called from a metro app. I am using WebAuthenticationBroker to get the authentication token. var ipUri = new ...
3
votes
0answers
426 views

Microsoft Dynamics CRM Online with a Windows Azure Hosted Webpage + IFrame + X-Frame-Options

I am trying to use Microsoft Dynamics CRM Online where Windows Azure hosts a custom webpage that is displayed in an IFRAME of the Microsoft Dynamics CRM web application. I have read ...
2
votes
0answers
39 views

Avoid storing connection string in session for different sql schema

I am planning to have a multi tenant application in Azure where data isolation is achieved via schema separation. I am planning to use subdomain to identify the tenant. Idea is to get the tenant name ...
2
votes
0answers
44 views

Can I use reliable messaging with windows workflow and and azure service bus?

Is it possible to have a xamlx workflow which can receive a message from the service bus without deleting it and can instead call Complete() or Abandon() on the message? Anyone got an example of ...
2
votes
0answers
53 views

Session dropped using combination of Azure, Https, and Remote HTTP calls

We have an ASP.NET MVC web role running on Azure. The entire site requires https, using the [RequireHttps] attribute. As part of the site, we have integration with a credit card payment gateway. A ...
2
votes
0answers
25 views

The deployment is transitioning since 2 hours

After a deploy started from VS2012, my deployment stuck in status "transitioning". Actually, my services are working properly, and all instances are running. I cant update, delete, or stop my ...
2
votes
0answers
118 views

Resizing images and uploading blobs faster to windows azure using WP

I am trying to build a windows phone app to upload images to azure storage. I am current using the nuget package - Windows Azure Storage Client Library for Windows Phone and the sample to code to ...
2
votes
0answers
34 views

Azure Endpoints Protocol Differencess

Hello I was wondering during the development, what are the differences between the types of protocols that I can use for my endpoint? the latest SDK had, HTTP, HTTPS, UDP and TCP. I certainly ...
2
votes
0answers
38 views

How do I debug problems during Azure Store offer upgrade?

I'm having troubles debugging "upgrade" of my offer in Azure Store. I've "purchased" the offering, then I click "Upgrade", select a more expensive plan and click the "Proceed" arrow I see the ...
2
votes
0answers
128 views

Unable to upcast from CloudBlockBlob to CloudBlob

I must be missing something obvious here, but I find myself unable to do an upcast which I thought was legal. I am trying to upload data to Blob storage in Azure, and would like to use the method ...
2
votes
0answers
82 views

SQL Azure: Deadlock on concurrent delete operations

I am encountering some deadlocks on my SQL azure database caused by concurrent delete operations and I am unsure as how to resolve it. I have simplified the situation to the most basic level. I have ...
2
votes
0answers
99 views

Azure Web Sites - share login state across subdomains

I have two websites on Azure Web Sites, and I'm using a CNAME to use them with my own domain name. Let's call the two sites site1.example.com and site2.example.com. I'm using ASP.NET MVC 4 and ...
2
votes
0answers
103 views

Azure migrate from GTE CyberTrust Global Root to the Baltimore CyberTrust Root

I am new to Azure, I am running one web-application (ASP.Net, 4.0, C#) using SQL AZURE as database on one small instance of VM cloud service, I am also use Azure blob storage to save my files & ...
2
votes
0answers
111 views

What should be the connection string for a default profile provider in windows azure?

I am using system.web.providers to implement basic authentication for my APIs in my windows azure project. This is my default connection string which am using <connectionStrings> <add ...
2
votes
0answers
110 views

Why does Visual Studio complain about my web.config trace listeners configuration?

In my web.config I have the following settings: <system.diagnostics> <trace> <listeners> <add name="AzureDiagnostics" ...
2
votes
0answers
80 views

Github -> Azure deploy dll used by another process

Unfortunately, due to issues with Azure's lack of EF 5 spatial support, I need to include the relevant DLL myself: related link Once I included the SqlServerSpatial.dll I was able to complete ...
2
votes
0answers
155 views

Authentication between REST and SOAP WebServices

We have a REST Web Service, it acts as a gateway for our SOAP Web Service. I realize that I could add one more endpoint to the existing web service, but I can't due to requirements. Now I am dealing ...
2
votes
0answers
157 views

Azure 1.4 MVC3 session state and caching

I'm having trouble implementing a session state with Azure cache, when running on multiple instances. This is what I did while following various tutorials: 1 - set up caching: I've added a caching ...
2
votes
0answers
56 views

Error running Azure emulator: Error 5048

I just moved from one machine to another, so everything is freshly installed (WIndows 7, VS 2012, SQL 2008, Azure 1.8, IIS) and I am getting the errors: Site 1273337584 was disabled because the ...
2
votes
0answers
58 views

Is there a way to run custom code on Azure Cache expiration? (where last cached value is accessible)

What I mean is a kind of event or callback which is called when some cached value is expiring. Supposedly this callback should be given the currenlty cached value, for example, to store it somewhere ...
2
votes
0answers
136 views

Setting up NHibernate Velocity Cache on Azure

I am attempting to set up 2nd level caching for NHibernate 3.2 with Windows Azure Caching. So far, using https://www.windowsazure.com/en-us/develop/net/how-to-guides/cache/, I have setup Azure ...
2
votes
0answers
30 views

Properly handle Azure MessagingCommunicationException?

I've got several long-running processes that listen on the same azure servicebus topic. After an extended time of running (usually a few days), I get one of these exceptions in one of the processes ...
2
votes
0answers
58 views

azure instead of LA(MP)

I'd be grateful for any "step by step" guides in what it takes to change the code on the dynamic data base connections/connection string/ etc on the PHP/HTML pages to have it working "plug n play" by ...
2
votes
0answers
29 views

how to set 'event_scheduler' in MS azure mysql

I'm having problem trying to set 'event_scheduler = on' the MySQL server provided as part of the MS Azure service(i'm using 3 month trial version) the error message is "ERROR 1227 (42000): Access ...
2
votes
0answers
102 views

azure mobile services for authentication in MVC site

I would like to use the Azure Mobile Services authentication from an Azure MVC site at a different URL http://mysite.azurewebsites.com. So I want to access https://mysite.azure-mobile.net/login/google ...
2
votes
0answers
181 views

Connecting to Azure SQL DB via JTDS on an Android device

I'm using JTDS 1.2.7 to connect my Android app to a Windows Azure SQL Server. Source code: String connectionString = "jdbc:jtds:sqlserver://SERVER.database.windows.net:1433;database=demo;" + ...
2
votes
0answers
81 views

Windows Azure Toolkit for Java plugin does not work on a Mac

I am trying to create a Windows Azure Cloud Service. Therefore I used Eclipse (Indigo) on my Mac. First I need to install (Eclipse > Help > Install New Software > http://dl.msopentech.com/eclipse) ...
2
votes
0answers
40 views

Cannot add messages to Azure emulator from Java process

I have a java process which needs to communicate with an Azure C# application via storage queues. When running in Azure Web, the java process is able to read and write messages to storage queues. ...
2
votes
0answers
253 views

SQL Azure function works fine from C# Windows Azure Emulator, but gives back null after published into Azure cloud service

I have a problem with SQL Azure that I can't solve. I've created a stored procedure to instert new rows into one of my table. CREATE PROCEDURE sp_RouteSave @addr VARCHAR(64), @about VARCHAR(2000), ...
2
votes
0answers
89 views

Can I generate code coverage from deployments on azure?

We would like to be able to deploy our code to azure and then run integration/acceptance tests on the deployed instances to validate the functionality, as using the emulator does not always give ...
2
votes
0answers
182 views

WCF REST service for images doesn't work on Azure?

I have a working WCF REST service (.NET 4.0) for down-streaming the images. But when this service is published to the Azure Website (.NET 4.5) the images loaded are randomly corrupt. This never ...
2
votes
0answers
145 views

Azure SQL sharding doesn't scale as expected

I have a web application developed for Azure Cloud Services using Azure SQL. I started with one database and using JMeter, I ran a load test from a dedicated virtual machine in the same Azure ...
2
votes
0answers
110 views

Socket timeout using signalR when using Azure Emulator, it works fine if i run the mvc project

I have a MVC 4 Project using signalR. I start a thread that send a msg every 5 sec to all clients. This runs fine. I can see the msgs on the clients. When i run the Azure Project with the MVC project ...

1 2 3 4 5 44