Skip to content

Commit bb76749

Browse files
authored
Made PS to download createazureautomationaccount.ps1 more readable & Fixed the indentation
Made PS to download createazureautomationaccount.ps1 more readable & Fixed the indentation
1 parent fc75011 commit bb76749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-desktop/set-up-scaling-script.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ First, you'll need an Azure Automation account to run the PowerShell runbook. He
7979
8080
```powershell
8181
Set-Location -Path "c:\temp"
82-
$uri = "https://raw.githubusercontent.com/Azure/RDS-Templates/master/wvd-templates/wvd-scaling-script/createazureautomationaccount.ps1"
83-
Invoke-WebRequest -Uri $uri -OutFile ".\createazureautomationaccount.ps1"
82+
$uri = "https://raw.githubusercontent.com/Azure/RDS-Templates/master/wvd-templates/wvd-scaling-script/createazureautomationaccount.ps1"
83+
Invoke-WebRequest -Uri $uri -OutFile ".\createazureautomationaccount.ps1"
8484
```
8585
8686
4. Run the following cmdlet to execute the script and create the Azure Automation account:

0 commit comments

Comments
 (0)