Skip to content

Commit

Permalink
Add delegration to app container vnet subnet.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnstee committed Dec 20, 2024
1 parent 904a277 commit 6e4d904
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Deployment/arm.json
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,15 @@
{
"name": "[concat(parameters('resourcesName'), '-Subnet-CA')]",
"properties": {
"addressPrefix": "[variables('subnetPrefix2')]"
"addressPrefix": "[variables('subnetPrefix2')]",
"delegations": [
{
"name": "appServiceDelegation",
"properties": {
"serviceName": "Microsoft.App/environments"
}
}
]
}
}
]
Expand Down

0 comments on commit 6e4d904

Please sign in to comment.