From 6ab16d95602091b13bbe85ae4b04b7cebe9a62cc Mon Sep 17 00:00:00 2001 From: Daniel Beall <10102694+kdbeall@users.noreply.github.com> Date: Fri, 16 Apr 2021 02:41:55 +0000 Subject: [PATCH] Update Azure Blob state component documentation. --- .../supported-state-stores/setup-azure-blobstorage.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-blobstorage.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-blobstorage.md index 5ab7d53f9..15d5a9345 100644 --- a/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-blobstorage.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-blobstorage.md @@ -42,6 +42,12 @@ The above example uses secrets as plain strings. It is recommended to use a secr | accountName | Y | The storage account name | `"mystorageaccount"`. | accountKey | Y | Primary or secondary storage key | `"key"` | containerName | Y | The name of the container to be used for Dapr state. The container will be created for you if it doesn't exist | `"container"` +| ContentType | N | The blob’s content type | `"text/plain"` +| ContentMD5 | N | The blob's MD5 hash | `"vZGKbMRDAnMs4BIwlXaRvQ=="` +| ContentEncoding | N | The blob's content encoding | `"UTF-8"` +| ContentLanguage | N | The blob's content language | `"en-us"` +| ContentDisposition | N | The blob's content disposition. Conveys additional information about how to process the response payload | `"attachment"` +| CacheControl | N | The blob's cache control | `"no-cache"` ## Setup Azure Blobstorage