Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 495 Bytes

cli-rg-create.md

File metadata and controls

16 lines (12 loc) · 495 Bytes
author ms.service ms.topic ms.date ms.author
msmbaldwin
azure-key-vault
include
03/25/2022
msmbaldwin

A resource group is a logical container into which Azure resources are deployed and managed. Use the az group create command to create a resource group named myResourceGroup in the eastus location.

az group create --name "myResourceGroup" --location "EastUS"