Skip to content

Commit 1390466

Browse files
Merge pull request #291974 from craigshoemaker/patch-2
[Container Apps] Update: tutorial-ci-cd-runners-jobs.md -> update PowerShell command
2 parents 76a7a25 + 72bbf36 commit 1390466

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/container-apps/tutorial-ci-cd-runners-jobs.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,12 @@ The Azure Container Apps environment acts as a secure boundary around container
156156
```
157157

158158
# [Azure PowerShell](#tab/azure-powershell)
159+
159160
```powershell
160-
az containerapp env create `
161-
--name "$ENVIRONMENT" `
162-
--resource-group "$RESOURCE_GROUP" `
163-
--location "$LOCATION"
161+
New-AzContainerAppManagedEnvironment `
162+
-Name $ENVIRONMENT `
163+
-ResourceGroupName $RESOURCE_GROUP `
164+
-Location $LOCATION
164165
```
165166

166167
---

0 commit comments

Comments
 (0)