Skip to content

Commit 7f8ed32

Browse files
ggailey777lilyjma
andauthored
Apply suggestions from code review
Co-authored-by: lilyjma <[email protected]>
1 parent 2ae609c commit 7f8ed32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The queues, tables, and blobs used by Durable Functions are created in a configu
136136
Keep in mind these considerations when choosing the storage account used by your Durable function app:
137137

138138
+ When not specified, the default `AzureWebJobsStorage` storage account is used.
139-
+ When possible, you should use Microsoft Entra authentication with managed identities to secure your storage account connection. For more information, see [Connections](../functions-reference.md#connections).
139+
+ When possible, you should use Microsoft Entra authentication with managed identities to secure your storage account connection. For more information, see [configure Durable Functions with managed identity](./durable-functions-configure-managed-identity.md).
140140
+ For performance-sensitive workloads, you should configure a storage account other than the default account (`AzureWebJobsStorage`). Durable Functions uses Azure Storage heavily, and using a dedicated storage account isolates Durable Functions storage usage from the internal usage by the Azure Functions host.
141141
+ Standard general purpose Azure Storage accounts are required when using the Azure Storage provider. All other storage account types aren't currently supported.
142142
+ We highly recommend using legacy v1 general purpose storage accounts for Durable Functions. The newer v2 storage accounts can be significantly more expensive for Durable Functions workloads. For more information on Azure Storage account types, see the [Storage account overview](../../storage/common/storage-account-overview.md) documentation.

0 commit comments

Comments
 (0)