Skip to content

Commit cfaf893

Browse files
authored
Update how-to-install-mcc-edr-agent.md
Added login.microsoftonline.com entry as a requirement for VMs without DNS. Fix VM spec requirements
1 parent 645831f commit cfaf893

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ The MCC EDR agent is a software package that is installed onto a Linux Virtual M
2323
|----------|---------------------------------------------------------------------|
2424
| OS | Red Hat Enterprise Linux 8.6 or later, or Oracle Linux 8.8 or later |
2525
| vCPUs | 4 |
26-
| Memory | 32 GB |
27-
| Disk | 30 GB |
26+
| Memory | 16 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)