Hello anonymous user
You are right Azure App service has option publicNetworkAccess
that has default option null
in Resource Explorer.
Resource Explorer treat null
as if the property isn't present, no publicNetworkAccess
option was set in Bicep or ARM template. In this case publicNetworkAccess
is not active
https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/template-expressions#null-values
You can use existing policies that will prevent App Service Apps to have access from the Internet.
- Configure App Services to disable public network access
- App Services should disable public network access