Skip to content

Commit a8499fa

Browse files
Merge pull request #296412 from ggailey777/patch-8
[Functions] Fixes USER FEEDBACK 400180
2 parents 905d545 + eb720c5 commit a8499fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-develop-vs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to develop and test Azure Functions by using Azure Functi
44
ms.devlang: csharp
55
ms.custom: devdivchpfy22
66
ms.topic: conceptual
7-
ms.date: 01/30/2024
7+
ms.date: 03/17/2025
88
zone_pivot_groups: function-worker-process
99
---
1010

@@ -213,7 +213,7 @@ As with triggers, input and output bindings are added to your function as bindin
213213
214214
The connection to Queue storage is obtained from the `QueueStorage` setting. For more information, see the reference article for the specific binding.
215215
216-
For a full list of the bindings supported by Functions, see [Supported bindings](functions-triggers-bindings.md?tabs=csharp#supported-bindings).
216+
For a full list of the bindings supported by Functions, see [Supported bindings](functions-triggers-bindings.md?tabs=csharp#supported-bindings). For a more complete example of this scenario, see [Connect functions to Azure Storage using Visual Studio](functions-add-output-binding-storage-queue-vs.md).
217217
218218
## Run functions locally
219219

0 commit comments

Comments
 (0)