Skip to content

Commit eaad5ce

Browse files
authored
Corrects syntax errors in code sample
1 parent 5b4eef7 commit eaad5ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ 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>"
96-
--internal--only
95+
--infrastructure-subnet-resource-id "<SUBNET_ID>" \
96+
--internal-only
9797
```
9898

9999
---

0 commit comments

Comments
 (0)