Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 423 Bytes

File metadata and controls

13 lines (11 loc) · 423 Bytes
author vicancy
ms.service azure-web-pubsub
ms.topic include
ms.date 08/06/2021
ms.author 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