Accept legal terms using PowerShell to deploy ARM templates

Some ARM templates require to accept legal terms before they can be deployed. You can find multiple of these templates within the Azure Resource Manager QuickStart Templates which are available on GitHub. This article will show you how to accept these terms using PowerShell. Prerequisites Az Azure PowerShell module Deploy without accepting the terms We… Continue reading Accept legal terms using PowerShell to deploy ARM templates

Get started with the new Azure PowerShell Az module

CLI

The Azure PowerShell Az module is released since December 2018 and is currently available in Version 1.8.0.  It is the intended PowerShell module for interacting with Azure because the previous AzureRM module will no longer receive new features (it will continue to receive bug fixes until at least December 2020). This article is for beginners… Continue reading Get started with the new Azure PowerShell Az module