From 47f62f2e753def69a6eb2ba82e3ed3812956d0c1 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 17 Jul 2024 23:01:23 +0200 Subject: [PATCH] docs/vmbackup.md: an attempt to fix formatting issue at https://docs.victoriametrics.com/vmbackup/#providing-credentials-via-env-variables --- docs/vmbackup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/vmbackup.md b/docs/vmbackup.md index 305edbea6c..f9eb274649 100644 --- a/docs/vmbackup.md +++ b/docs/vmbackup.md @@ -211,6 +211,7 @@ Obtaining credentials from env variables. - `AZURE_STORAGE_ACCOUNT_NAME` and `AZURE_STORAGE_ACCOUNT_KEY`: use a specific account name and key (either primary or secondary) - `AZURE_USE_DEFAULT_CREDENTIAL` and `AZURE_STORAGE_ACCOUNT_NAME`: use the `DefaultAzureCredential` to allow the Azure library to search for multiple options (for example, managed identity related variables). + The `AZURE_STORAGE_DOMAIN` can be used for optionally overriding the default domain for the Azure storage service. Please, note that `vmbackup` will use credentials provided by cloud providers metadata service [when applicable](https://docs.victoriametrics.com/vmbackup/#using-cloud-providers-metadata-service).