Skip to content

Commit b8cc8c8

Browse files
rename files
1 parent d000195 commit b8cc8c8

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
@@ -384,15 +384,15 @@ First, you define the type and metadata of the scale rule.
384384

385385
1. In the Bicep template, enter the scaler `type` value into the `custom.type` property of the scale rule.
386386

387-
:::code language="bicep" source="./code/container-apps-azure-service-bus-rule-0.bicep" highlight="6":::
387+
:::code language="bicep" source="./code/container-apps-azure-service-bus-rule-0-bicep.json" highlight="6":::
388388

389389
1. From the KEDA scaler specification, find the `metadata` values.
390390

391391
:::code language="json" source="./code/keda-azure-service-bus-trigger.json" highlight="4,5,6":::
392392

393393
1. In the Bicep template, add all metadata values to the `custom.metadata` section of the scale rule.
394394

395-
:::code language="bicep" source="./code/container-apps-azure-service-bus-rule-0.bicep" highlight="8,9,10":::
395+
:::code language="bicep" source="./code/container-apps-azure-service-bus-rule-0-bicep.json" highlight="8,9,10":::
396396

397397
### Authentication
398398

0 commit comments

Comments
 (0)