From the course: Azure for Developers: API Management

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Solution: Integrate Azure function to APIM from Visual Studio Code

Solution: Integrate Azure function to APIM from Visual Studio Code - Azure Tutorial

From the course: Azure for Developers: API Management

Solution: Integrate Azure function to APIM from Visual Studio Code

(upbeat music) - [Instructor] Your challenge was to integrate the CreateRecipe function app to the API in Crystal APIM instance from Visual Studio Code. Let's see how to solve this. In VS Code, go to the API management blade, expand the Azure subscription. APIM instance, and then APIs. Click on APIs, and then select import from Azure functions. Select the Azure subscription for the function app, then select the function app. Provide the friendly API name to integrate to APIM. Let's go with the same name as CreateRecipes. Select the required functions from the function map. It's retrieving the function app specific keys, and saving them in the named values in the APIM. Now the function app is integrated to the APIM instance. Go to the Azure portal APIM instance. The function app should be integrated. Let's go to the APIs, createrecipes, and it has two operations. Get and Post. Click on Post, Operation. Go to the…

Contents