Skip to content

Commit c2d82ce

Browse files
authored
Merge pull request #93815 from satonaoki/patch-25
Update functions-bindings-storage-queue-trigger.md
2 parents 1025cba + a5deb47 commit c2d82ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-bindings-storage-queue-trigger.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ See the [Example section](#example) for complete examples.
363363
364364
::: zone pivot="programming-language-csharp"
365365

366-
The usage of the Blob trigger depends on the extension package version, and the C# modality used in your function app, which can be one of the following:
366+
The usage of the Queue trigger depends on the extension package version, and the C# modality used in your function app, which can be one of the following:
367367

368368
# [In-process class library](#tab/in-process)
369369

@@ -528,4 +528,4 @@ The host.json file contains settings that control queue trigger behavior. See th
528528
<!-- LINKS -->
529529

530530
[CloudQueueMessage]: /dotnet/api/microsoft.azure.storage.queue.cloudqueuemessage
531-
[QueueMessage]: /dotnet/api/azure.storage.queues.models.queuemessage
531+
[QueueMessage]: /dotnet/api/azure.storage.queues.models.queuemessage

0 commit comments

Comments
 (0)