Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.48 KB

functions-private-site-access.md

File metadata and controls

16 lines (14 loc) · 1.48 KB
author ms.service ms.topic ms.date ms.author
ggailey777
azure-functions
include
05/06/2020
glenga

Private site access refers to making your app accessible only from a private network, such as an Azure virtual network.

  • Private site access is available in the Premium, Consumption, and App Service plans when service endpoints are configured.
    • Service endpoints can be configured on a per-app basis under Platform features > Networking > Configure Access Restrictions > Add Rule. Virtual networks can now be selected as a rule type.
    • For more information, see Virtual network service endpoints.
    • Keep in mind that with service endpoints, your function still has full outbound access to the internet, even with virtual network integration configured.
  • Private site access is also available within an App Service Environment that's configured with an internal load balancer (ILB). For more information, see Create and use an internal load balancer with an App Service Environment.

To learn how to set up private site access, see Establish Azure Functions private site access.