-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure Function deployment fails with WEBSITE_RUN_FROM_PACKAGE setting #718
Comments
The API unfortunately does not give anything more than a 409 Conflict message, which can be for various reasons. Can you just deploy from Rider without the |
If I drop the But what if I want to run the function app from a package? |
Rider uses zip deployment, other options are not supported |
They are not mutually exclusive. Having an app run from a package still relies on zip deploy. |
Encountered similar issue with (almost) same conditions. |
The Rider plugin fails to deploy to a Function App configured to use WEBSITE_RUN_FROM_PACKAGE. This setting is the default for e.g. the Azure Functions extension within VS Code.
STEPS TO REPRODUCE
EXPECTED RESULTS
The project is successfully deployed.
ACTUAL RESULTS
Rider fails to deploy with a non-helpful error message.
The text was updated successfully, but these errors were encountered: