Microsoft.Azure.WebJobs.Extensions.Storage 5.2.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Azure.WebJobs.Extensions.Storage --version 5.2.0
NuGet\Install-Package Microsoft.Azure.WebJobs.Extensions.Storage -Version 5.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="5.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Azure.WebJobs.Extensions.Storage --version 5.2.0
#r "nuget: Microsoft.Azure.WebJobs.Extensions.Storage, 5.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Azure.WebJobs.Extensions.Storage as a Cake Addin
#addin nuget:?package=Microsoft.Azure.WebJobs.Extensions.Storage&version=5.2.0

// Install Microsoft.Azure.WebJobs.Extensions.Storage as a Cake Tool
#tool nuget:?package=Microsoft.Azure.WebJobs.Extensions.Storage&version=5.2.0

Azure WebJobs Storage Blobs and Queues client library for .NET

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.

Getting started

Install the package

Install the Storage Blobs and Queues extension with NuGet:

dotnet add package Microsoft.Azure.WebJobs.Extensions.Storage

Prerequisites

You need an Azure subscription and a Storage Account to use this package.

To create a new Storage Account, you can use the Azure Portal, Azure PowerShell, or the Azure CLI. Here's an example using the Azure CLI:

az storage account create --name <your-resource-name> --resource-group <your-resource-group-name> --location westus --sku Standard_LRS

Authenticate the client

In order for the extension to access Blobs, you will need the connection string which can be found in the Azure Portal or by using the Azure CLI snippet below.

az storage account show-connection-string -g <your-resource-group-name> -n <your-resource-name>

The connection string can be supplied through AzureWebJobsStorage app setting.

Key concepts

Using Queues

Please refer to Azure WebJobs Storage Queues.

Using Blobs

Please refer to Azure WebJobs Storage Blobs.

Examples

Please refer to Azure WebJobs Storage Queues and Azure WebJobs Storage Blobs.

Troubleshooting

Please refer to Monitor Azure Functions for troubleshooting guidance.

Next steps

Read the introduction to Azure Function or creating an Azure Function guide.

Contributing

See the Storage CONTRIBUTING.md for details on building, testing, and contributing to this library.

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit cla.microsoft.com.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (28)

Showing the top 5 NuGet packages that depend on Microsoft.Azure.WebJobs.Extensions.Storage:

Package Downloads
Microsoft.Azure.Workflows.WebJobs.Extension The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Extensions for running workflows in Azure Functions

RedQuick

Package Description

FunctionMonkey.Abstractions

Package Description

Adriva.Worker.Core

Adriva .NET Core Worker

FunctionMonkey

Package Description

GitHub repositories (43)

Showing the top 5 popular GitHub repositories that depend on Microsoft.Azure.WebJobs.Extensions.Storage:

Repository Stars
dotnet/tye
Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MicrosoftLearning/AZ-204-DevelopingSolutionsforMicrosoftAzure
AZ-204: Developing solutions for Microsoft Azure
Azure/azure-functions-host
The host/runtime that powers Azure Functions
WireMock-Net/WireMock.Net
WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
Version Downloads Last updated
5.3.0 93,035 4/19/2024
5.3.0-beta.1 282 4/16/2024
5.2.2 584,385 12/12/2023
5.2.1 750,160 9/25/2023
5.2.0 224,786 8/29/2023
5.1.3 686,974 6/26/2023
5.1.2 675,424 4/28/2023
5.1.1 412,744 3/24/2023
5.1.0 387,706 2/22/2023
5.1.0-beta.1 18,866 2/8/2023
5.0.1 5,418,854 5/3/2022
5.0.0 3,345,819 10/26/2021
5.0.0-beta.5 127,052 7/9/2021
5.0.0-beta.4 31,307 5/18/2021
5.0.0-beta.3 29,794 3/10/2021
5.0.0-beta.2 37,558 2/10/2021
5.0.0-beta.1 52,829 11/10/2020
4.0.5 2,769,300 9/17/2021
4.0.4 4,895,490 2/12/2021
4.0.3 2,259,528 10/1/2020
4.0.2 2,360,874 6/4/2020
4.0.1 71,392 6/2/2020
4.0.0 67,557 5/28/2020
4.0.0-preview2 3,576 5/4/2020
4.0.0-preview1 38,756 1/24/2020
3.0.11 1,498,206 4/23/2020
3.0.10 4,584,846 10/16/2019
3.0.8 616,166 9/6/2019
3.0.7 336,503 8/9/2019
3.0.6 1,469,390 5/3/2019
3.0.5 460,526 3/29/2019
3.0.4 1,446,166 3/7/2019
3.0.3 447,508 1/25/2019
3.0.2 334,989 12/5/2018
3.0.1 381,534 10/17/2018
3.0.0 647,863 9/19/2018
3.0.0-rc1 8,571 9/14/2018
3.0.0-beta8 46,220 8/30/2018