Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 599 Bytes

powershell-rg-create.md

File metadata and controls

15 lines (13 loc) · 599 Bytes
author ms.service ms.custom ms.topic ms.date ms.author
msmbaldwin
azure-key-vault
devx-track-azurepowershell
include
04/17/2025
msmbaldwin

A resource group is a logical container into which Azure resources are deployed and managed. Use the Azure PowerShell New-AzResourceGroup cmdlet to create a resource group named myResourceGroup in the eastus location.

New-AzResourceGroup -Name "myResourceGroup" -Location "EastUS"