Is it possible to keep same api urls when moving from monolith to micro service on Azure
I am breaking a monolith that is hosted as an app service on Azure. Application is made on .NET 4.8. Is it possible to keep existing API calls in place, but redirect to a microservice instead of processing it by…