You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Review the section [Update proxy settings](agent-manage.md#update-proxy-settings) to verify you have properly configured the agent to communicate through a proxy server.
156
-
* Double check that the following Azure Monitor endpoints are whitelisted:
157
156
158
-
|Agent Resource| Ports | Direction |
159
-
|------|---------|----------|
160
-
|*.ods.opinsights.azure.com | Port 443| Inbound and outbound |
161
-
|*.oms.opinsights.azure.com | Port 443| Inbound and outbound |
162
-
|*.blob.core.windows.net | Port 443| Inbound and outbound |
163
-
164
-
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).
157
+
3. Double-check that the endpoints outlined in the Azure Monitor [network firewall requirements](log-analytics-agent.md#firewall-requirements) list are added to an allow list correctly. If you use Azure Automation, the necessary network configuration steps are linked above as well.
165
158
166
159
## Issue: You receive a 403 error when trying to onboard
Copy file name to clipboardExpand all lines: articles/azure-monitor/platform/log-analytics-agent.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,20 +156,24 @@ The agent for Linux and Windows communicates outbound to the Azure Monitor servi
156
156
157
157

158
158
159
+
The following table lists the proxy and firewall configuration information that's required for the Linux and Windows agents to communicate with Azure Monitor logs.
159
160
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.
|*.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 |
168
170
169
171
For firewall information required for Azure Government, see [Azure Government management](../../azure-government/documentation-government-services-monitoringandmanagement.md#azure-monitor-logs).
170
172
171
173
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).
172
174
175
+
### Proxy configuration
176
+
173
177
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.
174
178
175
179
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