Skip to content

Commit 9afccbf

Browse files
committed
copyediting
1 parent 1373d29 commit 9afccbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/storage-considerations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ You must strongly consider the following facts regarding the storage accounts us
3434

3535
## Storage account requirements
3636

37-
Storage accounts created as part of the function app create flow in the Azure portal are guaranteed to work with the new function app. If you choose an existing one, portal will filter out certain unsupported ones. The following restrictions apply to storage accounts used by your function app, so you must make sure an existing storage account meets these requirements:
37+
Storage accounts created as part of the function app create flow in the Azure portal are guaranteed to work with the new function app. If you choose an existing one, portal will filter out certain unsupported storage accounts. The following restrictions apply to storage accounts used by your function app, so you must make sure an existing storage account meets these requirements:
3838

3939
+ The account type must support Blob, Queue, and Table storage. Some storage accounts don't support queues and tables. These accounts include blob-only storage accounts and Azure Premium Storage. To learn more about storage account types, see [Storage account overview](../storage/common/storage-account-overview.md).
4040

41-
+ Storage accounts already secured by using firewalls or virtual private networks can't be used in the portal creation flow. Currently, Portal does not filter out these accounts. If you'd like to use a restricted storage account, you'll find guidance in [How to use a secured storage account with Azure Functions](configure-networking-how-to.md).
41+
+ Storage accounts already secured by using firewalls or virtual private networks can't be used in the portal creation flow. Currently, Portal does not filter out these accounts. If you'd like to use a secured storage account, you'll find guidance in [How to use a secured storage account with Azure Functions](configure-networking-how-to.md).
4242

4343
+ When creating your function app in the portal, you're only allowed to choose an existing storage account in the same region as the function app you're creating. This is a performance optimization and not a strict limitation. To learn more, see [Storage account location](#storage-account-location).
4444

0 commit comments

Comments
 (0)