Tag: AzureRM

How to Migrate Azure PowerShell from AzureRM to the new Az Module
How to Migrate Azure PowerShell from AzureRM to the new Az Module
Blog Posts

In December, Microsoft released version 1.0.0 of the new Az Module. Az is a cross-platform PowerShell module to manage resources in Azure that is compatible with both WindowsPowerShell and PowerShell Core. Why to migrate to Az? Az is written from ground up in .NET Standard which allows us to use the module in PowerShell Core on Windows, MacOs or Linux platforms. It is… READ MORE