Skip to content

Instantly share code, notes, and snippets.

@anishi1222
Created March 15, 2022 13:24
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 anishi1222/8ea8de9da167cb50e10228c87cc8e025 to your computer and use it in GitHub Desktop.
Save anishi1222/8ea8de9da167cb50e10228c87cc8e025 to your computer and use it in GitHub Desktop.
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"sku": {
"value": "Consumption"
},
"publisherEmail": {
"value": "email@example.com"
},
"publisherName": {
"value": "templateTest"
},
"skuCount": {
"value": 0
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment