Skip to content

Commit f6dcc27

Browse files
committed
one more
1 parent f7b67a8 commit f6dcc27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-add-output-binding-storage-queue-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ You can view the queue in the [Azure portal](../storage/queues/storage-quickstar
137137
$env:AZURE_STORAGE_CONNECTION_STRING = "<MY_CONNECTION_STRING>"
138138
```
139139
140-
# [Cmd](#tab/cmd)
140+
# [Azure CLI](#tab/cmd)
141141
142-
```cmd
142+
```azurecli
143143
set AZURE_STORAGE_CONNECTION_STRING="<MY_CONNECTION_STRING>"
144144
```
145145

0 commit comments

Comments
 (0)