Skip to content

Commit e90243d

Browse files
Adding storage account section
1 parent 83d13c4 commit e90243d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ Virtual network integration in Functions uses shared infrastructure with App Ser
9595

9696
To learn more about using virtual network integration, see [Integrate a function app with an Azure virtual network](functions-create-vnet.md).
9797

98+
### Restricting your storage account to a virtual network
99+
100+
> [!note]
101+
> Temporarily, it may take up to 12 hours for your storage account to become available to your function app once you configure access restrictions on that storage account. During this time your application will be completley offline.
102+
103+
In order to provide a higher level of security, you can restrict your application's storage account to a virtual network. You must then integrate your site with that virtual network to access your storage account. This configuration is supported on all plans that support virtual network integration.
104+
98105
## Virtual network triggers (non-HTTP)
99106

100107
Currently, to be able to use Function triggers other than HTTP from within a virtual network, you must run your function app in an App Service plan or in an App Service Environment.

0 commit comments

Comments
 (0)