Exactly same issue reported on my side. Existing bindings are still working well but adding new one using same process is no more possible:
Unable to Bind Managed Certificates to Custom Domains in Azure Container Apps (Silent Failure on New Domains)
We are using Azure Container Apps to host a multi-subdomain website (*.all-architecture.co.uk
) with more than 150 custom domains successfully bound using Azure-managed certificates.
In the last two weeks, we added 30+ new subdomains and successfully generated the managed certificates (status: Succeeded
) via the Azure Container App Environment.
However, these new certificates:
- Appear under the Certificates section of the Container Apps Environment
Are not selectable when attempting to bind the domain to the Container App (via Portal UI → "Add Binding")
Even when editing the JSON directly (via Resource Explorer), providing the correct certificate path under /certificates/...
results in no error but also no effect — the domain remains Disabled
We have validated:
Certificates are issued and match the domain name
Binding works for older certificates/domains
This appears to be a silent failure or new limitation
This issue is blocking HTTPS support for newly added locations on our production website.We are using Azure Container Apps to host a multi-subdomain website (*.all-architecture.co.uk
) with more than 150 custom domains successfully bound using Azure-managed certificates.
In the last two weeks, we added 30+ new subdomains and successfully generated the managed certificates (status: Succeeded
) via the Azure Container App Environment.
However, these new certificates:
Appear under the Certificates section of the Container Apps Environment
Are not selectable when attempting to bind the domain to the Container App (via Portal UI → "Add Binding")
Even when editing the JSON directly (via Resource Explorer), providing the correct certificate path under /certificates/...
results in no error but also no effect — the domain remains Disabled
We have validated:
Certificates are issued and match the domain name
Binding works for older certificates/domains
This appears to be a silent failure or new limitation
This issue is blocking HTTPS support for newly added locations on our production website.
Steps to Reproduce:
- Add a new custom domain to Azure Container App (e.g.,
barnes.all-architecture.co.uk
) - Let Azure generate the managed certificate (succeeds)
- Attempt to bind certificate via Portal or Resource Explorer
- No certificate is selectable in UI, and editing
customDomains
JSON with correctcertificateId
does nothing (bindingType staysDisabled
) Expected Behavior:- Managed certificate appears in dropdown when binding the domain
-
bindingType
can be successfully changed to"SniEnabled"
using the matching certificate
Actual Behavior:
Certificates are successfully created but not bindable
Silent failure in Portal and API when attempting to associate certificate to domain
Azure Container Apps
2 answers
Sort by: Most helpful
-
-
Flávio Campelo 0 Reputation points
2025-08-11T18:52:57.3133333+00:00 I'm facing same issue here. From Azure Container Apps (ACA), I added an new custom domain using managed certificate option. So, I see the custom domain is shown in ACA, a new certificate for that domain is automatically created in the Azure Container Environment (ACE), but the custom domain remains never bound. Even I click to edit custom domain to bind it, the selecte option shows nothing. But certificate exists in ACE for the right domain (Remember this certificate was automatically created).