You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-desktop/set-up-scaling-script.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: Heidilohr
6
6
7
7
ms.service: virtual-desktop
8
8
ms.topic: conceptual
9
-
ms.date: 02/06/2020
9
+
ms.date: 03/26/2020
10
10
ms.author: helohr
11
11
manager: lizross
12
12
---
@@ -92,11 +92,11 @@ First, you'll need an Azure Automation account to run the PowerShell runbook. He
92
92
93
93
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.
94
94
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:
96
96
97
-

97
+

98
98
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**.
100
100
101
101
## Create an Azure Automation Run As account
102
102
@@ -251,3 +251,7 @@ You can view the logs of scale-out and scale-in operations by opening your runbo
251
251
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.
252
252
253
253

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