Skip to content

Commit 763a3e5

Browse files
authored
Merge pull request #228218 from v-jbasden/v-jbasden-update-download-la-gateway
Removing Azure portal steps for downloading the Log Analytics gateway
2 parents 4a18fe8 + 0363fc9 commit 763a3e5

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

articles/azure-monitor/agents/gateway.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -95,22 +95,7 @@ The following table shows approximately how many agents can communicate with a g
9595

9696
## Download the Log Analytics gateway
9797

98-
Get the latest version of the Log Analytics gateway Setup file from either Microsoft Download Center ([Download Link](https://go.microsoft.com/fwlink/?linkid=837444)) or the Azure portal.
99-
100-
To get the Log Analytics gateway from the Azure portal, follow these steps:
101-
102-
1. Browse the list of services, and then select **Log Analytics**.
103-
1. Select a workspace.
104-
1. In your workspace pane, from the pane on the left, under **General**, select **Quick Start**.
105-
1. Under **Choose a data source to connect to the workspace**, select **Computers**.
106-
1. In the **Direct Agent** pane, select **Download Log Analytics gateway**.
107-
108-
![Screenshot of the steps to download the Log Analytics gateway](./media/gateway/download-gateway.png)
109-
110-
or
111-
112-
1. In your workspace pane, from the pane on the left, under **Settings**, select **Advanced settings**.
113-
1. Go to **Connected Sources** > **Windows Servers** and select **Download Log Analytics gateway**.
98+
Get the latest version of the Log Analytics gateway Setup file from Microsoft Download Center ([Download Link](https://go.microsoft.com/fwlink/?linkid=837444)).
11499

115100
## Install Log Analytics gateway using setup wizard
116101

@@ -212,11 +197,11 @@ After the load balancer is created, a backend pool needs to be created, which di
212197

213198
To configure the Azure Monitor agent (installed on the gateway server) to use the gateway to upload data for Windows or Linux:
214199
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.
215-
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
216201
`Add-OMSGatewayAllowedHost -Host global.handler.control.monitor.azure.com`
217202
`Add-OMSGatewayAllowedHost -Host <gateway-server-region-name>.handler.control.monitor.azure.com`
218203
(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))
219-
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
220205
`Add-OMSGatewayAllowedHost -Host <log-analytics-workspace-id>.ods.opinsights.azure.com`
221206
3. Restart the **OMS Gateway** service to apply the changes
222207
`Stop-Service -Name <gateway-name>`
Binary file not shown.

0 commit comments

Comments
 (0)