Is it possible to expose/open more than one port on an Azure Container Instance? I\'ve only been able to open one port per container.
I\'d like to run the equivalent of:
This can now be done via Azure CLI. Example is below:
az container create -g MyResourceGroup --name myalpine --image alpine:latest --ip-address public --ports 80 443
https://docs.microsoft.com/en-us/cli/azure/container?view=azure-cli-latest#az_container_create