Skip to content

Commit 4a2d79b

Browse files
committed
Switch to Anonymous
1 parent 766ecab commit 4a2d79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/function/function_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ async def shutdown_event():
3030

3131
app = func.AsgiFunctionApp(
3232
app=fastapi_app,
33-
http_auth_level=func.AuthLevel.FUNCTION,
33+
http_auth_level=func.AuthLevel.ANONYMOUS,
3434
)

0 commit comments

Comments
 (0)