An administrator provisions a new Azure API Management (APIM) instance and imports several backend services as APIs. You need to configure APIM to package these APIs and allow external developers to register and obtain subscription keys to consume them.
Which two components must you configure in APIM to achieve this goal? (Select two.)
- ProductsAnswer
- SubscriptionsAnswer
- CPolicies
- DClient Certificates
Answer
To publish APIs and provide access via subscription keys to developers, you must configure Products and Subscriptions.
Products are used to group one or more APIs and present them to developers. Subscriptions are the actual keys provided to developers to grant them access to those products. Together, these two components enable key-based developer access.
Step-by-Step Solution
Key Concept
Azure API Management Publishing Model