Forum Discussion
bri992
Sep 06, 2020Copper Contributor
Best way to secure Azure Function
So far, I am able to create azure functions that are accessible anonymously. However I'd like to secure those functions so that they only run from a specific Microsoft Flow. I am reading the docs and...
pioardi
Sep 29, 2020Copper Contributor
bri992 so this documentation should help you hopefully https://docs.microsoft.com/en-us/azure/app-service/configure-authentication-provider-aad .
I followed the doc and was working as expected on a function app .
Anyway , more generally speaking , you could also put in place access restrictions .
Go on network blade , then scroll down and you will find access restrictions , within it you can specify the subnets and/or source ip ranges that you want to allow/deny to run your functions.