Indiko.Blocks.Storage.AzureBlobStorage
2.7.8
dotnet add package Indiko.Blocks.Storage.AzureBlobStorage --version 2.7.8
NuGet\Install-Package Indiko.Blocks.Storage.AzureBlobStorage -Version 2.7.8
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="Indiko.Blocks.Storage.AzureBlobStorage" Version="2.7.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Indiko.Blocks.Storage.AzureBlobStorage" Version="2.7.8" />
<PackageReference Include="Indiko.Blocks.Storage.AzureBlobStorage" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Indiko.Blocks.Storage.AzureBlobStorage --version 2.7.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Indiko.Blocks.Storage.AzureBlobStorage, 2.7.8"
#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.
#:package Indiko.Blocks.Storage.AzureBlobStorage@2.7.8
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Indiko.Blocks.Storage.AzureBlobStorage&version=2.7.8
#tool nuget:?package=Indiko.Blocks.Storage.AzureBlobStorage&version=2.7.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Indiko.Blocks.Storage.AzureBlobStorage
Azure Blob Storage implementation of IFileProvider.
Overview
This package provides cloud-backed file storage operations over Azure Blob Storage and integrates with Indiko storage abstractions.
Key Components
AzureBlobStorageBlockAzureBlobStorageFileProviderAzureBlobStorageOptions
DI Registration Entry Point
AzureBlobStorageBlock.ConfigureServices(...) registers:
BlobServiceClient- scoped
IFileProvider→AzureBlobStorageFileProvider
Configuration
Configuration section: AzureBlobStorageOptions
- inherited storage settings (
MaxFileSize,AllowedFileTypes) ConnectionStringContainerNameTempPathFolder
Runtime Behavior and Caveats
- Validates extension and max-size constraints before upload.
SaveFileAsync(string content)expects base64 content and decodes it.- Uses existing container client; ensure container exists and credentials are valid.
Minimal Usage
var provider = serviceProvider.GetRequiredService<IFileProvider>();
var fileName = await provider.SaveFileAsync(".png", base64Payload, cancellationToken);
Target Framework
- .NET 10
Related Packages
Indiko.Blocks.Storage.Abstractions
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Azure.Storage.Blobs (>= 12.27.0)
- Indiko.Blocks.Storage.Abstractions (>= 2.7.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.7.8 | 83 | 5/7/2026 |
| 2.7.7 | 82 | 5/7/2026 |
| 2.7.6 | 101 | 4/23/2026 |
| 2.7.5 | 102 | 4/23/2026 |
| 2.7.4 | 101 | 4/23/2026 |
| 2.7.3 | 101 | 4/23/2026 |
| 2.7.2 | 90 | 4/23/2026 |
| 2.7.1 | 87 | 4/23/2026 |
| 2.7.0 | 105 | 4/23/2026 |
| 2.6.4 | 87 | 4/21/2026 |
| 2.6.3 | 90 | 4/21/2026 |
| 2.6.2 | 92 | 4/21/2026 |
| 2.6.1 | 90 | 4/18/2026 |
| 2.6.0 | 103 | 4/17/2026 |
| 2.5.1 | 98 | 4/14/2026 |
| 2.5.0 | 121 | 3/30/2026 |
| 2.2.18 | 103 | 3/8/2026 |
| 2.2.17 | 99 | 3/8/2026 |
| 2.2.16 | 104 | 3/8/2026 |
| 2.2.15 | 96 | 3/7/2026 |
Loading failed