Skip to content

Commit 2d2f788

Browse files
(AzureCXP) fixed typo in command
update fixed typo in az containerapp create command resolves MicrosoftDocs/azure-docs#107752
1 parent 4b7c473 commit 2d2f788

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)