Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 885 Bytes

long-term-storage-azure.md

File metadata and controls

24 lines (18 loc) · 885 Bytes

Azure Long Term Storage

Azure

To use Azure Storage as Thanos object store, you need to precreate a storage account from Azure portal or using Azure CLI. Follow the instructions from the Azure Storage Documentation.

Now create a yaml file named object-store.yaml with the following format:

type: AZURE
config:
  storage_account: ""
  storage_account_key: ""
  container: ""
  # config.endpoint is only needed if primary blob service endpoint domain is not blob.core.windows.net
  # Example: blob.core.chinacloudapi.cn
  endpoint: ""
  max_retries: 0

Edit this doc on GitHub