| title | include file |
|---|---|
| description | include file |
| services | storage |
| author | tamram |
| ms.service | azure-storage |
| ms.topic | include |
| ms.date | 11/26/2019 |
| ms.author | tamram |
| ms.custom | include |
Note
The examples shown here use the Azure Storage client library version 12. The version 12 client library is part of the Azure SDK. For more information about the Azure SDK, see the Azure SDK repository on GitHub.
To install the Blob storage package, run the following command from the NuGet package manager console:
Install-Package Azure.Storage.BlobsThe examples shown here also use the latest version of the Azure Identity client library for .NET to authenticate with Microsoft Entra credentials. To install the package, run the following command from the NuGet package manager console:
Install-Package Azure.Identity