Introduction
Azure Functions is a serverless solution that allows you to write less code, maintain less infrastructure, and save on costs. Instead of worrying about deploying and maintaining servers, the cloud infrastructure provides all the up-to-date resources needed to keep your applications running
I will provide step by step to create a Function App with screenshots below.
Go to Azure portal. Click Create a Resource
![Create a Function App in Azure]()
Next select Function App, Click Create
![Create a Function App in Azure]()
Next in the following step click Next + Networking
![Create a Function App in Azure]()
Next in the following step click Next + Monitoring
![Create a Function App in Azure]()
Next in the following step click Next + Deployment
![Create a Function App in Azure]()
Next in the following step click Next + Tag
![Create a Function App in Azure]()
Next in the following step click Next + Review + Create
![Create a Function App in Azure]()
Next Click Create
![Create a Function App in Azure]()
Successfully created Function App
![Create a Function App in Azure]()
Conclusion
This article taught us how to set up Function App. If you have any questions, please contact me.
Thanks.