How do you implement API Gateway in
zure?
Strong Answer
Using Azure API Management (APIM)
Responsibilities:
- Authentication
- Rate limiting
- Logging
- Routing
Real-world Example:
Instead of exposing multiple APIs:
- Single endpoint via APIM
dvanced insight:
- Implement throttling (protect backend)
- Version APIs