Skip to content

Instantly share code, notes, and snippets.

@suneetnangia
Created December 8, 2015 12:41
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save suneetnangia/222f032fdcab6fc4d45a to your computer and use it in GitHub Desktop.
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"apiAppName": {
"value": "MyAPIAppName"
},
"externalUrl": {
"value": "http://myapp.azurewebsites.net"
},
"AADAuthClientId": {
"value": "804a4b29-0cdb-46df-b9e2-923c76584111"
},
"openIdIssuer": {
"value": "https://sts.windows.net/1de4b508-d463-4599-1cee-dcaac3509876/"
},
"hostingPlanName": {
"value": "AppSvcPlan"
},
"apiLocation": {
"value": "North Europe"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment