Share via

Restirct azure function url access

Deepak Mandala 1 Reputation point
2021-08-25T11:18:38.687+00:00

Hi team

Is there anyway to restrict azure function url to access from on premises

pls suggest a way other than access restrictions including ip address

Thanks
Deepak

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,661 Reputation points Microsoft Employee Moderator
    2021-08-25T17:11:37.457+00:00

    @Deepak Mandala You can setup Private Endpoints for Functions that essentially lock down your function app to a VNET. Your on-premises network would have to call your Function App via the VNET by setting up ExpressRoute or VPN Gateways.

    This architecture doc talks more about Connecting on-premises network to Azure.

    Was this answer helpful?

    0 comments No comments

Your answer

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