Question 204
AZ-204 voucher + Udemy course (lifetime access) = ₹3,500 for Indian ID card holders.
Details →You are developing a set of RESTful APIs that will be consumed by external partners. You must expose the APIs securely through Azure API Management. You have the following requirements: • Only authenticated and authorized clients must be able to access the APIs. • Control over the number of API calls to prevent abuse and ensure fair usage must be implemented. • Data transformation and validation on incoming requests and outgoing responses must be performed without modifying the back-end services. • Insights into API usage patterns, performance metrics, and anomaly detection must be gathered. You need to implement the APIs. What should you do?
- AUse basic authentication over HTTPS.
- BUse OAuth 2.0 for authentication and authorization.
- CRequire clients to present client certificates.
- DUse subscription keys for authentication.