-
Notifications
You must be signed in to change notification settings - Fork 0
Azure Function App
Shivam Gupta edited this page Nov 16, 2022
·
2 revisions
A function app is like a project. It's where you define your Azure Functions, the events that trigger them and any resources they require, all in a file called serverless.yml . To get started building your first Serverless Framework project, create a function app.
There are two ways to create an Azure Function App
- Azure Portal
- Visual Studio
Click to get step by step guide for creating a Function App in Azure.