|
1 | 1 | ---
|
2 | 2 | title: Azure WebJobs Storage Blobs and Queues client library for .NET
|
3 | 3 | keywords: Azure, dotnet, SDK, API, Microsoft.Azure.WebJobs.Extensions.Storage, storage
|
4 |
| -ms.date: 02/11/2025 |
| 4 | +ms.date: 07/21/2025 |
5 | 5 | ms.topic: reference
|
6 | 6 | ms.devlang: dotnet
|
7 | 7 | ms.service: storage
|
8 | 8 | ---
|
9 |
| -# Azure WebJobs Storage Blobs and Queues client library for .NET - version 5.3.4 |
| 9 | +# Azure WebJobs Storage Blobs and Queues client library for .NET - version 5.3.5 |
10 | 10 |
|
11 | 11 |
|
12 | 12 | This extension provides functionality for accessing Azure Storage Blobs and Queues in Azure Functions. This package is a metapackage created for backwards compatibity. Using `Azure.WebJobs.Extensions.Storage.Blobs` and `Azure.WebJobs.Extensions.Storage.Queues` directly is recommended.
|
@@ -48,15 +48,15 @@ The connection string can be supplied through [AzureWebJobsStorage app setting](
|
48 | 48 |
|
49 | 49 | ### Using Queues
|
50 | 50 |
|
51 |
| -Please refer to [Azure WebJobs Storage Queues](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.WebJobs.Extensions.Storage_5.3.4/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues). |
| 51 | +Please refer to [Azure WebJobs Storage Queues](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.WebJobs.Extensions.Storage_5.3.5/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues). |
52 | 52 |
|
53 | 53 | ### Using Blobs
|
54 | 54 |
|
55 |
| -Please refer to [Azure WebJobs Storage Blobs](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.WebJobs.Extensions.Storage_5.3.4/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs). |
| 55 | +Please refer to [Azure WebJobs Storage Blobs](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.WebJobs.Extensions.Storage_5.3.5/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs). |
56 | 56 |
|
57 | 57 | ## Examples
|
58 | 58 |
|
59 |
| -Please refer to [Azure WebJobs Storage Queues](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.WebJobs.Extensions.Storage_5.3.4/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues) and [Azure WebJobs Storage Blobs](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.WebJobs.Extensions.Storage_5.3.4/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs). |
| 59 | +Please refer to [Azure WebJobs Storage Queues](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.WebJobs.Extensions.Storage_5.3.5/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues) and [Azure WebJobs Storage Blobs](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.WebJobs.Extensions.Storage_5.3.5/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs). |
60 | 60 |
|
61 | 61 | ## Troubleshooting
|
62 | 62 |
|
@@ -88,8 +88,8 @@ additional questions or comments.
|
88 | 88 | [storage_account_create_cli]: https://learn.microsoft.com/azure/storage/common/storage-quickstart-create-account?tabs=azure-cli
|
89 | 89 | [storage_account_create_portal]: https://learn.microsoft.com/azure/storage/common/storage-quickstart-create-account?tabs=azure-portal
|
90 | 90 | [azure_sub]: https://azure.microsoft.com/free/dotnet/
|
91 |
| -[RequestFailedException]: https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.WebJobs.Extensions.Storage_5.3.4/sdk/core/Azure.Core/src/RequestFailedException.cs |
92 |
| -[storage_contrib]: https://github.com/Azure/azure-sdk-for-net/blob/Microsoft.Azure.WebJobs.Extensions.Storage_5.3.4/sdk/storage/CONTRIBUTING.md |
| 91 | +[RequestFailedException]: https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.WebJobs.Extensions.Storage_5.3.5/sdk/core/Azure.Core/src/RequestFailedException.cs |
| 92 | +[storage_contrib]: https://github.com/Azure/azure-sdk-for-net/blob/Microsoft.Azure.WebJobs.Extensions.Storage_5.3.5/sdk/storage/CONTRIBUTING.md |
93 | 93 | [cla]: https://cla.microsoft.com
|
94 | 94 | [coc]: https://opensource.microsoft.com/codeofconduct/
|
95 | 95 | [coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
|
|
0 commit comments