Microsoft Azure

To use this Apache Druid extension, include druid-azure-extensions in the extensions load list.

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.Optional. Either set key or sharedAccessStorageToken but not both.
druid.azure.sharedAccessStorageTokenAzure Shared Storage access tokenOptional. Either set key or sharedAccessStorageToken but not both.
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.