The following service endpoints are used for exmon services.
These endpoints might be blocked by a local firewall and need to be allowed so that exMon DM services will work.
- Login Web Service extables-service.azurewebsites.net, port 443
- DB Service mp77op1ebc.database.windows.net port 1433
- Portal Service *.exmondm.com port 443
- Portal Login login.exmondm.com port 443
- CDN cdn.exmon.com port 443
exMon DM Client uses Login Web Service and DB Service.
To test connection from a client, open Windows Powershell and execute the following commands
Test-NetConnection -ComputerName mp77op1ebc.database.windows.net -Port 1433
Test-NetConnection -ComputerName extables-service.azurewebsites.net -Port 443