You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #9109 which identified that AlwaysOn uses /admin/warmup endpoint.
Issue
We're seeing 401 errors with AlwaysOn when using AuthLevel.FUNCTION with FastAPI on Azure Functions. The /admin/warmup endpoint used by AlwaysOn doesn't include function keys, causing authentication failures.
Please provide guidance on the recommended approach to handle this authentication scenario without compromising security by switching to AuthLevel.ANONYMOUS.
The text was updated successfully, but these errors were encountered:
Related to #9109 which identified that AlwaysOn uses
/admin/warmup
endpoint.Issue
We're seeing 401 errors with AlwaysOn when using
AuthLevel.FUNCTION
with FastAPI on Azure Functions. The/admin/warmup
endpoint used by AlwaysOn doesn't include function keys, causing authentication failures.Current setup
Attempted solutions
Result: Configuration does not get deployed to wwwroot
WEBSITE_WARMUP_PATH
settingResult: Documentation confirms this doesn't affect AlwaysOn path
Logs
Key Questions
Environment
extra context
Please provide guidance on the recommended approach to handle this authentication scenario without compromising security by switching to
AuthLevel.ANONYMOUS
.The text was updated successfully, but these errors were encountered: