How to map forward port on azure container instance using a YAML file – Docker
The Azure Container Instances YAML reference gives option to expose multiple ports in the container. see https://learn.microsoft.com/en-us/azure/container-instances/container-instances-reference-yaml However, I haven't figured out yet how to map/forward port as we do with docker. I would like to define on the YAML…