Skip to content

Commit e479312

Browse files
authored
Add missing set in command (#2746)
1 parent 07d2635 commit e479312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/azure_container_apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To deploy to Azure Container Apps, please follow the following steps:
4646
The default workload profile is Consumption. If you want to use a dedicated workload profile like D4, please run:
4747

4848
```bash
49-
azd env AZURE_CONTAINER_APPS_WORKLOAD_PROFILE D4
49+
azd env set AZURE_CONTAINER_APPS_WORKLOAD_PROFILE D4
5050
```
5151

5252
For a full list of workload profiles, please check [the workload profile documentation](https://learn.microsoft.com/azure/container-apps/workload-profiles-overview#profile-types).

0 commit comments

Comments
 (0)