Can Azure API Management fulfill the below requirements or do I need to use Application Gateway as well along with Azure API Management?
- Route traffic to various microservices
- Cope with traffic demands and scaling
- Support API versioning
The microservices are hosted on Azure App services.
Thank you