Skip to content

Azure Function App

Shivam Gupta edited this page Nov 16, 2022 · 2 revisions

Introduction

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

  1. Azure Portal
  2. Visual Studio image

image


Click to get step by step guide for creating a Function App in Azure.