Hi, I'm trying to create a policy to monitor some properties of Azure App service that enables publicNetworkAccess. After research I didn't find a way to setup this property. From the document it is clearly that the property is exist and the default value is null, but it doesn't make sense to me, what is the meaning of 'null'? Because from my perspective the publicNetworkAccess is either enabled or disabled. Anyone can help? Thanks , Azure App Service is a service used to create and deploy scalable, mission-critical web apps. When null, it is actually conditional. If there is no private endpoint, then it allows public access. If there is a private endpoint to the web app, then public access is denied., I've tried 3 deployments, only setting publicNetworkAccess: 'Disabled' in Properties or siteConfig, and a final deployment in both Properties and siteConfig, and Allow Public Access is still enabled..