One of my container listens to port 80 in logs it show this Now listening on: http://[::]:80
, but i want to expose port 5000 for it, in docker it was quite simple 5000:80
but how do i do this in azure container instance, i am deploying container using yaml file. There isn't anything given in documentation for this
How to specify port in azure container instance?
2.3k views Asked by yatharth meena At
1
Update as of late 2020: It does support port mapping today, see the docs:
(Before 2020 you couldn't...)