Forum Discussion
Roop_Kiran_Chevuri
Microsoft
Apr 21, 2020How to update WVD Scaling tool to latest published version
Below are the steps to update the Azure automation-based scaling tool located here to latest version
- Access below link and copy the content of basicScale.ps1 code into a clipboard
- Login to the Azure portal
- In the Azure portal, select All services. In the list of resources, enter and select Automation Accounts.
- On the Automation Accounts page, select the name of Automation account where you have the scaling tool hosted
- Click on Runbooks under Process Automation section on the left hand side pane.
- Click on PowerShell Runbook named “WVDAutoScaleRunbook”
- Click on Edit from the top pane
- Replace the existing code with one from Step 1
- Click “Save” and “Publish”
New code will come into effect from next run of the runbook based on recurrence interval you have scheduled.
- Laxmanranga09Copper Contributor
Roop_Kiran_Chevuri I was not able to create the Logic app in Spring Update as per Article- https://docs.microsoft.com/en-us/azure/virtual-desktop/virtual-desktop-fall-2019/set-up-scaling-script . Can you help me to create the same in Spring Update?