问题 As the title says, I need to setup SSL for an app hosted in Azure Container Instances, however, I'm not quite sure where I need to start. I have a containerized app hosted via Azure Container Instances at the address http://myApp.northamerica.azurecontainer.io . This address is masked by the 'official' address at http://api.myApp.com . Is there any reason why I can't just add SSL to the superficial domain @ http://api.myApp.com , that redirects to the real domain @ http://myApp.northamerica