question

DeepakMandala-6835 avatar image
0 Votes"
DeepakMandala-6835 asked PramodValavala-MSFT answered

Restirct azure function url access

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
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

PramodValavala-MSFT avatar image
0 Votes"
PramodValavala-MSFT answered

@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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.