fstipanovic-stemi Was online so was able to reply quick.
Regarding the certificate, you can consider the following:
-
If you purchase an App Service certificate from Azure, Azure maintains the certificate in Azure Key Vault and manages certificate renewal Add and manage App Service certificates - Azure App Service | Microsoft Learn. With this, you can set up Azure Key Vault to manage your container app's certificates to handle updates, renewals, and monitoring. (ref: Import certificates from Azure Key Vault to Azure Container Apps | Microsoft Learn)
- Purchase certificate from other provides and manage manually, as in the example mentioned by you.
Other methods involve accessing the container app over HTTP, which is not considered best practice in general.