diff --git a/internal/upload/azure/azure.go b/internal/upload/azure/azure.go index 8b773963a..0f1e34f67 100644 --- a/internal/upload/azure/azure.go +++ b/internal/upload/azure/azure.go @@ -67,7 +67,7 @@ func (ac Client) CreateStorageAccount(ctx context.Context, subscriptionID, resou result, err := c.Create(ctx, resourceGroup, name, storage.AccountCreateParameters{ Sku: &storage.Sku{ - Name: storage.StandardRAGRS, // TODO: investigate the default value + Name: storage.StandardLRS, Tier: storage.Standard, }, Location: &location,