Skip to content

Commit 49342a2

Browse files
authored
Add consistency warnings for VNET content share routing settings
1 parent 2477251 commit 49342a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ You should now route your function app's traffic to go through the virtual netwo
9191

9292
* In the same page, check the box for **Content storage** under **Configuration routing**.
9393

94+
> [!IMPORTANT]
95+
> If multiple Function Apps in the same App Service Plan use the same Azure Files account with the same credentials, they should also all use the same value for content share routing to ensure that traffic is consistently routed through the intended network. A mismatch in settings may result in traffic being routed through public networks, resulting in access being blocked by storage account network rules.
96+
9497
### 4. Update application settings
9598

9699
Finally, you need to update your application settings to point at the new secure storage account.

0 commit comments

Comments
 (0)