You need to import an Azure Function App as a new API in an existing Azure API Management (APIM) instance using the Azure portal. In which order should you perform the configuration steps?
- 1Navigate to the API Management service instance in the Azure portal, and select APIs from the left menu.
- 2Click Add API, and select Function App from the Create from Azure resource list.
- 3Click Browse, select the target Function App, and choose the specific functions to import.
- 4Configure the API URL suffix, specify the display name, and click Create.
Answer
First, navigate to the API Management instance in the Azure portal and open the APIs section. Second, click Add API and choose Function App. Third, browse and select the Function App along with the specific functions. Fourth, configure the API URL suffix and click Create.
The correct sequence begins by navigating to the API Management service in the portal and opening the APIs blade. You then select Add API and choose Function App to configure the integration. Next, you browse and select the specific Function App and its functions. Finally, you set the URL suffix and display name, and click Create to complete the import.
Step-by-Step Solution
Key Concept
Importing and configuring Azure Functions as APIs in Azure API Management