Skip to content

Instantly share code, notes, and snippets.

@JeffWouters
Created May 11, 2023 12:49
Show Gist options
  • Select an option

  • Save JeffWouters/56b477af9d01daf44cc6fda583f44f63 to your computer and use it in GitHub Desktop.

Select an option

Save JeffWouters/56b477af9d01daf44cc6fda583f44f63 to your computer and use it in GitHub Desktop.
params
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"location": {
"value": "westeurope"
},
"name": {
"value": "CZApp"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment