diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/blobstorage.md b/daprdocs/content/en/reference/components-reference/supported-bindings/blobstorage.md index 008d10a7e..bfd9e53c8 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/blobstorage.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/blobstorage.md @@ -33,6 +33,8 @@ spec: # value: # - name: publicAccessLevel # value: +# - name: disableEntityManagement +# value: ``` {{% alert title="Warning" color="warning" %}} The above example uses secrets as plain strings. It is recommended to use a secret store for the secrets as described [here]({{< ref component-secrets.md >}}). @@ -45,10 +47,11 @@ The above example uses secrets as plain strings. It is recommended to use a secr | `accountName` | Y | Input/Output | The name of the Azure Storage account | `"myexmapleaccount"` | | `accountKey` | Y* | Input/Output | The access key of the Azure Storage account. Only required when not using Microsoft Entra ID authentication. | `"access-key"` | | `containerName` | Y | Output | The name of the Blob Storage container to write to | `myexamplecontainer` | -| `endpoint` | N | Input/Output | Optional custom endpoint URL. This is useful when using the [Azurite emulator](https://github.com/Azure/azurite) or when using custom domains for Azure Storage (although this is not officially supported). The endpoint must be the full base URL, including the protocol (`http://` or `https://`), the IP or FQDN, and optional port. | `"http://127.0.0.1:10000"` +| `endpoint` | N | Input/Output | Optional custom endpoint URL. This is useful when using the [Azurite emulator](https://github.com/Azure/azurite) or when using custom domains for Azure Storage (although this is not officially supported). The endpoint must be the full base URL, including the protocol (`http://` or `https://`), the IP or FQDN, and optional port. | `"http://127.0.0.1:10000"` | | `decodeBase64` | N | Output | Configuration to decode base64 file content before saving to Blob Storage. (In case of saving a file with binary content). Defaults to `false` | `true`, `false` | -| `getBlobRetryCount` | N | Output | Specifies the maximum number of HTTP GET requests that will be made while reading from a RetryReader Defaults to `10` | `1`, `2` -| `publicAccessLevel` | N | Output | Specifies whether data in the container may be accessed publicly and the level of access (only used if the container is created by Dapr). Defaults to `none` | `blob`, `container`, `none` +| `getBlobRetryCount` | N | Output | Specifies the maximum number of HTTP GET requests that will be made while reading from a RetryReader Defaults to `10` | `1`, `2` | +| `publicAccessLevel` | N | Output | Specifies whether data in the container may be accessed publicly and the level of access (only used if the container is created by Dapr). Defaults to `none` | `blob`, `container`, `none` | +| `disableEntityManagement` | N | Output | Configuration to disable entity management. When set to `true`, the binding skips the attempt to create the specified storage container. This is useful when operating with minimal Azure AD permissions. Defaults to `false` | `true`, `false` | ### Microsoft Entra ID authentication diff --git a/sdkdocs/dotnet b/sdkdocs/dotnet index e3efbad01..5afb5a210 160000 --- a/sdkdocs/dotnet +++ b/sdkdocs/dotnet @@ -1 +1 @@ -Subproject commit e3efbad010ef07d62fef5bfa2e5685f973c93b60 +Subproject commit 5afb5a210b2ec857f43afdfe5deba365a6eb4fb5 diff --git a/sdkdocs/go b/sdkdocs/go index 16374cdb7..682f93206 160000 --- a/sdkdocs/go +++ b/sdkdocs/go @@ -1 +1 @@ -Subproject commit 16374cdb7b1462a6b9593322ddb96b78654b0be9 +Subproject commit 682f93206d40ab83589fccb58afe8f409b7d38c1 diff --git a/sdkdocs/java b/sdkdocs/java index a159db280..afa2feeac 160000 --- a/sdkdocs/java +++ b/sdkdocs/java @@ -1 +1 @@ -Subproject commit a159db280e82605d0c915a7788f6ce2907bfffd6 +Subproject commit afa2feeacef73e5598fab88c605d61f5998efa86 diff --git a/sdkdocs/js b/sdkdocs/js index ac75d6105..26e8be893 160000 --- a/sdkdocs/js +++ b/sdkdocs/js @@ -1 +1 @@ -Subproject commit ac75d61051f14116b7dbcea21b0a72cffbf52486 +Subproject commit 26e8be8931aed2404e0e382b6c61264d1b64f0de diff --git a/sdkdocs/php b/sdkdocs/php index d17e37ead..82c7283a7 160000 --- a/sdkdocs/php +++ b/sdkdocs/php @@ -1 +1 @@ -Subproject commit d17e37eada1bca2b3dcd1dc219c5e0e67f51a9e4 +Subproject commit 82c7283a73cf96e27b93383531094cf82cd2c6c4 diff --git a/sdkdocs/pluggable-components/dotnet b/sdkdocs/pluggable-components/dotnet index c753c3a6a..16213ef2f 160000 --- a/sdkdocs/pluggable-components/dotnet +++ b/sdkdocs/pluggable-components/dotnet @@ -1 +1 @@ -Subproject commit c753c3a6ac4222cc6a30147c533c71051aef87ea +Subproject commit 16213ef2f70cce4c443a357d7eb8f3f0d3a96aeb diff --git a/sdkdocs/pluggable-components/go b/sdkdocs/pluggable-components/go index dbb1a9526..25b080a8e 160000 --- a/sdkdocs/pluggable-components/go +++ b/sdkdocs/pluggable-components/go @@ -1 +1 @@ -Subproject commit dbb1a9526875e8df6af1823e09dae11216221444 +Subproject commit 25b080a8e8d1d897f32ee2ce31e617f89f972e32 diff --git a/sdkdocs/python b/sdkdocs/python index 147f1c4ff..5882d5296 160000 --- a/sdkdocs/python +++ b/sdkdocs/python @@ -1 +1 @@ -Subproject commit 147f1c4ffc0a43887c63f592011414aa5a130dea +Subproject commit 5882d52961cee7cb50d07c9a47c902f317dff396