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.
Publish an Azure function app from Visual Studio Code - Azure Tutorial
From the course: Azure for Developers: API Management
Publish an Azure function app from Visual Studio Code
- [Instructor] We can create and modify the Azure resources by looking into the Azure portal from the browser. We also have the option to do the same from Visual Studio Code. VS Code has an extension to manage Azure functions, which we can install to the IDE. That way a developer who is already working on VS Code is not required to access the Azure portal from the browser. Let's start by publishing an Azure Function App from Visual Studio Code to the Azure portal. You can see the code sample like this, which I am providing in the exercises files. The Function App has a function to create a recipe. Go to Azure Blade in Visual Studio Code. Here we can see the Workspace Blade. It has a local Function App project with an HTTP function. In order to work with Azure services from Visual Studio Code, go to extensions and install this Azure Account, Azure Resources, Azure Functions, and one more extension that is called Azure API…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
(Locked)
What is Azure APIM?5m 10s
-
(Locked)
Create an Azure APIM instance4m 1s
-
(Locked)
Publish a REST API to Azure APIM8m 9s
-
(Locked)
Publish an Azure function app from Visual Studio Code6m 10s
-
(Locked)
Create a blank http API in APIM5m 31s
-
(Locked)
Challenge: Integrate Azure function to APIM from Visual Studio Code53s
-
(Locked)
Solution: Integrate Azure function to APIM from Visual Studio Code4m 40s
-
(Locked)
-
-
-
-
-