Skip to content

Commit a2af3bb

Browse files
authored
Merge pull request #87040 from alexkarcher-msft/master
Updating private site access for functions
2 parents a7d42a8 + dbd0922 commit a2af3bb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ To learn more, see [Azure App Service static access restrictions](../app-service
4747
## Private site access
4848

4949
Private site access refers to making your app accessible only from a private network such as from within an Azure virtual network.
50-
* Private site access is available in the [Premium](./functions-premium-plan.md) and [App Service plan](functions-scale.md#app-service-plan) when **Service Endpoints** are configured. For more information, see [virtual network service endpoints](../virtual-network/virtual-network-service-endpoints-overview.md)
51-
* Keep in mind that with Service Endpoints, your function still has full outbound access to the internet, even with virtual network integration configured.
50+
* Private site access is available in the [Premium](./functions-premium-plan.md), [Consumption](functions-scale.md#consumption-plan) and [App Service plan](functions-scale.md#app-service-plan) when **Service Endpoints** are configured.
51+
* Service endpoints can be configured on a per-app basis under Platform features > Networking > Configure Access Restrictions > Add Rule. Virtual networks can be selected now as the "type" of a rule.
52+
* For more information, see [virtual network service endpoints](../virtual-network/virtual-network-service-endpoints-overview.md)
53+
* Keep in mind that with Service Endpoints, your function still has full outbound access to the internet, even with virtual network integration configured.
5254
* Private site access is also available with an App Service Environment configured with an internal load balancer (ILB). For more information, see [Create and use an internal load balancer with an App Service Environment](../app-service/environment/create-ilb-ase.md).
5355

5456
## Virtual network integration

0 commit comments

Comments
 (0)