Skip to content

Commit 9849a1a

Browse files
committed
fixed deprecated Azure CLI commands
1 parent 01e5a86 commit 9849a1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/spring-apps/consumption-dedicated/quickstart-provision-standard-consumption-app-environment-with-virtual-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Use the following steps to create an Azure Spring Apps instance in an Azure Cont
183183
1. At this point, you've created an Azure Container Apps environment with a default standard consumption workload profile. You can also add a dedicated workload profile to the same Azure Container Apps environment with the following command:
184184

185185
```azurecli
186-
az containerapp env workload-profile set \
186+
az containerapp env workload-profile add \
187187
--resource-group $RESOURCE_GROUP \
188188
--name $AZURE_CONTAINER_APPS_ENVIRONMENT
189189
--workload-profile-name my-wlp \

articles/spring-apps/consumption-dedicated/quickstart-provision-standard-consumption-service-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ You can create the Azure Container Apps environment in one of two ways:
143143
1. At this point, you've created an Azure Container Apps environment with a default standard consumption workload profile. You can also add a dedicated workload profile to the same Azure Container Apps environment by using the following command:
144144

145145
```azurecli
146-
az containerapp env workload-profile set \
146+
az containerapp env workload-profile add \
147147
--resource-group $RESOURCE_GROUP \
148148
--name $AZURE_CONTAINER_APPS_ENVIRONMENT \
149149
--workload-profile-name my-wlp \

0 commit comments

Comments
 (0)