Azure vs Az Powershell module

Koko 26 Reputation points
2022-11-18T15:27:08.513+00:00

What is the difference between the Az and the Azure Powershell module in terms of functionalities ?

Windows for business Windows Server User experience PowerShell
Community Center Not monitored
{count} votes

Accepted answer
  1. Jonathon Kindred 411 Reputation points
    2022-11-18T15:53:14.65+00:00

    The Az module has a more up-to-date list of cmdlets for managing Azure resources directly from PowerShell and other services. Azure Module which is the AzureRM module hasn't been updated with these new cmdlets since 2020 but as it's been around longer than Az Module it has more downloads.

    1 person found this answer helpful.
    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Koko 26 Reputation points
    2023-01-04T13:28:03.933+00:00

    Thank you for your answer and happy new year :)

    1 person found this answer helpful.
    0 comments No comments

  2. Jonathon Kindred 411 Reputation points
    2022-11-18T15:40:36.347+00:00

    I assume you are talking about AzureRM. All versions of the AzureRM PowerShell module are outdated. The Az PowerShell module is now the recommended PowerShell module for interacting with Azure. According to microsoft documentation they are retiring AzureRM PowerShell modules in 2024.

    So if you're thinking of one or the other, you're best adopting Az PowerShell over AzureRM PowerShell going forward or you will have to update all your modules once they've retired them in 2024.

    see link for details: https://learn.microsoft.com/en-us/powershell/azure/migrate-from-azurerm-to-az?view=azps-9.1.0

    0 comments No comments

  3. Koko 26 Reputation points
    2022-11-18T15:43:06.487+00:00

    Thank you for the quick feedback.
    I really talk about Azure module > https://www.powershellgallery.com/packages/Azure/5.3.1
    vs Az module > https://www.powershellgallery.com/packages/Az/9.1.1

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.