Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 572 Bytes

File metadata and controls

29 lines (22 loc) · 572 Bytes
ms.service azure-container-apps
ms.topic include
ms.date 02/03/2025
author v1212
ms.author wujia

Set environment variables

Set the following environment variables. Replace the <placeholders> with your values.

RESOURCE_GROUP="<new-resource-group>"
LOCATION="<location>"
CONTAINERAPPS_ENVIRONMENT="<containerapps-environment>"
$ResourceGroupName = '<new-resource-group>'
$Location = '<location>'
$ContainerAppsEnvironment = '<containerapps-environment>'