Here\'s my scenario: my Azure web role does a lot of work in OnStart() and produces a huge debugtrace that is uploaded to Blob Storage.
I\'m working on an application that communicates with a web service. The client application ( silverlight-4.0) will call the web service and trigger a long-running task. Because it takes some time for
i have a data service hosted in azure from which i am sending notification to iphone but while establishing connection with apns i am getting following error
I have 174 GB of XML files that I need to get into my Azure table storage, what is the best way of doing this? The XML files should be par开发者_如何学Gosed and their content put into different tables
I\'m looking for a way to serve a \"Maintenance Mode\" website from Amazon S3 or Azure Blob storage while I\'m updating my website to a new version. I\'d like to just flip DNS over to point to maint.m
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I am trying to create an https endpoint for my azure service.I was given an p7b file that I converted into a cer file.From the cer I was able to convert with a few lines of c# to a pfx.
According to Azure service definition schema LocalStorage element can be present either in <WebRole><LocalResources> (this location is used in samples found everywhere) or right in <开发
In my Azure role startup task I need to deploy my native C++ application. I do that by running a set of actions from a .cmd file.
Is the Windows Azure operating system restarting开发者_运维技巧 or reseting a running worker role automatically from time to time? Or can I rely on the fact that my Worker role is running infinitely i