Share via

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
0 comments No comments

1 answer

Sort by: Most helpful
  1. Dan Rios 2,050 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.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.