Skip to content

tYoshiyuki/dotnet-core-blob-storage-sample

Repository files navigation

dotnet-core-blob-storage-sample

.NET CoreでAzure Blob Storageを操作するサンプル

Feature

  • .NET Core 2.2
  • Azure Blob Storage
  • Storage Emulator

Usage

  1. ServiceCollectionにBlobStorageServiceを登録し、アプリケーション内で利用する。
serviceCollection.AddSingleton<IBlobStorageService>(factory => new BlobStorageService(configuration["ConnectionStrings:StorageConnection"]));

About

.NET CoreでAzure Blob Storageを操作するサンプル

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages