Skip to content

Commit f379a00

Browse files
author
Glenn Gailey
committed
Link fix
1 parent 897e58e commit f379a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ You can view the queue in the [Azure portal](../storage/queues/storage-quickstar
151151
az storage queue list --output tsv
152152
```
153153
154-
1. Use the [`az storage message get`](/cli/azure/storage/message#az-storage-message-peek) command to read the message from this queue, which should be the first name you used when testing the function earlier. The command reads and removes the first message from the queue.
154+
1. Use the [`az storage message get`](/cli/azure/storage/message#az-storage-message-get) command to read the message from this queue, which should be the first name you used when testing the function earlier. The command reads and removes the first message from the queue.
155155
156156
# [bash](#tab/bash)
157157

0 commit comments

Comments
 (0)