We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7f41d commit 3c8e94bCopy full SHA for 3c8e94b
1 file changed
infrastructure/terraform/networking.tf
@@ -82,7 +82,7 @@ module "container_app_subnet" {
82
network_security_group_name = "nsg-container-apps"
83
delegation_name = "delegation"
84
service_delegation_name = "Microsoft.App/environments"
85
- service_delegation_actions = ["Microsoft.Network/virtualNetworks/subnets/action"]
+ service_delegation_actions = ["Microsoft.Network/virtualNetworks/subnets/join/action"]
86
}
87
88
module "main_subnet" {
0 commit comments