Skip to content

Commit 2f9a88a

Browse files
committed
Editing
2 parents 84176ff + f57a24d commit 2f9a88a

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

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

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ To get more networking requirements for the Hybrid Runbook Worker, see [Configur
4444

4545
### Server onboarding for management with Automation DSC
4646

47-
For more information about onboarding servers for management with DSC, see [Onboarding machines for management by Azure Automation DSC](automation-dsc-onboarding.md).
48-
If you enable the [Update Management solution](../operations-management-suite/oms-solution-update-management.md), any Windows computer that's connected to your Log Analytics workspace is automatically configured as a Hybrid Runbook Worker to support runbooks included in this solution. However, it isn't registered with any Hybrid Worker groups already defined in your Automation account.
47+
For information about onboarding servers for management with DSC, see [Onboarding machines for management by Azure Automation DSC](automation-dsc-onboarding.md).
48+
49+
If you enable the [Update Management solution](../operations-management-suite/oms-solution-update-management.md), any Windows computer that's connected to your Log Analytics workspace is automatically configured as a Hybrid Runbook Worker to support runbooks included in this solution. However, it isn't registered with any Hybrid Worker groups already defined in your Automation account.
4950

5051
### Adding the computer to a Hybrid Runbook Worker group
5152

@@ -60,19 +61,17 @@ On the target machine, perform the following steps to automate the installation
6061
Download the New-OnPremiseHybridWorker.ps1 script from the
6162
[PowerShell Gallery](https://www.powershellgallery.com/packages/New-OnPremiseHybridWorker) directly from the computer running the Hybrid Runbook Worker role or from another computer in your environment. Copy the script to the worker. The New-OnPremiseHybridWorker.ps1 script requires the following parameters during execution:
6263

63-
* *AAResourceGroupName* (mandatory): The name of the resource group that's associated with your Automation account.
64-
* *OMSResourceGroupName* (optional): The name of the resource group for the Log Analytics workspace. If this resource group is not specified, *AAResourceGroupName* is used.
65-
* *SubscriptionID* (mandatory): The Azure subscription ID that your Automation Account is in.
66-
* *TenantID* (optional): The identifier of the tenant organization associated with your Automation Account.
67-
* *WorkspaceName* (optional): The Log Analytics workspace name. If you don't have a Log Analytics workspace, the script creates and configures one.
68-
* *AutomationAccountName* (mandatory): The name of your Automation Account.
69-
* *HybridGroupName* (mandatory): The name of a Hybrid Runbook Worker group that you specify as a target for the runbooks that support this scenario.
70-
* *Credential* (optional): The credentials to use when logging in to the Azure environment.
64+
* *AAResourceGroupName* (mandatory): The name of the resource group that's associated with your Automation account.
65+
* *OMSResourceGroupName* (optional): The name of the resource group for the Log Analytics workspace. If this resource group is not specified, *AAResourceGroupName* is used.
66+
* *SubscriptionID* (mandatory): The Azure subscription ID that your Automation Account is in.
67+
* *TenantID* (optional): The identifier of the tenant organization associated with your Automation Account.
68+
* *WorkspaceName* (optional): The Log Analytics workspace name. If you don't have a Log Analytics workspace, the script creates and configures one.
69+
* *AutomationAccountName* (mandatory): The name of your Automation Account.
70+
* *HybridGroupName* (mandatory): The name of a Hybrid Runbook Worker group that you specify as a target for the runbooks that support this scenario.
71+
* *Credential* (optional): The credentials to use when logging in to the Azure environment.
7172

72-
> [!NOTE]
73-
> When enabling solutions, only certain regions are supported for linking a Log Analytics workspace and an Automation Account.
74-
>
75-
> For a list of the supported mapping pairs, see [Region mapping for Automation Account and Log Analytics workspace](how-to/region-mappings.md).
73+
> [!NOTE]
74+
> When enabling solutions, only certain regions are supported for linking a Log Analytics workspace and an Automation account. For a list of the supported mapping pairs, see [Region mapping for Automation Account and Log Analytics workspace](how-to/region-mappings.md).
7675
7776
### 2. Open Windows PowerShell command line shell
7877

0 commit comments

Comments
 (0)