Skip to content

Commit 3356d47

Browse files
Merge pull request #227349 from lilyjma/patch-12
Update durable-functions-storage-providers.md
2 parents 4f28514 + 61723f6 commit 3356d47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/durable/durable-functions-storage-providers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ The Azure Storage provider is the default storage provider and doesn't require a
8585
The `connectionName` property in host.json is a reference to environment configuration which specifies how the app should connect to Azure Storage. It may specify:
8686

8787
- The name of an application setting containing a connection string. To obtain a connection string, follow the steps shown at [Manage storage account access keys](../../storage/common/storage-account-keys-manage.md).
88-
- The name of a shared prefix for multiple application settings, together defining an [identity-based connection](#identity-based-connections-preview).
88+
- The name of a shared prefix for multiple application settings, together defining an [identity-based connection](#identity-based-connections).
8989

9090
If the configured value is both an exact match for a single setting and a prefix match for other settings, the exact match is used. If no value is specified in host.json, the default value is "AzureWebJobsStorage".
9191

92-
##### Identity-based connections (preview)
92+
##### Identity-based connections
9393

9494
If you are using [version 2.7.0 or higher of the extension](https://github.com/Azure/azure-functions-durable-extension/releases/tag/v2.7.0) and the Azure storage provider, instead of using a connection string with a secret, you can have the app use an [Azure Active Directory identity](../../active-directory/fundamentals/active-directory-whatis.md). To do this, you would define settings under a common prefix which maps to the `connectionName` property in the trigger and binding configuration.
9595

0 commit comments

Comments
 (0)