Skip to content

Commit d2997cf

Browse files
Merge pull request #291194 from SnehaSudhirG/29Nov-HRWUpdate
updated the info in network planning section
2 parents 84efbf4 + 818a9e4 commit d2997cf

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

articles/automation/automation-network-configuration.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Automation network configuration details
33
description: This article provides details of network information required by Azure Automation State Configuration, Azure Automation Hybrid Runbook Worker, Update Management, and Change Tracking and Inventory
44
ms.topic: overview
5-
ms.date: 09/09/2024
5+
ms.date: 11/29/2024
66
---
77

88
# Azure Automation network configuration details
@@ -20,7 +20,13 @@ The following port and URLs are required for the Hybrid Runbook Worker, and for
2020

2121
### Network planning for Hybrid Runbook Worker
2222

23-
For either a system or user Hybrid Runbook Worker to connect to and register with Azure Automation, it must have access to the port number and URLs described in this section. The worker must also have access to the [ports and URLs required for the Log Analytics agent](/azure/azure-monitor/agents/log-analytics-agent) to connect to the Azure Monitor Log Analytics workspace.
23+
If you use a firewall to restrict access to the Internet, you must configure the firewall to permit access. The following port and URLs are required for the Hybrid Runbook Worker, and for [Automation State Configuration](./automation-dsc-overview.md) to communicate with Azure Automation.
24+
25+
| Property | Description |
26+
| --- | --- |
27+
| Port | 443 for outbound internet access |
28+
| Global URL | *.azure-automation.net |
29+
| Global URL of US Gov Virginia | *.azure-automation.us |
2430

2531
If you have an Automation account that's defined for a specific region, you can restrict Hybrid Runbook Worker communication to that regional datacenter. Review the [DNS records used by Azure Automation](how-to/automation-region-dns-records.md) for the required DNS records.
2632

articles/automation/extension-based-hybrid-runbook-worker-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides information about deploying the extension-bas
44
services: automation
55
ms.subservice: process-automation
66
ms.custom: devx-track-azurepowershell, devx-track-azurecli, devx-track-bicep, linux-related-content
7-
ms.date: 06/29/2024
7+
ms.date: 11/29/2024
88
ms.topic: how-to
99
#Customer intent: As a developer, I want to learn about extension so that I can efficiently deploy Hybrid Runbook Workers.
1010
ms.service: azure-automation

0 commit comments

Comments
 (0)