Microsoft.Azure.WebJobs.Extensions.Storage
5.3.2
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Azure.WebJobs.Extensions.Storage --version 5.3.2
NuGet\Install-Package Microsoft.Azure.WebJobs.Extensions.Storage -Version 5.3.2
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="5.3.2" />
paket add Microsoft.Azure.WebJobs.Extensions.Storage --version 5.3.2
#r "nuget: Microsoft.Azure.WebJobs.Extensions.Storage, 5.3.2"
// Install Microsoft.Azure.WebJobs.Extensions.Storage as a Cake Addin #addin nuget:?package=Microsoft.Azure.WebJobs.Extensions.Storage&version=5.3.2 // Install Microsoft.Azure.WebJobs.Extensions.Storage as a Cake Tool #tool nuget:?package=Microsoft.Azure.WebJobs.Extensions.Storage&version=5.3.2
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.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
NuGet packages (28)
Showing the top 5 NuGet packages that depend on Microsoft.Azure.WebJobs.Extensions.Storage:
Package | Downloads |
---|---|
Microsoft.Azure.Workflows.WebJobs.Extension
Extensions for running workflows in Azure Functions |
|
FunctionMonkey.Abstractions
Package Description |
|
RedQuick
Package Description |
|
Adriva.Worker.Core
Adriva .NET Core Worker |
|
FunctionMonkey
Package Description |
GitHub repositories (39)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Azure.WebJobs.Extensions.Storage:
Repository | Stars |
---|---|
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.
|
|
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-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.
|
|
imgbot/Imgbot
An Azure Function solution to crawl through all of your image files in GitHub and losslessly compress them. This will make the file size go down, but leave the dimensions and quality untouched. Once it's done, ImgBot will open a pull request for you to review and merge. help@imgbot.net
|
Version | Downloads | Last updated |
---|---|---|
5.3.3 | 34,083 | 10/10/2024 |
5.3.2 | 64,516 | 9/19/2024 |
5.3.1 | 241,606 | 7/17/2024 |
5.3.0 | 472,940 | 4/19/2024 |
5.3.0-beta.1 | 668 | 4/16/2024 |
5.2.2 | 914,634 | 12/12/2023 |
5.2.1 | 1,063,677 | 9/25/2023 |
5.2.0 | 267,234 | 8/29/2023 |
5.1.3 | 791,387 | 6/26/2023 |
5.1.2 | 793,049 | 4/28/2023 |
5.1.1 | 470,458 | 3/24/2023 |
5.1.0 | 429,141 | 2/22/2023 |
5.1.0-beta.1 | 18,932 | 2/8/2023 |
5.0.1 | 6,028,617 | 5/3/2022 |
5.0.0 | 3,569,561 | 10/26/2021 |
5.0.0-beta.5 | 130,836 | 7/9/2021 |
5.0.0-beta.4 | 32,022 | 5/18/2021 |
5.0.0-beta.3 | 30,007 | 3/10/2021 |
5.0.0-beta.2 | 37,731 | 2/10/2021 |
5.0.0-beta.1 | 53,170 | 11/10/2020 |
4.0.5 | 3,077,921 | 9/17/2021 |
4.0.4 | 5,197,208 | 2/12/2021 |
4.0.3 | 2,319,168 | 10/1/2020 |
4.0.2 | 2,414,106 | 6/4/2020 |
4.0.1 | 74,672 | 6/2/2020 |
4.0.0 | 70,996 | 5/28/2020 |
4.0.0-preview2 | 3,634 | 5/4/2020 |
4.0.0-preview1 | 38,865 | 1/24/2020 |
3.0.11 | 1,546,313 | 4/23/2020 |
3.0.10 | 4,676,913 | 10/16/2019 |
3.0.8 | 623,830 | 9/6/2019 |
3.0.7 | 350,421 | 8/9/2019 |
3.0.6 | 1,485,668 | 5/3/2019 |
3.0.5 | 475,779 | 3/29/2019 |
3.0.4 | 1,475,580 | 3/7/2019 |
3.0.3 | 449,653 | 1/25/2019 |
3.0.2 | 338,692 | 12/5/2018 |
3.0.1 | 387,452 | 10/17/2018 |
3.0.0 | 660,255 | 9/19/2018 |
3.0.0-rc1 | 8,636 | 9/14/2018 |
3.0.0-beta8 | 48,156 | 8/30/2018 |