Azure RM cmdlet

From Ittichai Chammavanijakul's Wiki
Revision as of 18:08, 8 September 2018 by Ittichai (talk | contribs) (Created page with "<pre> # Authenticate Login-AzureRmAccount # Set Subscription Set-AzureRmContext -SubscriptionName $subscriptionName #Provision the Azure data warehouse and SQL server via...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
# Authenticate 
Login-AzureRmAccount 

# Set Subscription
Set-AzureRmContext -SubscriptionName $subscriptionName 

#Provision the Azure data warehouse and SQL server via ARM template 
New-AzureRmResourceGroupDeployment -Name "BI Tool Version 1.0" -ResourceGroupName $resoourceGroupName -TemplateParameterFile $templateParameterFilePath -TemplateFile $templateFilePath