Skip to content

Commit

Permalink
Add parameter on nested deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
romulets committed Apr 5, 2024
1 parent ee269ce commit 4859025
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/azure/ARM-for-single-account.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@
"metadata": {
"description": "VM Size"
}
},
"ResourceGroupLocation": {
"type": "string",
"defaultValue": "[resourceGroup().location]"
}
},
"resources": [
Expand Down

0 comments on commit 4859025

Please sign in to comment.