I’m getting same problem but only when deploying to vnets that have an app gateway deployed. Could this be related?
Web App - Vnet Integration
PatricS
61
Reputation points
Hi!
When deploying a web app with vnet integration through bicep/arm the portal throws an error afterwards when looking at the resource under network/vnetintegrations.
The deployment is working and the vnet integration is in place when looking in through resource explorer.
(havent tried it yet)
the error: "Only supports nested resources"
see the picture
bicep part:
resource webApp1NetworkConfig 'Microsoft.Web/sites/networkConfig@2021-01-15' = {
parent: webApp1
name: 'virtualNetwork'
properties: {
subnetResourceId: subnetId
}
}
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,933 questions
3 answers
Sort by: Most helpful
-
-
Simon Balahang Jensen 0 Reputation points
2023-02-16T09:41:48.2533333+00:00 Hi -
I am also facing this isse -
Prasanth K S 40 Reputation points
2023-05-12T06:31:39.9666667+00:00 I too have same issue with one of my appservices can someone give me a solution.