Tag Archives: REST API

Create IP filter rules faster with azure cli for Azure IoTHub, DPS and App Services

Implementing network security for the IoTHub and the Device Provisioning Service (DPS) in Azure is a challenging task as simply putting it into a VNET is not always an easy option. Sometimes you can restrict the IP Addresses to the … Continue reading

Rate this:

Posted in Technical Interest | Tagged , , , , , , , , , , | 1 Comment

Creating a hosted service and dealing with the “Bad Request”

In several situations when working with the Azure Management API, I’ve found that the exception containing the message “The remote server returned an unexpected response: (400) Bad Request.” is not really useful. I’m using the NuGet package (Windows Azure Service … Continue reading

Rate this:

Posted in Technical Interest | Tagged , , , , , | Leave a comment

Scaling Azure Cloud Services with the Management API

Just watching the Windows Azure Conf and I’ve found the Video (Taking Control of Your Windows Azure Services) from Michael Collier about using the Windows Azure Management API with the Fluent API from the elastacloud (www.elastacloud.com). He is also talking about the WASABi … Continue reading

Rate this:

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

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

Configuring WCF Client to use the Windows Azure Service Management Library

I’m using the NuGet package (Windows Azure Service Management Library Nuget Package) to communicate with the Azure Management REST API. Note that you can read about the ManagementCertificateclass in another post of mine.

Rate this:

Posted in Technical Interest | Tagged , , , , | Leave a comment

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