Skip to content

Commit 976d9d0

Browse files
update placholder message location
1 parent d1c6d1a commit 976d9d0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/container-apps/scale-app.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,8 @@ KEDA scalers can use secrets in a [TriggerAuthentication](https://keda.sh/docs/l
430430

431431
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.
432432

433+
Before using the following code, replace the placeholders surrounded by `<>` with your values.
434+
433435
```bicep
434436
scale: {
435437
minReplicas: 0
@@ -451,8 +453,6 @@ scale: {
451453
}
452454
```
453455

454-
Replace the `<PLACEHOLDERS`> with your values.
455-
456456
To learn more about using managed identity with scale rules, see [Managed identity](managed-identity.md#scale-rules).
457457

458458
::: zone-end
@@ -561,6 +561,8 @@ KEDA scalers can use secrets in a [TriggerAuthentication](https://keda.sh/docs/l
561561

562562
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.
563563

564+
Before using the following code, replace the placeholders surrounded by `<>` with your values.
565+
564566
```json
565567
"scale": {
566568
"minReplicas": 0,
@@ -582,8 +584,6 @@ Container Apps scale rules can use managed identity to authenticate with Azure s
582584
}
583585
```
584586

585-
Replace the `<PLACEHOLDERS`> with your values.
586-
587587
To learn more about using managed identity with scale rules, see [Managed identity](managed-identity.md#scale-rules).
588588

589589
::: zone-end
@@ -636,6 +636,8 @@ A KEDA scaler supports secrets in a [TriggerAuthentication](https://keda.sh/docs
636636

637637
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.
638638

639+
Before using the following code, replace the placeholders surrounded by `<>` with your values.
640+
639641
```bash
640642
az containerapp create \
641643
--resource-group <RESOURCE_GROUP> \
@@ -648,8 +650,6 @@ az containerapp create \
648650
--scale-rule-identity <USER_ASSIGNED_IDENTITY_ID>
649651
```
650652

651-
Replace the `<PLACEHOLDERS`> with your values.
652-
653653
::: zone-end
654654

655655
::: zone pivot="azure-portal"

0 commit comments

Comments
 (0)