2023-06-25 00:06:54 +00:00
|
|
|
Enhancement: Add support for non-global Azure clouds
|
|
|
|
|
2023-07-29 00:30:40 +00:00
|
|
|
The `azure` backend previously only supported storages using the global domain
|
2023-07-07 21:09:44 +00:00
|
|
|
`core.windows.net`. This meant that backups to other domains such as Azure
|
2023-07-27 19:52:04 +00:00
|
|
|
China (`core.chinacloudapi.cn`) or Azure Germany (`core.cloudapi.de`) were
|
2023-07-07 21:09:44 +00:00
|
|
|
not supported. Restic now allows overriding the global domain using the
|
2023-07-27 19:52:04 +00:00
|
|
|
environment variable `AZURE_ENDPOINT_SUFFIX`.
|
2023-06-25 00:06:54 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/2468
|
|
|
|
https://github.com/restic/restic/pull/4387
|