Unable to bind custom domain and create managed certificate for Azure Container App via CLI #591
yveskerwyn
started this conversation in
General
Replies: 1 comment
-
|
Great questions @yveskerwyn ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to bind a custom domain (admin.qbytes.tech) to an Azure Container App (admin) and generate a managed certificate using the Azure CLI.
Despite having correctly configured the required TXT record (asuid.admin.qbytes.tech) and confirmed its propagation globally, the CLI keeps failing with the following error:
Attempts to use az containerapp hostname bind also trigger certificate creation automatically, which fails with the same error — even though the DNS validation record is publicly visible and correct.
It seems impossible to bind the domain without triggering certificate creation, and the CLI doesn’t allow separating these steps. This behavior is confusing and inconsistent with the expected flow.
Has anyone successfully managed to:
Any working examples or official guidance would be appreciated. I’ve spent hours trying to resolve this and would love a reliable, documented solution.
Beta Was this translation helpful? Give feedback.
All reactions