Skip to content

Lightweight utility to analyze blob storage for potential cost savings opportunities afforded by tiering to archive

License

Notifications You must be signed in to change notification settings

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

Repository files navigation

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

About

Lightweight utility to analyze blob storage for potential cost savings opportunities afforded by tiering to archive

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Languages