Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 470 Bytes

File metadata and controls

27 lines (20 loc) · 470 Bytes
ms.service azure-container-apps
ms.topic include
ms.date 02/03/2025
author v1212
ms.author wujia

Create an Azure resource group

Create a resource group to organize the services related to your container app deployment.

az group create \
  --name $RESOURCE_GROUP \
  --location $LOCATION
New-AzResourceGroup -Location $Location -Name $ResourceGroupName