Tag: Azure Resource Manager

Saving time with Azure Resource Graph
Saving time with Azure Resource Graph
Blog Posts

This year, at the Ignite conference, Microsoft announced Azure Resource Graph service. As we can read in the documentation, Azure Resource Graph is: a service in Azure that is designed to extend Azure Resource Management by providing efficient and performant resource exploration with the ability to query at scale across all subscriptions and management groups so… READ MORE

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