Azure Functions
An Azure service that provides an event-driven serverless compute platform.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
An Azure service that provides an event-driven serverless compute platform.
@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.