Microsoft Azure - Troubleshooting "Authentication Failed. Reason: Host Unavailable" error

Microsoft Azure - Troubleshooting "Authentication Failed. Reason: Host Unavailable" error

"Authentication failed. Reason: Host Unavailable" - Error message upon adding a New Azure monitor and during data collection

Troubleshooting:
  1. Ensure that the Applications Manager installed server has internet connectivity. The following hosts must be accessible from the APM server. 
InfoHosts (Azure Global)
  1. login.microsoftonline.com - Used for Authentication in all the services
  2. management.azure.com - Used for Data Collection in all the services
  3. <storage-account>.table.core.windows.net - Used to fetch Diagnostic Extension metrics from the Azure Virtual Machine
  4. Azure SQL DB Server Name - Used to establish a JDBC connection to fetch query metrics (For example, the JDBC Url would be: jdbc:sqlserver://<DBserver>.database.windows.net:1433)
Hosts (Azure Gov Cloud)
  1. login.microsoftonline.us - Used for Authentication in all the services
  2. management.usgovcloudapi.net - Used for Data Collection in all the services
  3. <storage-account>.table.core.usgovcloudapi.net - Used to fetch Diagnostic Extension metrics from the Azure Virtual Machine
  4. Azure SQL DB Server Name - Used to establish a JDBC connection to fetch query metrics (For example, the JDBC Url would be: jdbc:sqlserver://<DBserver>.database.usgovcloudapi.net:1433)
Hosts (Azure China)
  1. login.partner.microsoftonline.cn - Used for Authentication in all the services
  2. management.chinacloudapi.cn - Used for Data Collection in all the services
  3. <storage-account>.table.core.chinacloudapi.cn - Used to fetch Diagnostic Extension metrics from the Azure Virtual Machine
  4. Azure SQL DB Server Name - Used to establish a JDBC connection to fetch query metrics (For example, the JDBC Url would be: jdbc:sqlserver://<DBserver>.database.chinacloudapi.cn:1433)
  1. If your setup uses a proxy, ensure it is properly configured in APM. If proxy exclusions are required, add the above-mentioned hosts to the proxy settings.
  2. Utilize the URL Debug Tool to verify if you can connect to the specified hosts.
  3. If the issue occurs intermittently, configure a URL monitor within Applications Manager to track and monitor any potential downtime.
Share the SIF and the above screenshots with our support team at appmanager-support@manageengine.com for further analysis only if the issue persists in Applications Manager but works directly on the server, even after ensuring proper connectivity and proxy configuration.

                  New to ADSelfService Plus?

                    • Related Articles

                    • Microsoft Azure - FAQ

                      1. What happens to the Azure monitor in Applications Manager when you delete any of the supported services from the Azure portal? When a resource is deleted in Azure portal, the monitor status depends on the 'Action on Deleted Resources' option. ...
                    • Troubleshooting Cloud API Accessibility Errors

                      Overview Applications Manager monitors cloud resources by making API calls to the respective cloud provider endpoints (e.g., Azure Management APIs, AWS APIs). When these API endpoints are unreachable or blocked from the Applications Manager installed ...
                    • Troubleshooting Authentication Failed error

                      Authentication Failure Authentication failure occurs when the request to a resource is missing or has invalid credentials. Check if URL requires authentication Access the URL in an incognito/private window and check if any pop up asking for ...
                    • Microsoft Azure - Troubleshooting on "Authentication Failed" error for Azure Organizational Account mode

                      "Authentication Failed. Access is Denied for the provided Azure Organizational Account Credentials" - Error message upon adding a New Azure monitor using Azure Organizational Account mode. Troubleshooting: Check if the provided User Email & Password ...
                    • Real User Monitor (RUM) - Troubleshooting guide

                      If your Real User Monitor has not collected data for an extended period, follow the steps below to troubleshoot the issue. Step 1: Verify the RUM Agent configuration Real User Monitoring requires the RUM Agent to be installed and mapped to ...