Tag Archives: Azure

Microsoft Azure add new co-administrator

As of this writing, the ability to add a new co-administrator has been moved within the setting panel on the left of manage.windowsazure.com. In the past, it was at the “Subscription” at the top of the page.

Posted in Azure | Tagged , | Leave a comment

‘ParallelOperationThreadCount’ is larger than maximum of ’64’

The above exception occur when you upload a blob that is greater than the value specified by the SingleBlobUploadThresholdInBytes property, it is automatically divided into blocks that are uploaded individually and assembled into the complete blob by the service. The … Continue reading

Posted in Azure | Tagged , , , , | Leave a comment

Creating ASP.NET Web API in Azure Project

When porting ASP.NET Web API to Azure Project, you may encounter error 404 when trying to call the restful api. To solve this problem, add a Global Application Class (Global.asax) in your Azure Project. Lastly replace the Application_Start method in … Continue reading

Posted in Azure | Tagged , , , , | Leave a comment