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
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
@DeepakMandala-6835 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.
9 people are following this question.