Skip to content

Commit ece950b

Browse files
authored
Documentation: Fix Azure Blob Storage configuration example (grafana#5438)
Signed-off-by: Arve Knudsen <[email protected]>
1 parent 85ae69c commit ece950b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/mimir/configure/configure-object-storage-backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ common:
108108
storage:
109109
backend: azure
110110
azure:
111-
account_key: "${SWIFT_ACCOUNT_KEY}" # This is a secret injected via an environment variable
111+
account_key: "${AZURE_ACCOUNT_KEY}" # This is a secret injected via an environment variable
112112
account_name: mimir-prod
113113
endpoint_suffix: "blob.core.windows.net"
114114

0 commit comments

Comments
 (0)