Integrating APIs with API management
DataCamp Diner now wants to share restaurant_menu_items with delivery partners and mobile app developers. Exposing the endpoint directly would leak the Function App URL and offer no way to throttle noisy callers.
Publishing the trigger through API Management (APIM) — created for you in the previous exercise — puts a controlled gateway in front of the Function App, adds subscription-based access, rate limits, and usage analytics, and does it all without changing a line of function code.
This exercise is part of the course
Azure API Management
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise