Open ricemeisterio opened 10 months ago
I have this same problem, +1
I just ran into this as well. @ricemeisterio, did you go through with the deployment? If so, what happened? Was the secret deleted and did that cause the custom domain to become unavailable until a new TLS certificate had been issued, or did it happen gracefully somehow? I would love to know the consequences of deploying this change to production before actually doing it.
Bicep version az bicep version Bicep CLI version 0.23.1 (b02de2da48)
Describe the bug When using
When creating a custom domain for Azure Cdn / Front Door with ManagedCertificate type, once the certificate is provisioned, properties.tlsSettings.secret shows a change that cannot be managed. It creates the custom domain and certificate correctly. However, once the certificate is provisioned future az deployment group what-if What If checks show a change per custom domain, e.g. properties.tlsSettings.secret:
with no documented method to predefine this at creation time or ignore in what-if or future changes.
To Reproduce
Additional context N/A