Skip to content

Commit 88b2a66

Browse files
Merge pull request #233573 from craigshoemaker/patch-15
[Container App] Workload profiles: Remove redundant code block
2 parents 08fa3b6 + 35abebe commit 88b2a66

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,6 @@ Use the following commands to create an environment with a workload profile.
9898

9999
---
100100

101-
```bash
102-
az containerapp env create \
103-
--enable-workload-profiles \
104-
--resource-group "<RESOURCE_GROUP>" \
105-
--name "<NAME>" \
106-
--location "<LOCATION>" \
107-
--infrastructure-subnet-resource-id "<SUBNET_ID>"
108-
```
109-
110101
This command can take up to 10 minutes to complete.
111102

112103
1. Check status of environment. Here, you're looking to see if the environment is created successfully.

0 commit comments

Comments
 (0)