Skip to content

Commit 61723f6

Browse files
authored
Update durable-functions-storage-providers.md
1 parent 4045503 commit 61723f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ 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

0 commit comments

Comments
 (0)