Microsoft Azure

To use this Apache Druid extension, make sure to include druid-azure-extensions extension.

Deep Storage

Microsoft Azure Storage is another option for deep storage. This requires some additional Druid configuration.

PropertyDescriptionPossible ValuesDefault
druid.storage.typeazureMust be set.
druid.azure.accountAzure Storage account name.Must be set.
druid.azure.keyAzure Storage account key.Must be set.
druid.azure.containerAzure Storage container name.Must be set.
druid.azure.prefixA prefix string that will be prepended to the blob names for the segments published to Azure deep storage“”
druid.azure.protocolthe protocol to usehttp or httpshttps
druid.azure.maxTriesNumber of tries before canceling an Azure operation.3
druid.azure.maxListingLengthmaximum number of input files matching a given prefix to retrieve at a time1024

See Azure Services for more information.