Web UI: Azure Machine is Not Associated as Azure Machine in Topology View
    • Dark
      Light
    • PDF

    Web UI: Azure Machine is Not Associated as Azure Machine in Topology View

    • Dark
      Light
    • PDF

    Article Summary

    Issue

    You deployed the ControlUp Agent on an Azure machine (see the setup guide for Azure-AD joined machines) and you can see the Azure machine in the Real-Time Console.
    image.png

    However, in the web UI, the Azure machine is not associated in the Machines dropdown list. The Machines (Azure) item is grayed out and you cannot select and filter the machine.
    image.png

    Technical background

    Virtual machines in the web UI are associated according to the internal property AssociationMask which you can query with the Invoke-CUQuery cmdlet on the monitor machine.

    For example, if you want to know the AssociationMask of of all monitored machine, use the following query:

    (Invoke-CUQuery -Scheme main -Table Computers -Fields AssociationMask, FQDN).Data
    

    AssociationMask = 1 means that the machine is a virtual machine with the ControlUp Agent installed, but it is not identified as an Azure machine.
    image.png

    Root Cause

    Make sure that the Azure subscription does not show any errors. In our case, the ControlUp Monitor could not connect to the subscription due to missing shared credentials.
    image.png

    Solution

    Make sure that no errors are displayed in the data sources screen and status is Connected. This means that the monitor successfully connected to your Azure subscription with the provided shared credentials.
    image.png

    You can now log into the web UI and check that the machine is available from the Machines (Agent) and Machines (Azure) dropdown.
    image.png


    Was this article helpful?