I have created a Docker image by building a Dockerfile from Nodejs application then pushed the Docker image to Azure Container Registry(ACR). Then created linux Azure container instance as service by referring the Docker image that we pushed to ACR. The application is running fine on port 80. Now We have a SSL certificate , now in order to run my application on port 443, How can i attach this SSL certificate to that Azure container Instance.
Thanks in Advance :)