Skip to content

Commit 034c708

Browse files
committed
typo
1 parent 7d32598 commit 034c708

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-vs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ After the binding is defined, you can use the `name` of the binding to access it
7272
7373
[!INCLUDE [functions-run-function-test-local-vs](../../includes/functions-run-function-test-local-vs.md)]
7474
75-
A new queue named `outqueue` is created in your storage account by the Functions runtime when the output binding is first used. You'll use Cloud Explorer to verify that the queue was created along with the new message.
75+
A new queue named `outqueue` is created in your storage account by the Functions runtime when the output binding is first used. You'll use Storage Explorer to verify that the queue was created along with the new message.
7676

7777
### Connect Storage Explorer to your account
7878

0 commit comments

Comments
 (0)