Now, we need to deploy our function to Azure. We can do this directly from Visual Studio, as follows:
- Begin by right-clicking on the project and selecting Publish...:
- We need to choose an Azure App Service to deploy the function to. To do this, we can select an existing one or create a new one. Here, I have created a new Azure App Service instance for this function:
Click on Publish.
- After this, we select the Subscription, a Resource Group (create a new one or use an existing one), a Hosting Plan, and a ...