Path and URL based routing in Azure windows Container Instances

Naresh Babu 135 Reputation points
2024-06-27T15:02:45.4233333+00:00

Dear,

I have 2 applications/services running in Azure windows container instance with 2 different URL/path, how can I route the traffic. Please suggest.

thanks in Advance.

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

1 answer

Sort by: Most helpful
  1. Nikhil Duserla 565 Reputation points Microsoft Vendor
    2024-06-28T06:52:26.3433333+00:00

    Hi Naresh Babu ,

    Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.

    Please configure Azure Application Gateway with Container Instance as Backend target. Make sure to configure application gateway on Standard V2 SKU.

    User's image

    Add Routing Rules:

    Please configure path-based rules in the Backend Targets settings and specify your URL or path.

    If you have any further queries, do let us know.

    If the answer is helpful, please click "Accept Answer" and "Upvote it."