Like in the image, i need to setup the ‘Outbound internet traffic’ programmatically but I don’t understand where to search for it.
In the azure portal I go to the web app -> click on network name from ‘Virtual network integration’ section.
To create the web app I used azurerm_windows_web_app and I just provided the network’s id. Also azurerm_app_service_virtual_network_swift_connection doesn’t provide this option.
In the documentation this has many names but I suspect that it could be done with :
site_config {
vnet_route_all_enabled = true # WEBSITE_VNET_ROUTE_ALL
}
Are these the same?