Container instance dns using http and not https

DevOps Axelra 26 Reputation points
2020-07-22T13:05:23.847+00:00

After creating a new container instance, a dns url (FQDN) is provided by Azure. The requests are served through http. Is it possible to use this dns with https as well? Instead of calling http://dns-url, we should be able to call https://dns-url.

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
648 questions
{count} vote

Accepted answer
  1. vipullag-MSFT 24,711 Reputation points
    2020-07-23T08:12:54.257+00:00

    @DevOps Axelra

    ACI does not have a built in support for https. However, to enable a ssl connection you will need a webserver in your container with the required certs refer sidecar container or front your container with an application gateway. You can also consider using app service or kubernetes for achieving this.

    For security advice see Azure security baseline for Container Instances.

    Please check similar issue on stack overflow which has more information.

    Please 'Accept as answer' if it helped, so that it can help others in the community looking for help on similar topics.

    0 comments No comments

0 additional answers

Sort by: Most helpful