Azure FunctionApp Supabase: Python
Azure Function App Deployment Issue with Supabase
Issue Description:
When deploying an Azure Function App, the deployment fails with a 403 error if supabase is listed in the requirements.txt file. The same function deploys successfully when supabase is removed from the dependencies. In particular, it hangs on Running oryx build command: oryx build /tmp/zipdeploy/extracted -o /home/site/wwwroot --platform python --platform-version 3.11.8 -p packagedir=.python_packages/lib/site-packages. Please help this has come out of the blue, I've done everything
azure-functions
Issue Description:
When deploying an Azure Function App, the deployment fails with a 403 error if supabase is listed in the requirements.txt file. The same function deploys successfully when supabase is removed from the dependencies. In particular, it hangs on Running oryx build command: oryx build /tmp/zipdeploy/extracted -o /home/site/wwwroot --platform python --platform-version 3.11.8 -p packagedir=.python_packages/lib/site-packages. Please help this has come out of the blue, I've done everything
DO NOT include azure-functions-worker in this file
The Python Worker is managed by Azure Functions platform
Manually managing azure-functions-worker may cause unexpected issues
azure-functions
supabase

