Skip to content

Commit ee8a0ae

Browse files
Merge pull request #232996 from gasridha/patch-2
Update configure-networking-how-to.md
2 parents 905ce96 + 53fbfae commit ee8a0ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/configure-networking-how-to.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This article shows you how to perform tasks related to configuring your function
1212

1313
## Restrict your storage account to a virtual network
1414

15-
When you create a function app, you must create or link to a general-purpose Azure Storage account that supports Blob, Queue, and Table storage. You can secure a new storage account behind a virtual network during account creation. At this time, you can't secure an existing storage account being used by your function app in the same way.
15+
When you create a function app, you must either create a new storage account or link to an existing storage account. The storage account linked to your app must be a general-purpose Azure Storage account that supports Blob, Queue, and Table storage. During function app creation, you can secure a new storage account behind a virtual network and integrate the function app with this network. At this time, you can't secure an existing storage account being used by your function app in the same way.
1616

1717
> [!NOTE]
1818
> Securing your storage account is supported for all tiers in both Dedicated (App Service) and Elastic Premium plans. Consumption plans currently don't support virtual networks.
@@ -33,7 +33,7 @@ Use Bicep or Azure Resource Manager (ARM) [quickstart templates](https://github.
3333

3434
### Existing function app
3535

36-
When you have an existing function app, you can't secure the storage account currently being used by the app. You must instead swap-out the existing storage account for a new, secured storage account.
36+
When you have an existing function app, you can't directly secure the storage account currently being used by the app. You must instead swap-out the existing storage account for a new, secured storage account.
3737

3838
To secure the storage for an existing function app:
3939

0 commit comments

Comments
 (0)