Open gwicks opened 1 year ago
Hi @gwicks, thank you for reporting this. Unfortunately, we are in this case limited by an insufficient Azure API spec. Others have noted this, too, and reported to Microsoft. I added a comment there, pinging their PM. Hopefully, they'll release an updated version of the Container Apps spec soon.
Thanks for the response, the workaround is fine for now for my purposes, hopefully once they add API support this will get auto-incorporated.
Hi, does the issue still presist? I seem to have tumbled on the same case
Azure have published a new preview API version 2024-08-02. Pulumi doesn't use it by default but you can import it explicitly. You could check if the new version has improved support for managed certs.
Hello!
Issue details
I'm trying to migrate my small organization's web app to Azure Container Apps, and wanted to use Pulumi for it. However, I'm noticing it's support in
azure_native.app.ContainerApp
is a little lacking in terms of supporting the new Managed Certificates feature exposed in the environments. For cost reasons, these are the only practical option for managed SSL certs for our app, since they are free and sufficient for our purposes. My main desire is to have Pulumi push image updates to the container app and do the deployment.I did try this approach as a workaround.
This may be sufficient to stop Pulumi from deleting my custom domain config on update, but it is far from optimal. The abstraction may need to be a separate one for managed certs, as there is an automated DNS validation process ala AWS ACM. I understand this is API mapping is all auto-generated to some degree, but regardless, I'd like to see support added for this.
Affected area/feature
Azure Container Apps + Managed Environments