Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 423 Bytes

cli-rg-creation.md

File metadata and controls

13 lines (11 loc) · 423 Bytes
author ms.service ms.topic ms.date ms.author
vicancy
azure-web-pubsub
include
08/06/2021
lianwei

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