Publishing the Azure Function
We need to publish the Azure Function to Azure. In this section, we will be creating an Azure publishing profile. Execute the following steps:
- Right mouse-click on the project and select the Publish menu option.
- Select Azure as the target.
- Click the Next button.
The following screenshot highlights this process:
Figure 14.10 – Starting to create a publishing profile for the Azure Function
We need to specify which kind of target we want to use. Execute the following steps:
- Select Azure Function App as the target.
- Click the Next button to continue.
The following screenshot highlights this process:
Figure 14.11 – Selecting a target for the publishing profile
We need to specify which instance in Azure we need to use as the destination for our Azure Function. Execute the following steps:
- Set the View field to
Resource group
. - Click the + button to...