Skip to content

Instantly share code, notes, and snippets.

@wuping2004
Created November 16, 2021 05:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wuping2004/bf96bc6eab892f6a3c63c11ea6e1d7b0 to your computer and use it in GitHub Desktop.
Save wuping2004/bf96bc6eab892f6a3c63c11ea6e1d7b0 to your computer and use it in GitHub Desktop.
CSESHTTPS.parameters.json
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"cloudServiceName": {
"value": "cstocses"
},
"location": {
"value": "eastus"
},
"deploymentLabel": {
"value": "deployment label of cstocses by ARM template"
},
"packageSasUri": {
"value": "https://storageforcses.blob.core.windows.net/test/AzureCloudService2.cspkg?sp=r&st=2021-04-02T10:47:04Z&se=2021-04-02T18:47:04Z&spr=https&sv=2020-02-10&sr=b&sig=osktC5FtJpI1uX28D2UMtJaZVi8FmhW6kpIHH%2FuFTUU%3D"
},
"configurationSasUri": {
"value": "https://storageforcses.blob.core.windows.net/test/ServiceConfiguration.Cloud.cscfg?sp=r&st=2021-04-02T10:48:12Z&se=2021-04-02T18:48:12Z&spr=https&sv=2020-02-10&sr=b&sig=8BmMScBU%2Bm6hRkKtUoiRNs%2F2NHYiHay8qxJq5TM%2BkGU%3D"
},
"roles": {
"value": [
{
"name": "WebRole1",
"sku": {
"name": "Standard_D1_v2",
"tier": "Standard",
"capacity": "1"
}
}
]
},
"publicIPName": {
"value": "ReservedIPCSES"
},
"upgradeMode": {
"value": "Auto"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment