Skip to content

Commit b0edc14

Browse files
Fix links
1 parent 9395b70 commit b0edc14

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

articles/app-service/webjobs-sdk-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ static async Task Main()
450450
}
451451
```
452452

453-
For more details, see the [Queue storage binding](../azure-functions/functions-bindings-storage-queue-output.md#hostjson-properties) article.
453+
For more details, see the [Queue storage binding](../azure-functions/functions-bindings-storage-queue-trigger.md#hostjson-properties) article.
454454

455455
#### Version 2.*x*
456456

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.custom: cc996988-fb4f-47
1313

1414
Azure Functions can create new Azure Queue storage messages by setting up an output binding.
1515

16+
## Example
17+
1618
# [C#](#tab/csharp)
1719

1820
The following example shows a [C# function](functions-dotnet-class-library.md) that creates a queue message for each HTTP request received.

0 commit comments

Comments
 (0)