Skip to content

Commit 31a2f2c

Browse files
Merge pull request #264956 from rcdun/add_aoi_download_links
Add FWLinks for downloading agent RPMs
2 parents 47bee43 + 69fec8d commit 31a2f2c

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

articles/operator-insights/how-to-install-mcc-edr-agent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ The VM used for the MCC EDR agent should be set up following best practice for s
5555
- Access to the directory where the logs are stored *(/var/log/az-mcc-edr-uploader/)*
5656
- Access to the certificate and private key for the service principal that you create during this procedure
5757

58-
## Acquire the agent RPM
58+
## Download the RPM for the agent
5959

60-
A link to download the MCC EDR agent RPM is provided as part of the Azure Operator Insights onboarding process. See [How do I get access to Azure Operator Insights?](overview.md#how-do-i-get-access-to-azure-operator-insights) for details.
60+
Download the RPM for the MCC EDR agent using the details you received as part of the [Azure Operator Insights onboarding process](overview.md#how-do-i-get-access-to-azure-operator-insights) or from [https://go.microsoft.com/fwlink/?linkid=2254537](https://go.microsoft.com/fwlink/?linkid=2254537).
6161

6262
## Set up authentication
6363

@@ -134,7 +134,7 @@ This process assumes that you're connecting to Azure over ExpressRoute and are u
134134
<Storage private IP>   <ingestion URL>
135135
<Key Vault private IP>  <Key Vault URL>
136136
````
137-
1. Additionally to this, the public IP of the the URL *login.microsoftonline.com* must be added to */etc/hosts*. You can use any of the public addresses resolved by DNS clients.
137+
1. Add the public IP address of the URL *login.microsoftonline.com* to */etc/hosts*. You can use any of the public addresses resolved by DNS clients.
138138
139139
```
140140
<Public IP>   login.microsoftonline.com

articles/operator-insights/how-to-install-sftp-agent.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ The VM used for the SFTP agent should be set up following best practice for secu
7373
- Access to the certificate and private key for the service principal that you create during this procedure
7474
- Access to the directory for secrets that you create on the VM during this procedure.
7575

76-
## Acquire the agent RPM
76+
## Download the RPM for the agent
7777

78-
A link to download the SFTP agent RPM is provided as part of the Azure Operator Insights onboarding process. See [How do I get access to Azure Operator Insights?](overview.md#how-do-i-get-access-to-azure-operator-insights) for details.
78+
Download the RPM for the SFTP agent using the details you received as part of the [Azure Operator Insights onboarding process](overview.md#how-do-i-get-access-to-azure-operator-insights) or from [https://go.microsoft.com/fwlink/?linkid=2254734](https://go.microsoft.com/fwlink/?linkid=2254734).
7979

8080
## Set up authentication to Azure
8181

@@ -178,10 +178,11 @@ This process assumes that you're connecting to Azure over ExpressRoute and are u
178178
<Storage private IP>   <ingestion URL>
179179
<Key Vault private IP>  <Key Vault URL>
180180
````
181-
1. Additionally to this, the public IP of the URL *login.microsoftonline.com* must be added to */etc/hosts*. You can use any of the public addresses resolved by DNS clients.
181+
1. Add the public IP address of the URL *login.microsoftonline.com* to */etc/hosts*. You can use any of the public addresses resolved by DNS clients.
182182
```
183183
<Public IP>   login.microsoftonline.com
184184
````
185+
185186
## Install and configure agent software
186187
187188
Repeat these steps for each VM onto which you want to install the agent:

0 commit comments

Comments
 (0)