Hi,
I encountered specific problem.
I deploy Azure App Configuration with Bicep. App Configuration has public access disabled because I want to use Private Link.
When I am trying to add key-values to App Configuration using Bicep, I receive information that access to the App Configuration is forbidden.
When I change public access to "Enabled", deployment works.
Do you know what it does not work when public access is disabled and Private Link is enabled? For instance for Azure Key Vault I am able to add secrets even when public access is disabled and Private Link is enabled.
I would be grateful for any hints because I am not sure if this is the issue with the service or it should just work like this.