Azure Function Apps
Azure Functions is a solution for executing small lines of code or functions in the cloud. We can also select the programming languages we want to use. We pay only for the time our code executes; that is, we pay per usage. It supports a variety of programming languages, like C#, F#, Node.js, Python, PHP or Java. It supports continuous deployment and integration. Azure Functions applications let us develop serverless applications. Please refer to the official page of Azure Functions for more details

Prerequisites
- Microsoft Azure Account.
Follow the below steps to create an Azure Function.
Step 1
Login to https://portal.azure.com/
In the dashboard, choose to create a resource and click on "Compute". Now, choose "Function App".

Click on "Create".

Step 2
Enter the name you want to assign to the logic, choose the subscription and resource group where you organize related resources and your hosting plan. This plan is based on the executions and resource consumption. It also has a free monthly limit of 1 million requests and 4,00,000 GB-s (Gigabyte seconds) of resource consumption per month. Finally, choose the location where your Function App is stored. Then, click "Create".

Here is the dashboard. Click on the newly created "Function App".

Step 3 - Create Function App




Step 4 - Test the Function App



Step 5 - Run the Function App




Summary
I hope you understood how to create an Azure Function App on the portal. Stay tuned for more Azure Function App articles.

Amit Kumar SinghPosted Feb 11, 2019, 10:46 AM
Thanks for sharing !!! Please share ppt of last webinar.I was in office so I can't able to attend.email : [email protected]