For system, network and cloud administrators

How to create an Azure resource group using Azure PowerShell

In order to create a new Azure resource group, remember you’ll also have to mention a location.

New-AzResourceGroup -Name yourresourcegroupname -Location westeurope

Leave a Reply

Your email address will not be published. Required fields are marked *