Author : MD TAREQ HASSAN | Updated : 2020/11/24
API in APIM
- API: Collection of operations
- Each API represents a set of operations available to developers
- Each API contains a reference to the back-end service that implements the API, and its operations map to the operations implemented by the back-end service
Creating API
- Go to resource groups: https://portal.azure.com/#blade/HubsExtension/BrowseResourceGroups
- Select resource group > API Management service
- APIs section > APIs
- Add API > Blank API
- Fillup details > Create
- Adding operation: See Add operation to API
Adding existing app service API app
- Go to resource groups: https://portal.azure.com/#blade/HubsExtension/BrowseResourceGroups
- Select resource group > API Management service
- APIs section > APIs
- Add API > App service
- Fillup details > Create
- Adding operation: See Add operation to API
Adding Function API
- Go to resource groups: https://portal.azure.com/#blade/HubsExtension/BrowseResourceGroups
- Select resource group > API Management service
- APIs section > APIs
- Add API > Function API
- Fillup details > Create
- Adding operation: See Add operation to API
Operations and testing
See: Adding operations and testing APIs
Policies
See: Adding policies
Editing API
- Go to resource groups: https://portal.azure.com/#blade/HubsExtension/BrowseResourceGroups
- Select resource group > API Management service
- APIs section > APIs
- Select target API > Setting