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" ``` + +