Which THREE considerations are important when designing a solution using Azure API Management (APIM) to secure backend APIs?
Rate limiting protects backend APIs from excessive calls.
Why this answer
Options A, B, and D are correct. APIM can validate JWT tokens, limit requests via rate limiting, and use OAuth2 for authentication. Option C (store SQL credentials) is not a best practice; Option E (disable TLS) is insecure.