Forum Discussion
kaushikc139
Apr 20, 2024Copper Contributor
Azure Function with public access disabled
I have disabled public acess of Azure Function. The function is not integrated with VNet and does not have any private endpoint. I confirmed that if I call the function Url from Postman I get 403 Ip Forbidden, which is expected. However, when I configure the function as backend for Api Management intgrated with VNet , I am still able to call it and get 200 Ok response. How is this possible?
- I was able to find the reason for this- the function was getting called with service endpoint which got created by default when integrating Api management with VNet
- kaushikc139Copper ContributorI was able to find the reason for this- the function was getting called with service endpoint which got created by default when integrating Api management with VNet
- kaushikc139Copper ContributorThanks, will check it out.