All Projects → Azure-Samples → storage-dotnet-blob-tier-analysis-tool

Azure-Samples / storage-dotnet-blob-tier-analysis-tool

Licence: MIT license
Lightweight utility to analyze blob storage for potential cost savings opportunities afforded by tiering to archive

Programming Languages

C#
18002 projects
page_type languages products description urlFragment
sample
csharp
azure
This tool analyzes blobs in a storage account and recommends potential cost savings when objects are moved between the Hot, Cool and Archive tiers.
storage-dotnet-blob-tier-analysis-tool

Blob Tier Analysis Tool

This tool analyzes blobs in a storage account and recommends potential cost savings when objects are moved between the "Hot", "Cool" and "Archive" tiers.

Features

This project framework provides the following features:

  • Lists blobs in a blob container / all containers in a storage account.
  • Matches blobs against user-defined criteria for analysis.
  • Recommends potential savings in monthly storage costs when objects are moved between the "Hot", "Cool" and "Archive" tiers.
  • Changes access tier of analyzed blobs.

Getting Started

  • Either follow the installation instructions below or find out more about the command line version by running "BlobTierAnalysisTool.exe /?"

Prerequisites

  • .Net Framework 4.7.2
  • Microsoft.Azure.Storage.Common Client Library version 10.0.2+.
  • Microsoft.Azure.Storage.Blob Client Library version 10.0.2+.

Installation

  • Open solution in Visual Studio 2017
  • Install NuGet Packages
  • Build solution
  • Run project
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].