Skip to content

Commit

Permalink
Update deployThroughARM.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
jodoglevy committed Jun 21, 2016
1 parent 99d98ed commit bf280fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 102-sample-automation-setup/deployThroughARM.ps1
Expand Up @@ -5,7 +5,7 @@ Login-AzureRmAccount
#Select-AzureSubscription -SubscriptionName "My Subscription Name"

$ResourceGroupName = "SampleAutomationResourceGroup"
$AutomationAccountName = "SampleAutomationAccount"
$AutomationAccountName = [System.Guid]::NewGuid().toString()
$Location = "southcentralus"

New-AzureRmResourceGroup -Name $ResourceGroupName -Location $Location
Expand Down

0 comments on commit bf280fa

Please sign in to comment.