Microsoft Azure - Error : Az Powershell module is not installed

Microsoft Azure - Error : Az Powershell module is not installed

While adding the Microsoft Azure monitor or during data collection, if this error occurs, follow the below steps for troubleshooting:
  1. Check whether all the prerequisites mentioned in the below link are done:
    https://www.manageengine.com/products/applications_manager/help/prerequisites-for-applications-manager.html#mode2
  2. Open admin Powershell window and run the below command to check the list of modules installed:
    Get-Module -ListAvailable -Name Az*
  3. Check if only the Az modules are present and the AzureRM modules are not available 
  4. If the AzureRM module is still present, then uninstall the module using the below command:
    Uninstall-AzureRm
Note: If you face any difficulty in uninstalling the AzureRM module, refer to this Microsoft doc.

If the issue still persists, contact Microsoft support to resolve the issue. Once the AzureRM module is completely removed and the Az module is installed, we will be able to add the monitor / perform data collection.

                  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 you perform a delete operation on any of the supported Azure resources in the Azure portal, the respective monitor ...
                    • Microsoft Azure VM - Enabling Diagnostics extension for Windows & Linux VMs

                      Diagnostic Extension is now considered a legacy approach and it is limited to some server distributions. It is recommended to switch to Azure Monitor Agent (AMA). From Applications Manager v171400, Azure monitor agent is supported. Refer here to know ...
                    • 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: Ensure that the Applications Manager installed server has internet connectivity. The following hosts must be ...
                    • Troubleshooting PowerShell Remoting

                      PowerShell remoting is used in Exchange Server, SharePoint Server, Active Directory, MSMQ, and Biztalk Server monitors to connect to remote servers for data collection. If you are experiencing issues with PowerShell remoting, follow the steps below ...
                    • Azure Kubernetes Service(AKS) Troubleshooting FAQs

                      Azure Kubernetes Service (AKS) monitor can be configured only if you have already added a Microsoft Azure monitor in Applications Manager. Ensure that you have met all the prerequisites for the Microsoft Azure monitor before monitoring Azure ...