Skip to content

Commit 635b350

Browse files
authored
Merge pull request #228236 from lilyjma/patch-14
Update functions-reference.md
2 parents f890f90 + ec3bde6 commit 635b350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Identity-based connections are supported by the following components:
122122
| Azure Event Hubs triggers and bindings | All | [Azure Event Hubs extension version 5.0.0 or later][eventhubv5],<br/>[Extension bundle 3.3.0 or later][eventhubv5] |
123123
| Azure Service Bus triggers and bindings | All | [Azure Service Bus extension version 5.0.0 or later][servicebusv5],<br/>[Extension bundle 3.3.0 or later][servicebusv5] |
124124
| Azure Cosmos DB triggers and bindings | All | [Azure Cosmos DB extension version 4.0.0 or later][cosmosv4],<br/> [Extension bundle 4.0.2 or later][cosmosv4]|
125-
| Durable Functions storage provider (Azure Storage) - Preview | All | [Durable Functions extension version 2.7.0 or later][durable-identity],<br/>[Extension bundle 3.3.0 or later][durable-identity] |
125+
| Durable Functions storage provider (Azure Storage) | All | [Durable Functions extension version 2.7.0 or later][durable-identity],<br/>[Extension bundle 3.3.0 or later][durable-identity] |
126126
| Host-required storage ("AzureWebJobsStorage") - Preview | All | [Connecting to host storage with an identity](#connecting-to-host-storage-with-an-identity-preview) |
127127

128128
[blobv5]: ./functions-bindings-storage-blob.md#install-extension
@@ -131,7 +131,7 @@ Identity-based connections are supported by the following components:
131131
[servicebusv5]: ./functions-bindings-service-bus.md
132132
[cosmosv4]: ./functions-bindings-cosmosdb-v2.md?tabs=extensionv4
133133
[tablesv1]: ./functions-bindings-storage-table.md#table-api-extension
134-
[durable-identity]: ./durable/durable-functions-storage-providers.md#identity-based-connections-preview
134+
[durable-identity]: ./durable/durable-functions-configure-durable-functions-with-credentials.md
135135

136136
[!INCLUDE [functions-identity-based-connections-configuration](../../includes/functions-identity-based-connections-configuration.md)]
137137

0 commit comments

Comments
 (0)