Azure vs Az Powershell module

Koko 21 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 ?

Azure FastTrack
Azure FastTrack
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.FastTrack: This tag is no longer in use. Please use 'Azure Startups' instead.
75 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,378 questions
{count} votes

Accepted answer
  1. Jonathon Kindred 406 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. Jonathon Kindred 406 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

  2. Koko 21 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

  3. Koko 21 Reputation points
    2023-01-04T13:28:03.933+00:00

    Thank you for your answer and happy new year :)

    0 comments No comments