My Docker seq container exposes both http and https. However, when I deploy it to azure (ACI) it exposes only http.
I tried to create a gateway but the backend pool is not healthy and i cannot fix it.
How can I expose my seq container on https
My Docker seq container exposes both http and https. However, when I deploy it to azure (ACI) it exposes only http.
I tried to create a gateway but the backend pool is not healthy and i cannot fix it.
How can I expose my seq container on https
Azure Container Instances (ACI) reserves the following ports for service functionality:
You need to run https on a different port other than 443.
More information here -> https://learn.microsoft.com/en-us/azure/container-instances/container-instances-troubleshooting