Skip to content

Commit 451a210

Browse files
authored
Merge pull request #103744 from DixitArora-MSFT/patch-41
Firewall Support for Azure function
2 parents a1e7c01 + de8f97d commit 451a210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-networking-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ To provide a higher level of security, you can restrict a number of Azure servic
106106

107107
### Restricting your storage account to a virtual network
108108

109-
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't currently use any virtual network restrictions on this account. If you configure a virtual network service endpoint on the storage account you're using for your function app, that will break your app.
109+
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't currently use any virtual network restrictions on this account. If you configure a virtual network service endpoint on the storage account you're using for your function app, that will break your app.This functionality is currently available using the Premium Plan and a virtual network integration.
110110

111111
[Learn more about storage account requirements.](./functions-create-function-app-portal.md#storage-account-requirements)
112112

0 commit comments

Comments
 (0)