Hi,
I would check if you have enough permissions to the Vnets.
Follow these steps to check permission:
- Login to Web portal
- Go to the VNet > Access control (IAM) > View my access.
You need at least the following permissions to the Vnet:
https://learn.microsoft.com/en-us/azure/app-service/overview-vnet-integration#permissions
Action | Description |
---|---|
Microsoft.Network/virtualNetworks/read | Read the virtual network definition |
Microsoft.Network/virtualNetworks/read | Read the virtual network definition |
Microsoft.Network/virtualNetworks/subnets/read | Read a virtual network subnet definition |
Microsoft.Network/virtualNetworks/subnets/join/action | Joins a virtual network |
Regards,