Skip to content

Commit 86ba1d2

Browse files
authored
Merge pull request #114137 from BethWilke/branch145
Fixing task 1667836
2 parents e398383 + b45d3f2 commit 86ba1d2

8 files changed

+198
-174
lines changed

articles/analysis-services/analysis-services-refresh-azure-automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ An Azure Virtual Machine with a static public IP address can be used as an Azure
168168
> [!IMPORTANT]
169169
> Ensure the Virtual Machine public IP address is configured as static.
170170
>
171-
>To learn more about configuring Azure Automation Hybrid Workers, see [Installation of a Hybrid Runbook Worker](../automation/automation-hybrid-runbook-worker.md#installation-of-a-hybrid-runbook-worker).
171+
>To learn more about configuring Azure Automation Hybrid Workers, see [Hybrid Runbook Worker installation](../automation/automation-hybrid-runbook-worker.md#hybrid-runbook-worker-installation).
172172
173173
Once a Hybrid Worker is configured, create a Webhook as described in the section [Consume with Data Factory](#consume-with-data-factory). The only difference here is to select the **Run on** > **Hybrid Worker** option when configuring the Webhook.
174174

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

Lines changed: 34 additions & 38 deletions
Large diffs are not rendered by default.

articles/automation/automation-hybrid-runbook-worker.md

Lines changed: 57 additions & 42 deletions
Large diffs are not rendered by default.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ To install and configure a Hybrid Runbook Worker on your Linux computer, follow
6868

6969
Before you proceed, note the Log Analytics workspace that your Automation account is linked to. Also note the primary key for your Automation account. You can find both from the Azure portal by selecting your Automation account, selecting **Workspace** for the workspace ID, and selecting **Keys** for the primary key. For information on ports and addresses that you need for the Hybrid Runbook Worker, see [Configuring your network](automation-hybrid-runbook-worker.md#network-planning).
7070

71+
>[!NOTE]
72+
> The [nxautomation account](automation-runbook-execution.md#log-analytics-agent-for-linux) with the corresponding sudo permissions must be present during installation of the Linux Hybrid Worker. If you try to install the worker and the account is not present or doesn’t have the appropriate permissions, the installation fails.
73+
7174
1. Enable the Automation Hybrid Worker solution in Azure by using one of the following methods:
7275

7376
* Add the Automation Hybrid Worker solution to your subscription by using the procedure at [Add Azure Monitor log solutions to your workspace](../log-analytics/log-analytics-add-solutions.md).

articles/automation/automation-runbook-execution.md

Lines changed: 56 additions & 58 deletions
Large diffs are not rendered by default.

articles/automation/automation-update-management-deploy-template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ The template does not automate the onboarding of one or more Azure or non-Azure
2222

2323
If you already have a Log Analytics workspace and Automation account deployed in a supported region in your subscription, they are not linked. The workspace doesn't already have the Update Management solution deployed. Using this template successfully creates the link and deploys the Update Management solution.
2424

25+
>[!NOTE]
26+
>The **nxautomation** user onboarded as part of Update Management on Linux executes only signed runbooks.
27+
2528
>[!NOTE]
2629
>This article has been updated to use the new Azure PowerShell Az module. You can still use the AzureRM module, which will continue to receive bug fixes until at least December 2020. To learn more about the new Az module and AzureRM compatibility, see [Introducing the new Azure PowerShell Az module](https://docs.microsoft.com/powershell/azure/new-azureps-module-az?view=azps-3.5.0). For Az module installation instructions on your Hybrid Runbook Worker, see [Install the Azure PowerShell Module](https://docs.microsoft.com/powershell/azure/install-az-ps?view=azps-3.5.0). For your Automation account, you can update your modules to the latest version using [How to update Azure PowerShell modules in Azure Automation](automation-update-azure-modules.md).
2730

articles/automation/automation-update-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ For Windows machines, you must also allow traffic to any endpoints required by W
191191

192192
For Red Hat Linux machines, see [IPs for the RHUI content delivery servers](../virtual-machines/workloads/redhat/redhat-rhui.md#the-ips-for-the-rhui-content-delivery-servers) for required endpoints. For other Linux distributions, see your provider documentation.
193193

194-
For more information about ports required for the Hybrid Runbook Worker, see [Hybrid Worker role ports](automation-hybrid-runbook-worker.md#hybrid-worker-role).
194+
For more information about ports required for the Hybrid Runbook Worker, see [Update Management addresses for Hybrid Runbook Worker](automation-hybrid-runbook-worker.md#update-management-addresses-for-hybrid-runbook-worker).
195195

196196
We recommend that you use the addresses listed when defining exceptions. For IP addresses, you can download [Microsoft Azure Datacenter IP ranges](https://www.microsoft.com/download/details.aspx?id=41653). This file is updated weekly, and it reflects the currently deployed ranges and any upcoming changes to the IP ranges.
197197

articles/automation/manage-runbooks.md

Lines changed: 43 additions & 34 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)