Commit 2817dbc
Matthew Fisher
fix(azure): use regular storage instead of premium
premium storage does not support block blobs, whereas regular storage does.
Error coming from wal-e:
```
azure.storage._http.HTTPError: Block blobs are not supported.
```1 parent 2dd2e04 commit 2817dbc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments