Skip to content

Commit c0de531

Browse files
Merge pull request #261769 from jmgallart77/patch-1
Update how-to-install-mcc-edr-agent.md
2 parents 54735b2 + 53ae2dd commit c0de531

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The MCC EDR agent is a software package that is installed onto a Linux Virtual M
2424
| OS | Red Hat Enterprise Linux 8.6 or later, or Oracle Linux 8.8 or later |
2525
| vCPUs | 4 |
2626
| Memory | 32 GB |
27-
| Disk | 30 GB |
27+
| Disk | 64 GB |
2828
| Network | Connectivity from MCCs and to Azure |
2929
| Software | systemd, logrotate and zip installed |
3030
| Other | SSH or alternative access to run shell commands |
@@ -127,6 +127,11 @@ This process assumes that you're connecting to Azure over ExpressRoute and are u
127127
<Storage private IP>   <ingestion URL>
128128
<Key Vault private IP>  <Key Vault URL>
129129
````
130+
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.
131+
132+
```
133+
<Public IP>   login.microsoftonline.com
134+
````
130135
131136
## Install agent software
132137

0 commit comments

Comments
 (0)