Skip to content

Commit 436a82b

Browse files
Update articles/aks/keda-workload-identity.md
Co-authored-by: Paul Yu <[email protected]>
1 parent e12fb20 commit 436a82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/keda-workload-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ This article shows you how to securely scale your applications with the Kubernet
8585
1. Create an Azure Service Bus queue using the [`az servicebus queue create`][az-servicebus-queue-create] command. Make sure to replace the placeholder value with your own value.
8686
8787
```azurecli-interactive
88-
SB_QUEUE=<service-bus-queue-name>
88+
SB_QUEUE_NAME=<service-bus-queue-name>
8989
9090
az servicebus queue create \
9191
--name $SB_QUEUE \

0 commit comments

Comments
 (0)