Skip to content

Instantly share code, notes, and snippets.

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 tyconsulting/c3064a4fbdbac5b818f0012b3e360541 to your computer and use it in GitHub Desktop.
Save tyconsulting/c3064a4fbdbac5b818f0012b3e360541 to your computer and use it in GitHub Desktop.
ARM Template Parameter File - Policy Definition with input parameters
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"roleDefinitionIds": {
"value": "[parameters('roleDefinitionIds')]"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment