Forum Discussion

kaushikc139's avatar
kaushikc139
Copper Contributor
Apr 20, 2024
Solved

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 ...
  • kaushikc139's avatar
    Apr 30, 2024
    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

Resources