Hi,
As per our current implementation of an enterprise application, we are using Function Key/ API Key to authenticate. Now we need to implement EasyAuth/ Azure AD authentication. Question is do I need to make any explicit code change(i.e. in startup.cs or anywhere) in function app to make it happen? I already made this change "[HttpTrigger(AuthorizationLevel.Anonymous, "get", "post", Route = null)] HttpRequest req, ILogger log)". I googled several blogs and confused what to do.
Early reply is highly appreciated
Regards,
Partha