Skip to content

Commit efe5f83

Browse files
Aghyad85ggailey777
authored andcommitted
Update storage-considerations.md
mentioning the slot in Consistent routing through virtual networks
1 parent ff0e6c6 commit efe5f83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/azure-functions/storage-considerations.md

Lines changed: 2 additions & 2 deletions
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, including important considerations for your function app instances.
44
ms.topic: concept-article
5-
ms.date: 12/15/2025
5+
ms.date: 01/20/2026
66
ms.custom:
77
- ignite-2024
88
- sfi-ropc-nochange
@@ -94,7 +94,7 @@ To limit the potential impact of any broadly scoped storage permissions, conside
9494

9595
### Consistent routing through virtual networks
9696

97-
Multiple function apps hosted in the same plan can also use the same storage account for the Azure Files content share, defined by `WEBSITE_CONTENTAZUREFILECONNECTIONSTRING`. When you secure this storage account by using a virtual network, all of these apps should use the same value for `vnetContentShareEnabled` (formerly `WEBSITE_CONTENTOVERVNET`) to ensure that traffic routes consistently through the intended virtual network. A mismatch in this setting between apps that use the same Azure Files storage account might result in traffic routing through public networks. In this configuration, storage account network rules block access.
97+
Multiple function apps hosted in the same plan can also use the same storage account for the Azure Files content share, defined by `WEBSITE_CONTENTAZUREFILECONNECTIONSTRING`. When you secure this storage account by using a virtual network, all of these apps (including slots) should use the same value for `vnetContentShareEnabled` (formerly `WEBSITE_CONTENTOVERVNET`) to ensure that traffic routes consistently through the intended virtual network. A mismatch in this setting between apps that use the same Azure Files storage account might result in traffic routing through public networks. In this configuration, storage account network rules block access.
9898

9999
## Working with blobs
100100

0 commit comments

Comments
 (0)