Hi All,
I am trying to create a azurerm_linux_web_app
using code, my company is having a policy in Azure account not to enable public access for any resource we are creating. I am trying to set the public access deny in code but not able to find the required parameter to set in this doc
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/linux_web_app
I try to check the already provisioned app service and see related value in portal, I couldn’t find much. I try to use
#public_network_access = false
#publicNetworkAccess = false
These two doesn’t work also.
Any help will be appreciated