ARM – Azure resource Manager
Template – Json and expression based to construct deployment setting.
Steps:
- In Visual Studio, choose File, New Project, choose C# or Visual Basic. Then select Cloud, and Azure Resource Group
- Choose the template.
- In resource group project (AzureResourceGroup1). Right-click References and select Add Reference of the WebJob Project.
- Add properties key value in the project reference.
- Add new resource to WebSite.json. Select Web Deploy for Web Apps.
- Now right click Azure Resource Group project and deploy.
- Confirm the Deployment in Azure portal.