November 2018
Intermediate to advanced
424 pages
10h 55m
English
In the previous recipe, we learned how to enable security based on client applications accessing Azure Functions. However, if your requirement is to authenticate the end users who are accessing the functions against the Azure Active Directory (AD), then Azure Functions provides an easy way to configure this, called EasyAuth.
Thanks to Azure App Service, from which the EasyAuth feature is inherited, we can do what we need to do without writing a single line of code.