Skip to content

Commit 7e5e676

Browse files
authored
Merge pull request #108183 from BethWilke/task124
Updating images; fixing latent errors
2 parents 1207423 + dab3c56 commit 7e5e676

File tree

7 files changed

+3
-2
lines changed

7 files changed

+3
-2
lines changed

articles/automation/automation-first-runbook-graphical.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,10 @@ Now that you have a variable to hold the subscription ID, you can configure the
123123
1. Navigate to your runbook and select **Edit** on the **MyFirstRunbook-Graphical** page.
124124
1. You don't need the `Write Hello World to output` entry any more. Just click the ellipsis and select **Delete**.
125125
1. In the Library control, expand **ASSETS**, then **Connections**. Add `AzureRunAsConnection` to the canvas by selecting **Add to canvas**.
126+
1. Rename `AzureRunAsConnection` to `Get Run As Connection`.
126127
1. In the Library control, type `Connect-AzAccount` in the search field.
127128
1. Add `Connect-AzAccount` to the canvas.
128-
1. Hover over **Get Run As Connection** until a circle appears on the bottom of the shape. Click the circle and drag the arrow to `Connect-AzAccount` to form a link. The runbook starts with `Get Run As Connection` and then runs `Connect-AzAccount`.<br> ![Create link between activities](media/automation-first-runbook-graphical/runbook-link-auth-activities.png)
129+
1. Hover over `Get Run As Connection` until a circle appears on the bottom of the shape. Click the circle and drag the arrow to `Connect-AzAccount` to form a link. The runbook starts with `Get Run As Connection` and then runs `Connect-AzAccount`.<br> ![Create link between activities](media/automation-first-runbook-graphical/runbook-link-auth-activities.png)
129130
1. On the canvas, select `Connect-AzAccount`. In the Configuration control pane, type **Login to Azure** in the **Label** field.
130131
1. Click **Parameters**, and the Activity Parameter Configuration page appears.
131132
1. The `Connect-AzAccount` cmdlet has multiple parameter sets, and you need to select one before providing parameter values. Click **Parameter Set** and then select **ServicePrincipalCertificateWithSubscriptionId**.

articles/automation/automation-windows-hrw-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ After you successfully deploy a runbook worker, review [Run runbooks on a Hybrid
2121

2222
To install and configure a Windows Hybrid Runbook Worker, you can use one of the following methods.
2323

24-
* For Azure VMs, install the Log Analytics agent for Windows using the [virtual machine extension for Windows](../virtual-machines/extensions/oms-windows.md). The extension installs the Log Analytics agent on Azure virtual machines, and enrolls virtual machines into an existing Log Analytics workspace using an Azure Resource Manager template or PowerShell. Once the agent is installed, the VM can be added to a Hybrid Runbook Worker group in your Automation account following step 4 in the [Manual deployment](#manual-deployment) section.
24+
* For Azure VMs, install the Log Analytics agent for Windows using the [virtual machine extension for Windows](../virtual-machines/extensions/oms-windows.md). The extension installs the Log Analytics agent on Azure virtual machines, and enrolls virtual machines into an existing Log Analytics workspace using an Azure Resource Manager template or PowerShell. Once the agent is installed, the VM can be added to a Hybrid Runbook Worker group in your Automation account. Refer to steps 3 and 4 in the [Manual deployment](#manual-deployment) section.
2525

2626
* Use an Automation runbook to completely automate the process of configuring a Windows computer. This is the recommended method for machines in your datacenter or another cloud environment.
2727

-803 Bytes
Loading
1.78 KB
Loading
20.7 KB
Loading
14.1 KB
Loading
8.12 KB
Loading

0 commit comments

Comments
 (0)