Skip to content

Commit 053c37e

Browse files
brhamilton529KarlErickson
authored andcommitted
reviewer edits
1 parent 2b29436 commit 053c37e

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

articles/spring-apps/quickstart-apps-autoscale.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ ms.custom: devx-track-java
1111

1212
# Set up autoscale for Standard Consumption plan applications
1313

14-
This article describes how to set up autoscale rules for your applications in Azure Spring Standard Consumption plan.
15-
16-
The Azure Spring Standard Consumption plan uses Azure Container Apps to host your spring applications, and provides the following management and support:
14+
This article describes how to set up autoscale rules for your applications in Azure Spring Apps Standard consumption plan. The plan uses Azure Container Apps to host your spring applications, and provides the following management and support:
1715

1816
- Manages automatic horizontal scaling through a set of declarative scaling rules.
1917

20-
- Support all the scaling rules which Azure Container App supports.
18+
- Support all the scaling rules that Azure Container Apps supports.
2119

2220
For more information see [Azure Container Apps documentation](/azure/container-apps/)
2321

@@ -70,15 +68,15 @@ You can set up autoscale settings for your application using the Azure portal or
7068

7169
### [Azure CLI](#tab/azure-cli)
7270

73-
The following commands show an example to create an Azure Spring application deployment with an autoscaling rule using the Azure CLI.
71+
The following commands show an example to create an Azure Spring Apps application deployment with an autoscaling rule using the Azure CLI.
7472

7573
```azurecli-interactive
7674
az spring app deployment create
77-
--resource-group <resource group>
78-
--service <azure spring apps service instance name>
79-
--app <app name>
80-
--name <deployment name>
81-
--secrets "connection-string-secret=<SERVICE_BUS_CONNECTION_STRING>"
75+
--resource-group <resource-group>
76+
--service <azure-spring-apps-service-instance-name>
77+
--app <app-name>
78+
--name <deployment-name>
79+
--secrets "connection-string-secret=<service-bus-connection-string>"
8280
--scale-rule-name azure-servicebus-queue-rule
8381
--scale-rule-type azure-servicebus
8482
--scale-rule-metadata "queueName=my-queue"

0 commit comments

Comments
 (0)