Skip to content

Commit b064794

Browse files
committed
fixed blocking issue
1 parent 29e547c commit b064794

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

articles/automation/automation-hrw-run-runbooks.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ To finish preparing the Run As account:
237237

238238
When you start a runbook in the Azure portal, you're presented with the **Run on** option for which you can select **Azure** or **Hybrid Worker**. Select **Hybrid Worker**, to choose the Hybrid Runbook Worker group from a dropdown.
239239

240-
:::image type="content" source="./media/automation-hrw-run-runbooks/start-runbook-hrw.png" alt-text="Screenshot showing how to select the Hybrid Runbook Worker group .":::
240+
:::image type="content" source="./media/automation-hrw-run-runbooks/start-runbook-hrw-inline.png" alt-text="Screenshot showing how to select the Hybrid Runbook Worker group." lightbox="./media/automation-hrw-run-runbooks/start-runbook-hrw-expanded.png":::
241+
241242

242243
When starting a runbook using PowerShell, use the `RunOn` parameter with the [Start-AzAutomationRunbook](/powershell/module/Az.Automation/Start-AzAutomationRunbook) cmdlet. The following example uses Windows PowerShell to start a runbook named **Test-Runbook** on a Hybrid Runbook Worker group named MyHybridGroup.
243244

127 KB
Loading

0 commit comments

Comments
 (0)