Tag Archives: Bad Request

Creating a Virtual Machine Deployment with the Azure Management REST API in a typed way

I’m using the NuGet package (Windows Azure Service Management Library Nuget Package) to communicate with the Azure Management REST API. I’ve been already writing about the ManagementCertificate class in an earlier post. The parts of this example were already posted, … Continue reading

Rate this:

Posted in Technical Interest | Tagged , , , , , , , , | 3 Comments

A simple way of creating and sending a Request on the Azure Management API

In an earlier post I’ve been talking about how one can communicate with the Azure Management API, however the examples were not completely clear for me, so I’ve made a try on my own, to be able to send a … Continue reading

Rate this:

Posted in Technical Interest | Tagged , , , , | 2 Comments

Working with Windows Azure Management REST API

I’ve been searching the web for solutions on automating Virtual Machine creation on Azure. I wanted to do it from C# code. The following options came into picture (A great help on all the approaches is when you have the … Continue reading

Rate this:

Posted in Technical Interest | Tagged , , , , , , , , | 12 Comments