Microservices API Routing Issue with .NET 8 and Azure App Service Plan
I am currently working on a project involving three microservices developed using .NET 8. These microservices are deployed using a single App Service Plan, each with its respective Azure AppService. The setup seems fine when validating the endpoints via Swagger URL, and we have path-based URLs set up in the production environment.