You are deploying an Azure VM utilizing a template file from GitHub using the New-AzureRMResourceGroupDeployment cmdlet. Which of the following parameters are likely to be used with the cmdlet?
Answers
Answered by
4
Azure resource is known as the database server or you can also call it as a virtual machine.
If you want to add resource group then you have to add a template so that you can see them in the azure utility.
You can use AzureRmResource cmdlet if you want to add new template and if you want to find a template in the gallery then you can use this code.
Get-AzureRmResourceGroupGalleryTemplate
Answered by
1
Answer:
Resource Name, Resource Group, Template URI
Similar questions