bagetter / BaGetter

A lightweight NuGet and symbol server
https://www.bagetter.com
MIT License
166 stars 38 forks source link

feat(Storage): Add Azure Blob Storage provider #128

Closed Regenhardt closed 3 months ago

Regenhardt commented 3 months ago

This adds the new API of Azure Blob Storage as storage provider. Other azure providers remain deactivated as they have to be migrated to the new APIs too.

Tested with both AccessKey and ConnectionString configurations.

Addresses #127.