Created
June 8, 2013 22:22
-
-
Save nmackenzie/5736817 to your computer and use it in GitHub Desktop.
Sample header for the Add Role operation in the Windows Azure Service Management REST API
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
POST /MY_SUBSCRIPTION/services/hostedservices/SERVICE_NAME/deployments/DEPLOYMENT_NAME/roles HTTP/1.1 | |
x-ms-version: 2013-06-01 | |
Host: management.core.windows.net | |
Content-Type: application/xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment