Let's understand Azure Functions and create one in Azure Portal.
- Go to https://portal.azure.com. Click on Function Apps in the left sidebar:
![](https://static.packt-cdn.com/products/9781787122932/graphics/assets/3cdf4888-c08e-4bc2-a660-39ad6c8f864d.png)
There is no Function App available as of now.
- Click on the plus + sign and search for Function Apps. Then click on Create:
![](https://static.packt-cdn.com/products/9781787122932/graphics/assets/c37508fa-5b23-427b-b743-5d12588862e8.png)
- Provide the App name, Subscription details, and existing Resource Group. Select Consumption Plan in Hosting Plan. Then select Location:
![](https://static.packt-cdn.com/products/9781787122932/graphics/assets/2b6dc324-42cd-4add-b119-017140eb265c.png)
- Select Create New in Storage and click on Create:
![](https://static.packt-cdn.com/products/9781787122932/graphics/assets/7f9bf2fb-a119-46f7-97aa-c51a7df60fd3.png)
- Now, let's go to Function Apps in the left sidebar and verify whether the recently created Function App is available in the list or not:
![](https://static.packt-cdn.com/products/9781787122932/graphics/assets/3ccf0bd3-325a-4e1d-9c67-c0eed2a6530d.png)
- Click on the Function App and we can see the details related to the Subscription, Resource group, URL, Location, App Service Plan / pricing tier.
![](https://static.packt-cdn.com/products/9781787122932/graphics/assets/69da1771-344d-4388-bf55-ea510fae6756.png)
We can stop or restart the function from the same pane.
- The Settings tab provides details on...