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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -430,6 +430,8 @@ KEDA scalers can use secrets in a [TriggerAuthentication](https://keda.sh/docs/l
430
430
431
431
Container Apps scale rules can use managed identity to authenticate with Azure services. The following Bicep template passes in system-based managed identity to authenticate for an Azure Queue scaler.
432
432
433
+
Before using the following code, replace the placeholders surrounded by `<>` with your values.
434
+
433
435
```bicep
434
436
scale: {
435
437
minReplicas: 0
@@ -451,8 +453,6 @@ scale: {
451
453
}
452
454
```
453
455
454
-
Replace the `<PLACEHOLDERS`> with your values.
455
-
456
456
To learn more about using managed identity with scale rules, see [Managed identity](managed-identity.md#scale-rules).
457
457
458
458
::: zone-end
@@ -561,6 +561,8 @@ KEDA scalers can use secrets in a [TriggerAuthentication](https://keda.sh/docs/l
561
561
562
562
Container Apps scale rules can use managed identity to authenticate with Azure services. The following ARM template passes in system-based managed identity to authenticate for an Azure Queue scaler.
563
563
564
+
Before using the following code, replace the placeholders surrounded by `<>` with your values.
565
+
564
566
```json
565
567
"scale": {
566
568
"minReplicas": 0,
@@ -582,8 +584,6 @@ Container Apps scale rules can use managed identity to authenticate with Azure s
582
584
}
583
585
```
584
586
585
-
Replace the `<PLACEHOLDERS`> with your values.
586
-
587
587
To learn more about using managed identity with scale rules, see [Managed identity](managed-identity.md#scale-rules).
588
588
589
589
::: zone-end
@@ -636,6 +636,8 @@ A KEDA scaler supports secrets in a [TriggerAuthentication](https://keda.sh/docs
636
636
637
637
Container Apps scale rules can use managed identity to authenticate with Azure services. The following command creates a container app with a user-assigned managed identity and uses it to authenticate for an Azure Queue scaler.
638
638
639
+
Before using the following code, replace the placeholders surrounded by `<>` with your values.
0 commit comments