From f95396d2edc8886b355f3f60e5e65f9d889abc6d Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Tue, 19 Mar 2024 09:47:21 -0500 Subject: [PATCH] Fixes #429 - Fix Azure Container Apps workflows --- containerapp/create-environment/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/containerapp/create-environment/README.md b/containerapp/create-environment/README.md index b1835f2..e741f85 100644 --- a/containerapp/create-environment/README.md +++ b/containerapp/create-environment/README.md @@ -51,6 +51,7 @@ region using the command lines below: To create the Azure Container Apps environment use the following command line: + ```shell az containerapp env create \ --name $ACA_ENVIRONMENT_NAME \ @@ -58,6 +59,17 @@ To create the Azure Container Apps environment use the following command line: --location "$ACA_REGION" ``` + +