Skip to content

Commit 0363fc9

Browse files
authored
Acrolinx fix
1 parent a2dd844 commit 0363fc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/agents/gateway.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,11 @@ After the load balancer is created, a backend pool needs to be created, which di
197197

198198
To configure the Azure Monitor agent (installed on the gateway server) to use the gateway to upload data for Windows or Linux:
199199
1. Follow the instructions to [configure proxy settings on the agent](./azure-monitor-agent-overview.md#proxy-configuration) and provide the IP address and port number corresponding to the gateway server. If you have deployed multiple gateway servers behind a load balancer, the agent proxy configuration is the virtual IP address of the load balancer instead.
200-
2. Add the **configuration endpoint URL** to fetch data collection rules to the allow list for the gateway
200+
2. Add the **configuration endpoint URL** to fetch data collection rules to the allowlist for the gateway
201201
`Add-OMSGatewayAllowedHost -Host global.handler.control.monitor.azure.com`
202202
`Add-OMSGatewayAllowedHost -Host <gateway-server-region-name>.handler.control.monitor.azure.com`
203203
(If using private links on the agent, you must also add the [dce endpoints](../essentials/data-collection-endpoint-overview.md#components-of-a-data-collection-endpoint))
204-
3. Add the **data ingestion endpoint URL** to the allow list for the gateway
204+
3. Add the **data ingestion endpoint URL** to the allowlist for the gateway
205205
`Add-OMSGatewayAllowedHost -Host <log-analytics-workspace-id>.ods.opinsights.azure.com`
206206
3. Restart the **OMS Gateway** service to apply the changes
207207
`Stop-Service -Name <gateway-name>`

0 commit comments

Comments
 (0)