azure container istance https

brux88 0 Reputation points
2024-05-24T13:08:09.59+00:00

Hi, I have an Azure Container instance where a small web service runs with a TCP server, I have enabled FQDN and it works perfectly with DNS, but it works under http, if I wanted to make it work under https without applying gateways or expensive services based on the small service what should I do?

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
663 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dan Rios 1,655 Reputation points MVP
    2024-05-25T19:40:22.5366667+00:00

    Hi,

    You can use the side car container feature to integrate TLS via an nginx container instead which may be a solution for you.

    Read more here which has a guide:

    https://learn.microsoft.com/en-us/azure/container-instances/container-instances-container-group-ssl

    If this solves your issue, please mark as accepted so others who stumble across the thread can see the most relevant answer.

    0 comments No comments