Skip to content

Commit

Permalink
Updated the deployment template.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed Feb 15, 2024
1 parent cab0072 commit 90eadc0
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"_generator": {
"name": "bicep",
"version": "0.25.53.49325",
"templateHash": "6679581905780127100"
"templateHash": "4658233491102570459"
}
},
"definitions": {
Expand Down Expand Up @@ -221,6 +221,28 @@
},
"vnetConfiguration": {
"$ref": "#/definitions/vnetSettings",
"defaultValue": {
"group": "",
"name": "",
"prefix": "",
"identityId": "",
"aksSubnet": {
"name": "",
"prefix": ""
},
"podSubnet": {
"name": "",
"prefix": ""
},
"vmSubnet": {
"name": "",
"prefix": ""
},
"bastionSubnet": {
"name": "",
"prefix": ""
}
},
"metadata": {
"description": "Optional. Bring your own Virtual Network."
}
Expand Down

0 comments on commit 90eadc0

Please sign in to comment.