Skip to content

Commit dfb5729

Browse files
authored
Merge pull request #190565 from madsd/funcnetworkupdates
Update networking options
2 parents 64d014c + 341ea7f commit dfb5729

File tree

2 files changed

+37
-45
lines changed

2 files changed

+37
-45
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: How to configure Azure Functions with a virtual network
33
description: Article that shows you how to perform certain virtual networking tasks for Azure Functions.
44
ms.topic: conceptual
5-
ms.date: 3/13/2021
6-
ms.custom: template-how-to, ignite-fall-2021
5+
ms.date: 03/04/2022
6+
ms.custom: template-how-to
77
---
88

99
# How to configure Azure Functions with a virtual network
@@ -15,7 +15,7 @@ This article shows you how to perform tasks related to configuring your function
1515
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 replace this storage account with one that is secured with service endpoints or private endpoints. When configuring your storage account with private endpoints, public access to your function app will be automatically disabled, and your function app will only be accessible through the virtual network.
1616

1717
> [!NOTE]
18-
> This feature currently works for all Windows virtual network-supported SKUs in the Dedicated (App Service) plan and for Windows Elastic Premium plans. ASEv3 is not supported yet. It is also supported with private DNS for Linux virtual network-supported SKUs. Consumption and custom DNS for Linux plans aren't supported.
18+
> This feature currently works for all Windows and Linux virtual network-supported SKUs in the Dedicated (App Service) plan and for Windows Elastic Premium plans. ASEv3 is not supported yet. Consumption tier isn't supported.
1919
2020
To set up a function with a storage account restricted to a private network:
2121

@@ -43,7 +43,6 @@ To set up a function with a storage account restricted to a private network:
4343
| `WEBSITE_CONTENTAZUREFILECONNECTIONSTRING` | Storage connection string | This is the connection string for a secured storage account. |
4444
| `WEBSITE_CONTENTSHARE` | File share | The name of the file share created in the secured storage account where the project deployment files reside. |
4545
| `WEBSITE_CONTENTOVERVNET` | 1 | 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. |
46-
| `WEBSITE_VNET_ROUTE_ALL` | 1 | Forces all outbound traffic through the virtual network. Required when the storage account is using private endpoint connections. |
4746

4847
1. Select **Save** to save the application settings. Changing app settings causes the app to restart.
4948

0 commit comments

Comments
 (0)