@model BTCPayServer.Storage.Services.Providers.AzureBlobStorage.Configuration.AzureBlobStorageConfiguration @{ ViewData.SetActivePageAndTitle(ServerNavPages.Services, "Azure Blob Storage"); }

@ViewData["PageTitle"]

@if (!ViewContext.ModelState.IsValid) {
}
Change Storage provider
@section Scripts { }