Skip to content

Commit 080574f

Browse files
fine-tune text
1 parent 3fa2d07 commit 080574f

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

articles/container-apps/scale-app.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
77
ms.topic: conceptual
8-
ms.date: 11/07/2022
8+
ms.date: 12/08/2022
99
ms.author: cshoe
1010
zone_pivot_groups: arm-azure-cli-portal
1111
---
@@ -50,7 +50,6 @@ Scaling is driven by three different categories of triggers:
5050
- Azure Event Hubs
5151
- Apache Kafka
5252
- Redis
53-
5453

5554
## HTTP
5655

@@ -322,7 +321,7 @@ A KEDA scaler may support using secrets in a [TriggerAuthentication](https://ked
322321
1. In the ARM template, add all entries to the `auth` array of the scale rule.
323322

324323
1. Add a [secret](./manage-secrets.md) to the container app's `secrets` array containing the secret value.
325-
324+
326325
1. Set the value of the `triggerParameter` property to the value of the `TriggerAuthentication`'s `key` property.
327326

328327
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
438437
> [!IMPORTANT]
439438
> 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.
440439
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
442447

443448
- KEDA ScaledJobs aren't supported. For more information, see [KEDA Scaling Jobs](https://keda.sh/docs/concepts/scaling-jobs/#overview).
444449

445-
## Known limitations
450+
### Known limitations
446451

447452
- Vertical scaling isn't supported.
448453

449454
- Replica quantities are a target amount, not a guarantee.
450455

451456
- 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.
452457

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).
458-
459458
## Next steps
460459

461460
> [!div class="nextstepaction"]

includes/container-apps/keda-azure-service-bus-auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: my-project
66
type: Opaque
77
data:
8-
connection-string-secret: SERVICE_BUS_CONNECTION_STRING
8+
connection-string-secret: <SERVICE_BUS_CONNECTION_STRING>
99
---
1010
apiVersion: keda.sh/v1alpha1
1111
kind: TriggerAuthentication

0 commit comments

Comments
 (0)