Skip to content

Commit 13d15d9

Browse files
Merge pull request #233630 from MayankBargali-MSFT/patch-98
(AzureCXP) fixed typo in command
2 parents 22e59b4 + 2d2f788 commit 13d15d9

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
@@ -120,7 +120,7 @@ Use the following commands to create an environment with a workload profile.
120120
--ingress external \
121121
--image mcr.microsoft.com/azuredocs/containerapps-helloworld:latest \
122122
--environment "<ENVIRONMENT_NAME>" \
123-
--workload-profile-name "consumption"
123+
--workload-profile-name "Consumption"
124124
```
125125
126126
This command deploys the application to the built in Consumption workload profile. If you want to create an app in a dedicated workload profile, you first need to [add the profile to the environment](#add-profiles).

0 commit comments

Comments
 (0)