From dbae85037e5f628c0cc21ec88cf8df22260e94a6 Mon Sep 17 00:00:00 2001 From: Paul Reardon Date: Mon, 9 Oct 2023 13:02:44 +0100 Subject: [PATCH] Update Azure Archiver Docs Add the following options to the docs - TagsFunc - StorageLocationFunc --- contents/AzureBlobConfiguration.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/contents/AzureBlobConfiguration.md b/contents/AzureBlobConfiguration.md index 2adaf33..3af6ed9 100644 --- a/contents/AzureBlobConfiguration.md +++ b/contents/AzureBlobConfiguration.md @@ -14,9 +14,11 @@ For the archiver to work the calling credential will require the role **Storage * **BlobContainerUri** : The URI of the Blob container to store messages in (i.e. "https://BlobTest.blob.core.windows.net/messagearchive) * **TokenCredential** : The Credential to use when writing the Blob * **AccessTier** : The Access Tier to write to the blob -* **TagBlobs** : if this is set to True the following Tags will be written to the blobs +* **TagBlobs** : if this is set to True the defined in **TagsFunc** will be written to the blobs +* **TagsFunc** : The function to arrange the tags to add when storing, please note that **TagBlobs** must be True for these to be used, default Tags : - topic - correlationId - message_type - timestamp - - content_type \ No newline at end of file + - content_type +* **StorageLocationFunc** : The function to provide the location to store the message inside of the Blob container, default location : The Id of the message at the root of the **BlobContainerUri** \ No newline at end of file