Azure Function App - NeoSOFT-Technologies/azure-functions-queue-storage-poc GitHub Wiki
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
- Azure Portal
- Visual Studio


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