Skip to content

Commit 5472c9d

Browse files
Merge pull request #107963 from kyleburnsdev/patch-3
Corrects syntax errors in code sample
2 parents 73bb489 + 39cae09 commit 5472c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/workload-profiles-manage-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Use the following commands to create an environment with a workload profile.
9292
--resource-group "<RESOURCE_GROUP>" \
9393
--name "<NAME>" \
9494
--location "<LOCATION>" \
95-
--infrastructure-subnet-resource-id "<SUBNET_ID>"
95+
--infrastructure-subnet-resource-id "<SUBNET_ID>" \
9696
--internal-only true
9797
```
9898

0 commit comments

Comments
 (0)