🚀 Our inaugural State of Local Development and Testing report is live! Explore insights & best practices now

Documentation

.NET

Description

A lightweight server clone of Azure Storage.

Examples

var AzuriteContainer = new AzuriteBuilder()
  .WithImage("mcr.microsoft.com/azure-storage/azurite:3.23.0")
  .Build();
await AzuriteContainer.StartAsync();