What Azure services would you use to design a high-throughput API system?
- Azure App Service or Azure Kubernetes Service (AKS) for hosting APIs.
- Azure API Management for gateway and throttling.
- Cosmos DB with partitioned throughput for high-speed data.
- Azure Cache for Redis for frequently accessed data.
- Use Azure Front Door / CDN for global load balancing.