exMon Cloud Service Endpoints

Created by: Kristinn Magnusson

In this article, you are going to read about exMon Cloud Service Endpoints. These endpoints might be blocked by a local firewall and need to be allowed so that exMon DM services will work.

exMon DM Client uses Login Web Service and DB Service.

To test the connection from a client, open Windows Powershell and execute the following commands

Test-NetConnection -ComputerName mp77op1ebc.database.windows.net -Port 1433
Test-NetConnection -ComputerName exmon-service.azurewebsites.net  -Port 443

Kristinn is the author of this solution article.