Azure active directory authentication Function App
问题 I am doing azure active directory authentication for function app by following below URL https://www.c-sharpcorner.com/article/secure-azure-function-with-azure-ad/ But when i hitting my url through function app It is giving unauthorized do i need to do anything else please find the below screen shots. any help is appreciated 回答1: We could use the access token to access your Azure function API directly if your azure function authentication level is anonymous or function key is also required.