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)

4
votes
0answers
107 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
263 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
162 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
291 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
103 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
203 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
268 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 ...
3
votes
0answers
220 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
101 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
282 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
411 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
30 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 ...
2
votes
0answers
27 views

Include TypeScript files in azure git deploy

I'm trying to include TypeScript files in my automatic git deploy so I can showcase code for a framework I'm building. However, whenever I deploy to azurewebsites the deployments do not include the ...
2
votes
0answers
32 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
10 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
55 views

Is it a bad practice to do WebRequests from ASP.NET MVC app?

I'm doing a web application (ASP.NET MVC) running/deployed in Windows Azure. Is it a bad practice if I do a lot of WebRequests from this application?, that is: ActionResult SomeAction() { ...
2
votes
0answers
27 views

Building on Team Foundation Services and Testing in Azure?

I'd like to run some integration tests in Azure. I can't run these in TFServices because they require a database. I'm wondering if it would be possible to push my project up to TFS, have TFS build ...
2
votes
0answers
28 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
35 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
105 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

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
83 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
98 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
141 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
138 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
80 views

How to auto-detect High [Data out] from 1 IP (Windows azure website)

I have an enemy, and he generating high data out on my website (downloading 1 file(500kb) a lot of times(many thousands)). I know his IP. But i cant block him, becouse i use azure website. To be able ...
2
votes
0answers
51 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
115 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
26 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
55 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
192 views

Connecting to Azure SQL with PHP/Codeigniter

i've been wrestling with connecting to azure for the last day or so. i've gone through all the steps here https://github.com/WindowsAzure/azure-sdk-for-php up to the block here: ...
2
votes
0answers
27 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
148 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 ...
2
votes
0answers
93 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
166 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
27 views

How to configure ServiceBusEnvironment Connectivity mode declaritively

WCF service is hosted in IIS and uses netTCPRelayBinding. At some locations the TCP ports are blocked and HTTP must be used. Other times TCP ports are open and this mode is preferred. Thus, I'd like ...
2
votes
0answers
77 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
38 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
290 views

Azure Mobile Service Authentication - App.MobileService does not exist

I have a Windows 8 Store Application and I want to add Azure Authentication to it. I have followed the example in the MSDN page. However, the following line is giving me issues: MobileServiceUser ...
2
votes
0answers
238 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
84 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
173 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
113 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
109 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 ...
2
votes
0answers
179 views

Usage of NHibernate session after exception on query

We are trying to implement retry logic to recover from transient errors in Azure environment. We are using long-running sessions to keep track and commit the whole bunch of changes at the end of ...
2
votes
0answers
103 views

Unpublish MVC 4 project from Azure web site

I created a new web site on Windows Azure and deployed a standard MVC 4 project on there, using the Internet Application template. I think I may have made some mistakes with the NuGet packages trying ...
2
votes
0answers
257 views

How to use CsPack to package azure webrole

I have upgraded to azure 1.7 and now my build process is broken. I have a script that runs after the build which simply fires cspack as follows. cspack "C:\Users\MyAppBuild\.hudson\jobs\MyApp Portal ...
2
votes
0answers
205 views

Profiling an azure webrole with vs profiler

I've found tons of blogs/info on running the builtin VS profiler on an Azure solution and it does in fact work as expected on the worker role projects. However, When I profile an ASP.NET web role, ...
2
votes
0answers
176 views

Azure Background Service

We have a background worker role that runs a few services for us. A communication service and a notification service. when i run my code locally both these services run and Im able to write to a log ...
2
votes
0answers
274 views

Is ThreadAbortException to be expected in a HTTP handler on Windows Azure?

I have an ASP.NET HTTP handler hosted on Windows Azure in a "small" compute instance. It handles downloads and uploads of large binary files. Nothing else runs within that web role, and there are 2 ...

1 2 3 4 5 40