I would really like to use Azure Functions for the upcoming project, but is there a way to create a whitelist of IP addresses, for example, in ipSecurity in Web.Config?
They use the authLevel
function, so there is some protection there. My client has a security requirement for whitelisting.
Looking at the resource explorer, there seems to be an ipSecurityRestrictions property that might work, but I don't see it on an instance of the Azure function.
source share