We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3511d48 commit 478c369Copy full SHA for 478c369
articles/aks/keda-workload-identity.md
@@ -292,13 +292,13 @@ At this point everything is configured for scaling with KEDA and Microsoft Entra
292
name: myconsumer
293
env:
294
- name: OPERATION_MODE
295
- value: "consumer"
+ value: "consumer"
296
- name: MESSAGE_COUNT
297
- value: "10"
+ value: "10"
298
- name: AZURE_SERVICEBUS_QUEUE_NAME
299
- value: $SB_QUEUE_NAME
+ value: $SB_QUEUE_NAME
300
- name: AZURE_SERVICEBUS_HOSTNAME
301
- value: $SB_HOSTNAME
+ value: $SB_HOSTNAME
302
restartPolicy: Never
303
triggers:
304
- type: azure-servicebus
0 commit comments