Integrating functions with a private network

There are the following three different ways to integrate Azure serverless compute with a private network:

  1. Deployment into a public App Service connected to a private network.
  2. Deployment into ASE with a public Function App endpoint.
  3. Deployment into ASE with a private Function App endpoint.

All three options require the Function App to be deployed into an App Service plan rather than a Consumption plan.

App Service

The Regular Azure App Service is a multi-tenant PaaS environment, that is inexpensive because of the economy of scale, but offers the client little to no control over the underlying infrastructure.

When deployed into an App Service plan, the Azure Function App can be integrated with ...

Get Serverless computing in Azure with .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.