The Microsoft Azure Storage Blob SDK for .NET allows you to build Azure applications that take advantage of scalable cloud computing resources.
For the best development experience, developers should use the official Microsoft NuGet packages for libraries. NuGet packages are regularly updated with new functionality and hotfixes.
For general information pertaining to all services, please see the top-level README.md file in this repository.
- Blobs (Change Log)
- Create/Read/Update/Delete Blobs
The complete Microsoft Azure SDK can be downloaded from the Microsoft Azure Downloads Page and ships with support for building deployment packages, integrating with tooling, rich command line tooling, and more.
Please review Get started with Azure Storage if you are not familiar with Azure Storage.
For the best development experience, developers should use the official Microsoft NuGet packages for libraries. NuGet packages are regularly updated with new functionality and hotfixes.
- NuGet package for Blob
- Azure Storage APIs for .NET
- Quickstart for Blob
The Storage Client Libraries ship with the Microsoft Azure SDK for .NET and also on NuGet.
You'll find the latest version and hotfixes on NuGet via the Microsoft.Azure.Storage.Blob
package.
To get the source code of the SDK via git just type:
git clone git://github.com/Azure/azure-storage-net.git
cd azure-storage-net
To get the binaries of this library as distributed by Microsoft, ready for use within your project you can also have them installed by the .NET package manager NuGet.
Please note that the minimum NuGet client version requirement has been updated to 2.12 in order to support multiple .NET Standard targets in the NuGet package.
Install-Package Microsoft.Azure.Storage.Blob
The Microsoft.Azure.Storage.Common
package should be automatically entailed by NuGet.
How-Tos focused around accomplishing specific tasks are available on the Microsoft Azure .NET Developer Center.