An Azure service that provides customers with a serverless container experience.
@yannick ,
There are many Certificate Authority(CA) companies that provide SSL certs. Some of the most popular ones are Let’s Encrypt Certificate Authority (letsencrypt.org), Digicert, beyondtrust, etc., There are also some free SSL CA certs as well. It depends on which ones you would like to go with.
You won’t immediately get an SSL certificate as soon as you buy it. The Certificate authority will get your credentials, make sure you own the claimed domain and follow any other verification processes before issuing a certificate.
Steps involved typically when one has to get the CA cert and use are clearly documented here how-to-get-an-ssl-certificate-for-my-website
In this context, follow this and in the nginx.conf file change server_name from localhost to the correct server name and set the paths for ssl_certificate and ssl_certificate_key correctly (these files should be obtained from your Certificate Authority.
While this article uses Nginx in the sidecar, you can use another TLS provider such as Caddy.