Skip to content

Commit 4cd99a1

Browse files
fix file extensions
1 parent b4e0e2f commit 4cd99a1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/container-apps/scale-app.md

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

332332
1. In the `TriggerAuthentication` object, find each `secretTargetRef` and its associated secret.
333333

334-
:::code language="yml" source="./code/keda-azure-service-bus-auth.yml" highlight="8,16,17,18":::
334+
:::code language="yml" source="./code/keda-azure-service-bus-auth.txt" highlight="8,16,17,18":::
335335

336336
1. In the ARM template, for each secret:
337337

@@ -382,15 +382,15 @@ To learn more about using managed identity with scale rules, see [Managed identi
382382

383383
1. From the KEDA scaler specification, find the `type` value.
384384

385-
:::code language="yml" source="./code/keda-azure-service-bus-trigger.yml" highlight="2":::
385+
:::code language="yml" source="./code/keda-azure-service-bus-trigger.txt" highlight="2":::
386386

387387
1. In the CLI command, set the `--scale-rule-type` parameter to the specification `type` value.
388388

389389
:::code language="bash" source="./code/container-apps-azure-service-bus-cli.bash" highlight="10":::
390390

391391
1. From the KEDA scaler specification, find the `metadata` values.
392392

393-
:::code language="yml" source="./code/keda-azure-service-bus-trigger.yml" highlight="4,5,6":::
393+
:::code language="yml" source="./code/keda-azure-service-bus-trigger.txt" highlight="4,5,6":::
394394

395395
1. In the CLI command, set the `--scale-rule-metadata` parameter to the metadata values.
396396

@@ -410,7 +410,7 @@ A KEDA scaler supports secrets in a [TriggerAuthentication](https://keda.sh/docs
410410

411411
1. Find the `TriggerAuthentication` object referenced by the KEDA `ScaledObject` specification. Identify each `secretTargetRef` of the `TriggerAuthentication` object.
412412

413-
:::code language="yml" source="./code/keda-azure-service-bus-auth.yml" highlight="8,16,17,18":::
413+
:::code language="yml" source="./code/keda-azure-service-bus-auth.txt" highlight="8,16,17,18":::
414414

415415
1. In your container app, create the [secrets](./manage-secrets.md) that match the `secretTargetRef` properties.
416416

@@ -464,13 +464,13 @@ Replace placeholders with your values.
464464

465465
1. From the KEDA scaler specification, find the `type` value.
466466

467-
:::code language="yml" source="./code/keda-azure-service-bus-trigger.yml" highlight="2":::
467+
:::code language="yml" source="./code/keda-azure-service-bus-trigger.txt" highlight="2":::
468468

469469
1. In the *Custom rule type* box, enter the scaler `type` value.
470470

471471
1. From the KEDA scaler specification, find the `metadata` values.
472472

473-
:::code language="yml" source="./code/keda-azure-service-bus-trigger.yml" highlight="4,5,6":::
473+
:::code language="yml" source="./code/keda-azure-service-bus-trigger.txt" highlight="4,5,6":::
474474

475475
1. In the portal, find the *Metadata* section and select **Add**. Enter the name and value for each item in the KEDA `ScaledObject` specification metadata section.
476476

@@ -484,7 +484,7 @@ Container Apps scale rules support secrets-based authentication. Scale rules for
484484

485485
1. Find the `TriggerAuthentication` object referenced by the KEDA `ScaledObject` specification. Identify each `secretTargetRef` of the `TriggerAuthentication` object.
486486

487-
:::code language="yml" source="./code/keda-azure-service-bus-auth.yml" highlight="16,17,18":::
487+
:::code language="yml" source="./code/keda-azure-service-bus-auth.txt" highlight="16,17,18":::
488488

489489
1. In the *Authentication* section, select **Add** to create an entry for each KEDA `secretTargetRef` parameter.
490490

0 commit comments

Comments
 (0)