We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766ecab commit 4a2d79bCopy full SHA for 4a2d79b
code/function/function_app.py
@@ -30,5 +30,5 @@ async def shutdown_event():
30
31
app = func.AsgiFunctionApp(
32
app=fastapi_app,
33
- http_auth_level=func.AuthLevel.FUNCTION,
+ http_auth_level=func.AuthLevel.ANONYMOUS,
34
)
0 commit comments