Search code examples
azurevisual-studio-2017cloudazure-resource-manager

Adding new Resources in Azure Resource Group Project


I would like to develop an ARM-Template in Visual Studio 2017. First, I choose Azure Resource Group:

New Project: Azure Resource Group

Then I choose Blank Template:

Select Azure Template: Blank Template

Then I would like to choose some resources, for example, DataFactory, DataLake, Databricks, and.... So I right click on resources --> Add new Resource, but as you can see I have only a limited number of resources (no DataFactory, no DataLake...).

Add Resource

Do you have any idea how can I add another resources in this window of Visual Studio?


Solution

  • In this quick resource addition in VS for commonly use resources.If above resource is not available in quick addition you need to create those resources manually. You can add templates from azure github template gallery.