Skip to content

Commit 3ba22a1

Browse files
authored
Update log-analytics-agent.md
1 parent d8f2d44 commit 3ba22a1

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

articles/azure-monitor/platform/log-analytics-agent.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,20 +156,24 @@ The agent for Linux and Windows communicates outbound to the Azure Monitor servi
156156

157157
![Log Analytics agent communication diagram](./media/log-analytics-agent/log-analytics-agent-01.png)
158158

159+
The information below list the proxy and firewall configuration information required for the Linux and Windows agent to communicate with Azure Monitor logs.
159160

160-
## Network firewall requirements
161-
The information below list the proxy and firewall configuration information required for the Linux and Windows agent to communicate with Azure Monitor logs.
161+
### Firewall requirements
162162

163163
|Agent Resource|Ports |Direction |Bypass HTTPS inspection|
164164
|------|---------|--------|--------|
165-
|*.ods.opinsights.azure.com |Port 443 |Outbound|Yes |
166-
|*.oms.opinsights.azure.com |Port 443 |Outbound|Yes |
167-
|*.blob.core.windows.net |Port 443 |Outbound|Yes |
165+
|*.ods.opinsights.azure.com |Port 443 |Inbound and Outbound|Yes |
166+
|*.oms.opinsights.azure.com |Port 443 |Inbound and Outbound|Yes |
167+
|*.blob.core.windows.net |Port 443 |Inbound and Outbound|Yes |
168+
|*.azure-automation.net |Port 443 |Inbound and Outbound|Yes |
169+
|*.azure.com |Port 443|Inbound and Outbound|Yes |
168170

169171
For firewall information required for Azure Government, see [Azure Government management](../../azure-government/documentation-government-services-monitoringandmanagement.md#azure-monitor-logs).
170172

171173
If you plan to use the Azure Automation Hybrid Runbook Worker to connect to and register with the Automation service to use runbooks or management solutions in your environment, it must have access to the port number and the URLs described in [Configure your network for the Hybrid Runbook Worker](../../automation/automation-hybrid-runbook-worker.md#network-planning).
172174

175+
### Proxy configuration
176+
173177
The Windows and Linux agent supports communicating either through a proxy server or Log Analytics gateway to Azure Monitor using the HTTPS protocol. Both anonymous and basic authentication (username/password) are supported. For the Windows agent connected directly to the service, the proxy configuration is specified during installation or [after deployment](agent-manage.md#update-proxy-settings) from Control Panel or with PowerShell.
174178

175179
For the Linux agent, the proxy server is specified during installation or [after installation](agent-manage.md#update-proxy-settings) by modifying the proxy.conf configuration file. The Linux agent proxy configuration value has the following syntax:

0 commit comments

Comments
 (0)