Skip to content

Commit 5257134

Browse files
authored
1 parent 2663819 commit 5257134

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-functions/storage-considerations.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Storage considerations for Azure Functions
33
description: Learn about the storage requirements of Azure Functions and about encrypting stored data.
44
ms.topic: conceptual
5-
ms.date: 12/13/2022
5+
ms.date: 03/21/2023
66
---
77

88
# Storage considerations for Azure Functions
@@ -27,6 +27,8 @@ To learn more about storage account types, see [Storage account overview](../sto
2727

2828
While you can use an existing storage account with your function app, you must make sure that it meets these requirements. Storage accounts created as part of the function app create flow in the Azure portal are guaranteed to meet these storage account requirements. In the portal, unsupported accounts are filtered out when choosing an existing storage account while creating a function app. In this flow, you're only allowed to choose existing storage accounts in the same region as the function app you're creating. To learn more, see [Storage account location](#storage-account-location).
2929

30+
Storage accounts secured by using firewalls or virtual private networks also can't be used in the portal creation flow. For more information, see [Restrict your storage account to a virtual network](functions-networking-options.md#restrict-your-storage-account-to-a-virtual-network).
31+
3032
<!-- JH: Does using a Premium Storage account improve perf? -->
3133

3234
## Storage account guidance

0 commit comments

Comments
 (0)