Does Azure Funcion App on a pricing tier of Standard (S2) support vnet integration?

Fortress Abioye 40 Reputation points
2023-08-22T15:00:22.2533333+00:00

I'm trying to secure my storage account and allow access to the function app without enabling public access. The function app is on a pricing of S2 and I want to know if it supports Vnet integration

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,668 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,704 questions
{count} votes

Accepted answer
  1. TP 116.3K Reputation points
    2023-08-22T15:10:53.0666667+00:00

    Hi,

    Yes, Standard S2 SKU supports VNet integration. Below article has more information on vnet integration:

    https://learn.microsoft.com/en-us/azure/app-service/overview-vnet-integration

    Below article has more information on securing your storage account using private endpoint. Your function app could connect to your storage account via private endpoint without enabling public access.

    Use private endpoints for Azure Storage

    https://learn.microsoft.com/en-us/azure/storage/common/storage-private-endpoints

    Please click Accept Answer if the above was useful.

    Thanks.

    -TP


1 additional answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.