Skip to content

Commit

Permalink
Update docs/configuration/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
  • Loading branch information
amaechler and vtlim committed Jun 11, 2024
1 parent 1003aab commit 3691d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ Store task logs in S3. Note that the `druid-s3-extensions` extension must be loa

##### Azure Blob Store task logs

Store task logs in Azure Blob Store. Note that the `druid-azure-extensions` extension must be loaded, and that the same storage account (and authentication method) as the deep storage module is used (`druid.azure.account`).
Store task logs in Azure Blob Store. To enable this feature, load the `druid-azure-extensions` extension, and configure deep storage for Azure. Druid uses the same authentication method configured for deep storage and stores task logs in the same storage account (set in `druid.azure.account`).

See the [Azure extension documentation](../development/extensions-core/azure.md#persist-task-logs-in-azure) for details on the available configuration options.

Expand Down

0 comments on commit 3691d51

Please sign in to comment.