Skip to content

Commit 40e8b80

Browse files
authored
Merge pull request #109222 from Heidilohr/work-scaling-updates
Updates for scaling tool article based on customer feedback
2 parents 3c5f6d3 + 6017f52 commit 40e8b80

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: Heidilohr
66

77
ms.service: virtual-desktop
88
ms.topic: conceptual
9-
ms.date: 02/06/2020
9+
ms.date: 03/26/2020
1010
ms.author: helohr
1111
manager: lizross
1212
---
@@ -92,11 +92,11 @@ First, you'll need an Azure Automation account to run the PowerShell runbook. He
9292
9393
5. The cmdlet's output will include a webhook URI. Make sure to keep a record of the URI because you'll use it as a parameter when you set up the execution schedule for the Azure Logic apps.
9494
95-
After you've set up your Azure Automation account, sign in to your Azure subscription and check to make sure your Azure Automation account and the relevant runbook have appeared in your specified resource group, as shown in the following image:
95+
6. After you've set up your Azure Automation account, sign in to your Azure subscription and check to make sure your Azure Automation account and the relevant runbook have appeared in your specified resource group, as shown in the following image:
9696
97-
![An image of the Azure overview page showing the newly created automation account and runbook.](media/automation-account.png)
97+
![An image of the Azure overview page showing the newly created automation account and runbook.](media/automation-account.png)
9898
99-
To check if your webhook is where it should be, go to the Resources list on the left side of your screen and select **Webhook**.
99+
To check if your webhook is where it should be, select the name of your runbook. Next, go to your runbook's Resources section and select **Webhooks**.
100100
101101
## Create an Azure Automation Run As account
102102
@@ -251,3 +251,7 @@ You can view the logs of scale-out and scale-in operations by opening your runbo
251251
Navigate to the runbook (the default name is WVDAutoScaleRunbook) in your resource group hosting the Azure Automation account and select **Overview**. On the overview page, select a job under Recent Jobs to view its scaling tool output, as shown in the following image.
252252
253253
![An image of the output window for the scaling tool.](media/tool-output.png)
254+
255+
## Report issues
256+
257+
If you encounter any issues with the scaling tool, you can report them at the [RDS GitHub page](https://github.com/Azure/RDS-Templates/issues?q=is%3Aissue+is%3Aopen+label%3A4a-WVD-scaling-logicapps).

0 commit comments

Comments
 (0)