Azure – How do you deploy VNET to an App Service with BICEP?
I want to deploy a BICEP template that configures Outbound traffic for an App Service. When I deploy the BICEP template, there are no errors and it says successful, but it does not add Virtual Network Integration. $template = 'main.bicep'…