From 39f030ae12bfc3fa749df1370ca316fb23acf0a2 Mon Sep 17 00:00:00 2001 From: Marco Nenciarini Date: Tue, 30 Dec 2025 23:41:06 +0100 Subject: [PATCH] docs: improve consistency of Azure authentication methods Signed-off-by: Marco Nenciarini --- web/docs/object_stores.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/docs/object_stores.md b/web/docs/object_stores.md index 065eee7..4ccedac 100644 --- a/web/docs/object_stores.md +++ b/web/docs/object_stores.md @@ -230,9 +230,9 @@ is Microsoft’s cloud-based object storage solution. Barman Cloud supports the following authentication methods: - [Connection String](https://learn.microsoft.com/en-us/azure/storage/common/storage-configure-connection-string) -- Storage Account Name + [Access Key](https://learn.microsoft.com/en-us/azure/storage/common/storage-account-keys-manage) -- Storage Account Name + [SAS Token](https://learn.microsoft.com/en-us/azure/storage/blobs/sas-service-create) -- [Azure AD Managed Identities](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/overview) +- Storage Account Name + [Storage Account Access Key](https://learn.microsoft.com/en-us/azure/storage/common/storage-account-keys-manage) +- Storage Account Name + [Storage Account SAS Token](https://learn.microsoft.com/en-us/azure/storage/blobs/sas-service-create) +- [Azure AD Managed Identity](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/overview) - [Default Azure Credentials](https://learn.microsoft.com/en-us/dotnet/api/azure.identity.defaultazurecredential?view=azure-dotnet) ### Azure AD Managed Identity