You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/scale-app.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: container-apps
5
5
author: craigshoemaker
6
6
ms.service: container-apps
7
7
ms.topic: conceptual
8
-
ms.date: 11/07/2022
8
+
ms.date: 12/08/2022
9
9
ms.author: cshoe
10
10
zone_pivot_groups: arm-azure-cli-portal
11
11
---
@@ -50,7 +50,6 @@ Scaling is driven by three different categories of triggers:
50
50
- Azure Event Hubs
51
51
- Apache Kafka
52
52
- Redis
53
-
54
53
55
54
## HTTP
56
55
@@ -322,7 +321,7 @@ A KEDA scaler may support using secrets in a [TriggerAuthentication](https://ked
322
321
1. In the ARM template, add all entries to the `auth` array of the scale rule.
323
322
324
323
1. Add a [secret](./manage-secrets.md) to the container app's `secrets` array containing the secret value.
325
-
324
+
326
325
1. Set the value of the `triggerParameter` property to the value of the `TriggerAuthentication`'s `key` property.
327
326
328
327
1. Set the value of the `secretRef` property to the name of the Container Apps secret.
@@ -438,24 +437,24 @@ If you don't create a scale rule, the default scale rule is applied to your cont
438
437
> [!IMPORTANT]
439
438
> Make sure you create a scale rule or set `minReplicas` to 1 or more if you don't enable ingress. If ingress is disabled and all you have is the default limits and rule, then your container app will scale to zero and have no way of starting back up.
440
439
441
-
## Unsupported KEDA capabilities
440
+
## Considerations
441
+
442
+
- In "multiple revision" mode, adding a new scale trigger creates a new revision of your application but your old revision remains available with the old scale rules. Use the **Revision management** page to manage traffic allocations.
443
+
444
+
- No usage charges are incurred when an application scales to zero. For more pricing information, see [Billing in Azure Container Apps](billing.md).
445
+
446
+
### Unsupported KEDA capabilities
442
447
443
448
- KEDA ScaledJobs aren't supported. For more information, see [KEDA Scaling Jobs](https://keda.sh/docs/concepts/scaling-jobs/#overview).
444
449
445
-
## Known limitations
450
+
###Known limitations
446
451
447
452
- Vertical scaling isn't supported.
448
453
449
454
- Replica quantities are a target amount, not a guarantee.
450
455
451
456
- If you're using [Dapr actors](https://docs.dapr.io/developing-applications/building-blocks/actors/actors-overview/) to manage states, you should keep in mind that scaling to zero isn't supported. Dapr uses virtual actors to manage asynchronous calls, which means their in-memory representation isn't tied to their identity or lifetime.
452
457
453
-
## Considerations
454
-
455
-
- In "multiple revision" mode, adding a new scale trigger creates a new revision of your application but your old revision remains available with the old scale rules. Use the **Revision management** page to manage traffic allocations.
456
-
457
-
- No usage charges are incurred when an application scales to zero. For more pricing information, see [Billing in Azure Container Apps](billing.md).
0 commit comments