Blobify 2026.2.11.541
dotnet tool install --global Blobify --version 2026.2.11.541
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Blobify --version 2026.2.11.541
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Blobify&version=2026.2.11.541
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Blobify --version 2026.2.11.541
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Blobify
Blobify is a .NET Global tool that archives (moves) files from a local folder to Azure Blob Storage container.
Obtain
dotnet tool install -g Blobify
Usage
blobify archive <inputpath> <azureStorageAccount> <azureStorageAccountContainer> [OPTIONS]
Example
blobify archive inputpath storageaccountname storagecontainer
Arguments
<inputpath> Input path
<azureStorageAccount> Azure Storage Account Name
<azureStorageAccountContainer> Azure Storage Account Container Name
Options
-h, --help Prints help information
--azure-tenant-id Azure Tentant ID to sign into
--file-pattern Local file pattern to match
Authentication
By default it'll try authenticate using the DefaultAzureCredential which tries to authorize in the following order based on your environment.
- EnvironmentCredential
- WorkloadIdentityCredential
- ManagedIdentityCredential
- SharedTokenCacheCredential
- VisualStudioCredential
- VisualStudioCodeCredential
- AzureCliCredential
- AzurePowerShellCredential
- AzureDeveloperCliCredential
- InteractiveBrowserCredential
Using EnvironmentCredential
- Set the environment variable
AZURE_TENANT_IDto the tenant ID (found in theApp Registrationoverview for your app). - Set the environment variable
AZURE_CLIENT_IDto the client ID (found in theApp Registrationoverview for your app). - Set the environment variable
AZURE_CLIENT_SECRETto the secret noted earlier. - Set the environment variable
AZURE_AUTHORITY_HOSTtohttps://login.microsoftonline.com/.
Tool flow
flowchart TD
ls[List files in source path]
exists[Verifies if blob file already exists]
upload[Upload file]
verify[Verifies MD5 hash]
delete[Delete file]
skip[Skip file]
ls --> exists
exists --Found--> verify
exists --Not Found--> upload
upload --> verify
verify --Matches--> delete
verify --Not Matches--> skip
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. 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.
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 2026.2.11.541 | 188 | 2/11/2026 |
| 2026.1.14.526 | 3,450 | 1/14/2026 |
| 2025.12.19.509 | 3,979 | 12/19/2025 |
| 2025.11.25.479 | 8,273 | 11/25/2025 |
| 2025.11.24.474 | 434 | 11/24/2025 |
| 2025.11.22.466 | 382 | 11/22/2025 |
| 2025.9.10.330 | 10,851 | 9/10/2025 |
| 2025.8.6.282 | 5,280 | 8/6/2025 |
| 2025.7.9.261 | 3,199 | 7/9/2025 |
| 2025.7.9.258 | 197 | 7/9/2025 |
| 2025.6.11.227 | 4,311 | 6/11/2025 |
| 2025.6.11.222 | 347 | 6/11/2025 |
| 2025.5.14.194 | 4,339 | 5/14/2025 |
| 2025.4.8.152 | 37,976 | 4/8/2025 |
| 2025.3.13.123 | 3,922 | 3/13/2025 |
| 2025.2.12.85 | 4,880 | 2/12/2025 |
| 2025.1.20.59 | 4,025 | 1/20/2025 |
| 2025.1.19.57 | 310 | 1/19/2025 |
| 2024.11.23.53 | 8,975 | 11/23/2024 |
| 2024.11.4.51 | 3,183 | 11/4/2024 |
Loading failed