Skip to content

Commit ee6913a

Browse files
authored
Merge pull request #201988 from cebundy/fix-scaling-terminology
[Container Apps]: change scaling terminology to in and out
2 parents eaf00a7 + 735e94b commit ee6913a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/background-processing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ ms.service: container-apps
77
ms.topic: conceptual
88
ms.date: 11/02/2021
99
ms.author: joarteir
10-
ms.custom: ignite-fall-2021, devx-track-azurecli, event-tier1-build-2022
10+
ms.custom: devx-track-azurecli, event-tier1-build-2022
1111
---
1212

1313
# Tutorial: Deploy a background processing application with Azure Container Apps
1414

15-
Using Azure Container Apps allows you to deploy applications without requiring the exposure of public endpoints. By using Container Apps scale rules, the application can scale up and down based on the Azure Storage queue length. When there are no messages on the queue, the container app scales down to zero.
15+
Using Azure Container Apps allows you to deploy applications without requiring the exposure of public endpoints. By using Container Apps scale rules, the application can scale out and in based on the Azure Storage queue length. When there are no messages on the queue, the container app scales in to zero.
1616

1717
You learn how to:
1818

@@ -265,7 +265,7 @@ New-AzResourceGroupDeployment `
265265

266266
This command deploys the demo application from the public container image called `mcr.microsoft.com/azuredocs/containerapps-queuereader` and sets secrets and environments variables used by the application.
267267

268-
The application scales up to 10 replicas based on the queue length as defined in the `scale` section of the ARM template.
268+
The application scales out to 10 replicas based on the queue length as defined in the `scale` section of the ARM template.
269269

270270
## Verify the result
271271

0 commit comments

Comments
 (0)