Skip to content

Commit 8bd426f

Browse files
Update functions-app-settings.md
Added note that app setting WEBSITE_CONTENTOVERVNET is only truly required when using app setting WEBSITE_CONTENTAZUREFILECONNECTIONSTRING
1 parent 5789412 commit 8bd426f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-app-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ Azure Files doesn't support using managed identity when accessing the file share
614614

615615
## WEBSITE\_CONTENTOVERVNET
616616

617-
A value of `1` enables your function app to scale when you have your storage account restricted to a virtual network. You should enable this setting when restricting your storage account to a virtual network. To learn more, see [Restrict your storage account to a virtual network](configure-networking-how-to.md#restrict-your-storage-account-to-a-virtual-network).
617+
A value of `1` enables your function app to scale when you have your storage account restricted to a virtual network. You should enable this setting when restricting your storage account to a virtual network. Only required when using `WEBSITE_CONTENTAZUREFILECONNECTIONSTRING`. To learn more, see [Restrict your storage account to a virtual network](configure-networking-how-to.md#restrict-your-storage-account-to-a-virtual-network).
618618

619619
|Key|Sample value|
620620
|---|------------|

0 commit comments

Comments
 (0)