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 VM (Windows) - Powershell Remoting Failure

                        To resolve the issue, follow the steps given below: Go to Monitor Actions -> Edit Monitor page and check if Enable Guest OS Monitoring option is enabled. Verify if the Username and Password are correct. Verify whether all the prerequisites are done ...
                      • Troubleshooting errors in SharePoint Online (PowerShell mode)

                        Prerequisites: Ensure that you have met all the prerequisites for the Microsoft 365 monitor. From Applications Manager version 16300 onwards, Microsoft 365 monitor will use Microsoft Graph API as the primary mode of data collection. We have migrated ...
                      • Troubleshooting errors in Microsoft Teams monitor (For versions upto 16300)

                        Prerequisites: Ensure that you have met all the prerequisites for the Microsoft 365 monitor. From Applications Manager version 16300 onwards, Microsoft 365 monitor will use Microsoft Graph API as the primary mode of data collection. We have migrated ...