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
Copy file name to clipboardExpand all lines: articles/operator-insights/how-to-install-mcc-edr-agent.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,9 @@ The VM used for the MCC EDR agent should be set up following best practice for s
55
55
- Access to the directory where the logs are stored *(/var/log/az-mcc-edr-uploader/)*
56
56
- Access to the certificate and private key for the service principal that you create during this procedure
57
57
58
-
## Acquire the agent RPM
58
+
## Download the RPM for the agent
59
59
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).
61
61
62
62
## Set up authentication
63
63
@@ -134,7 +134,7 @@ This process assumes that you're connecting to Azure over ExpressRoute and are u
134
134
<Storage private IP> <ingestion URL>
135
135
<Key Vault private IP> <Key Vault URL>
136
136
````
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.
Copy file name to clipboardExpand all lines: articles/operator-insights/how-to-install-sftp-agent.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,9 +73,9 @@ The VM used for the SFTP agent should be set up following best practice for secu
73
73
- Access to the certificate and private key for the service principal that you create during this procedure
74
74
- Access to the directory for secrets that you create on the VM during this procedure.
75
75
76
-
## Acquire the agent RPM
76
+
## Download the RPM for the agent
77
77
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).
79
79
80
80
## Set up authentication to Azure
81
81
@@ -178,10 +178,11 @@ This process assumes that you're connecting to Azure over ExpressRoute and are u
178
178
<Storage private IP> <ingestion URL>
179
179
<Key Vault private IP> <Key Vault URL>
180
180
````
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.
182
182
```
183
183
<Public IP> login.microsoftonline.com
184
184
````
185
+
185
186
## Install and configure agent software
186
187
187
188
Repeat these steps for each VM onto which you want to install the agent:
0 commit comments