Please go through the following article to understand about Azure Functions.

What is an Azure Function app?

Azure Function app provides all the infrastructure and management capabilities for hosting the Function apps. In this article, we will learn how to create our first Azure Function app.

Log into your Azure subscription using the Azure Management portal and navigate to the Azure Function App as shown below.


Clicking on the Function App in the above step will take you to the following Function App blade where you can provide all the required details for creating the Function App.

Please provide all the details in the above step. Below are a few of the new items that you might have to be aware of.

Once you provide all the required details, please click on "Create" button to create the Azure Function app.

After a minute or two, the Function app gets created successfully, as shown below.


Clicking on the Function app (Explore FuncApp in this case) will take you to the following Function app homescreen where you can create Azure Functions.



Summary