Perform the following steps:
- Open Visual Studio, choose File, and then click on New Project. In the New Project dialog box in the Installed templates, under Visual C#, select Cloud and then select the Azure Functions template:

- Provide the name of the function app. Click on the OK button to go to the next step. As shown in the following screenshot, choose Azure Functions v2 (.NET Core) from the drop-down menu, then select Http trigger, and click on the OK button:

- We have successfully created the Azure Function App, along ...