Skip to content

Commit

Permalink
Update docs metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Feb 22, 2023
1 parent 6a88d99 commit c565c0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: Azure WebJobs Storage Blobs client library for .NET
keywords: Azure, dotnet, SDK, API, Microsoft.Azure.WebJobs.Extensions.Storage.Blobs, storage
author: tg-msft
ms.author: teglaza
ms.date: 05/03/2022
author: seanmcc-msft
ms.author: seanmcc
ms.date: 02/22/2023
ms.topic: reference
ms.devlang: dotnet
ms.service: storage
---
# Azure WebJobs Storage Blobs client library for .NET - version 5.0.1
# Azure WebJobs Storage Blobs client library for .NET - version 5.1.0


This extension provides functionality for accessing Azure Storage Blobs in Azure Functions.
Expand All @@ -20,7 +20,7 @@ This extension provides functionality for accessing Azure Storage Blobs in Azure
Install the Storage Blobs extension with [NuGet][nuget]:

```dotnetcli
dotnet add package Azure.WebJobs.Extensions.Storage.Blobs
dotnet add package Microsoft.Azure.WebJobs.Extensions.Storage.Blobs
```

### Prerequisites
Expand Down Expand Up @@ -321,7 +321,7 @@ public static class BlobFunction_EnumerateBlobs_BlobClient

### Configuring the extension

Please refer to [sample functions app](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs_5.0.1/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/samples/functionapp).
Please refer to [sample functions app](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs_5.1.0/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/samples/functionapp).

## Troubleshooting

Expand Down Expand Up @@ -355,8 +355,8 @@ additional questions or comments.
[storage_account_create_cli]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-cli
[storage_account_create_portal]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal
[azure_sub]: https://azure.microsoft.com/free/dotnet/
[RequestFailedException]: https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs_5.0.1/sdk/core/Azure.Core/src/RequestFailedException.cs
[storage_contrib]: https://github.com/Azure/azure-sdk-for-net/blob/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs_5.0.1/sdk/storage/CONTRIBUTING.md
[RequestFailedException]: https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs_5.1.0/sdk/core/Azure.Core/src/RequestFailedException.cs
[storage_contrib]: https://github.com/Azure/azure-sdk-for-net/blob/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs_5.1.0/sdk/storage/CONTRIBUTING.md
[cla]: https://cla.microsoft.com
[coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "Microsoft.Azure.WebJobs.Extensions.Storage.Blobs",
"Version": "5.0.1",
"Version": "5.1.0",
"DevVersion": null,
"DirectoryPath": "sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs",
"ServiceDirectory": "storage",
Expand All @@ -10,7 +10,7 @@
"SdkType": "client",
"IsNewSdk": true,
"ArtifactName": "Microsoft.Azure.WebJobs.Extensions.Storage.Blobs",
"ReleaseStatus": "2022-05-02",
"ReleaseStatus": "2023-02-21",
"Namespaces": [
"Microsoft.Azure.WebJobs",
"Microsoft.Azure.WebJobs.Extensions.Storage",
Expand Down

0 comments on commit c565c0f

Please sign in to comment.