Skip to content

Instantly share code, notes, and snippets.

@nmackenzie
Created June 8, 2013 20:02
Show Gist options
  • Save nmackenzie/5736392 to your computer and use it in GitHub Desktop.
Save nmackenzie/5736392 to your computer and use it in GitHub Desktop.
Payload for a Create Hosted Service operation against the Windows Azure Service Management REST API
<CreateHostedService xmlns="http://schemas.microsoft.com/windowsazure">
<ServiceName>SERVICE_NAME</ServiceName>
<Label>U3VsYXNnZWlyIFRlc3QgU2VydmljZQ==</Label>
<AffinityGroup>AFFINITY_GROUP_NAME</AffinityGroup>
</CreateHostedService>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment