Skip to content

Commit 58e94d2

Browse files
rename files to avoid validation errors
1 parent 6d6e6e2 commit 58e94d2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

articles/container-apps/scale-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,15 +303,15 @@ First, you define the type and metadata of the scale rule.
303303

304304
1. From the KEDA scaler specification, find the `type` value.
305305

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

308308
1. In the ARM template, enter the scaler `type` value into the `custom.type` property of the scale rule.
309309

310310
:::code language="json" source="./code/container-apps-azure-service-bus-rule-0.json" highlight="6":::
311311

312312
1. From the KEDA scaler specification, find the `metadata` values.
313313

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

316316
1. In the ARM template, add all metadata values to the `custom.metadata` section of the scale rule.
317317

0 commit comments

Comments
 (0)