Skip to content

Commit b45d3f2

Browse files
committed
Fixing links
1 parent 21f4142 commit b45d3f2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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-hybrid-runbook-worker.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,6 @@ When Azure Automation [Update Management](automation-update-management.md) is en
9696

9797
A computer configured this way is not registered with any Hybrid Runbook Worker groups already defined in your Automation account. You can add the computer to a Hybrid Runbook Worker group, but you must use the same account for both Update Management and the Hybrid Runbook Worker group membership. This functionality was added to version 7.2.12024.0 of Hybrid Runbook Worker.
9898

99-
## State Configuration (DSC) on Hybrid Runbook Worker
100-
101-
You can run the [State Configuration (DSC)](automation-dsc-overview.md) feature on a Hybrid Runbook Worker. To manage the configuration of servers that support the Hybrid Runbook Worker, you must add the servers as DSC nodes. For more information about onboarding, see [Onboard machines for management by State Configuration (DSC)](automation-dsc-onboarding.md).
102-
10399
### Update Management addresses for Hybrid Runbook Worker
104100

105101
On top of the standard addresses and ports that the Hybrid Runbook Worker requires, Update Management needs the addresses in the next table. Communication to these addresses uses port 443.
@@ -110,6 +106,10 @@ On top of the standard addresses and ports that the Hybrid Runbook Worker requir
110106
|*.oms.opinsights.azure.com | *.oms.opinsights.azure.us |
111107
|*.blob.core.windows.net | *.blob.core.usgovcloudapi.net|
112108

109+
## State Configuration (DSC) on Hybrid Runbook Worker
110+
111+
You can run the [State Configuration (DSC)](automation-dsc-overview.md) feature on a Hybrid Runbook Worker. To manage the configuration of servers that support the Hybrid Runbook Worker, you must add the servers as DSC nodes. For more information about onboarding, see [Onboard machines for management by State Configuration (DSC)](automation-dsc-onboarding.md).
112+
113113
## Runbooks on a Hybrid Runbook Worker
114114

115115
You might have runbooks that manage resources on the local computer or run against resources in the local environment where a Hybrid Runbook Worker is deployed. In this case, you can choose to run your runbooks on the hybrid worker instead of in an Automation account. Runbooks run on a Hybrid Runbook Worker are identical in structure to those that you run in the Automation account. See [Run runbooks on a Hybrid Runbook Worker](automation-hrw-run-runbooks.md).

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

0 commit comments

Comments
 (0)