Authentication for Azure Functions

后端 未结 3 867
忘掉有多难
忘掉有多难 2020-12-01 12:45

I\'ve spent the past 24 hours reading all about how to create Azure Functions and have successfully converted a MVC WebApi over to a new Function App with multiple functions

3条回答
  •  -上瘾入骨i
    2020-12-01 13:17

    AuthorizationLevel.User isn't currently supported by azure functions see here

    As of December 2017 this isn't fully implemented.

提交回复
热议问题