Skip to content
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

Fix issues with functionapp build #39

Merged

Conversation

ankitkumarr
Copy link
Contributor

\cc @JennyLawrance

We need to explicitly delete .python_packages to avoid issues with redeployment.

Additionally, for Function Apps, FRAMEWORK and FRAMEWORK_VERSION seem to be set by the platform, but the values are not what we expect. This is because the linuxFxVersion setting is used very differently by a Function App. Best to not use that, until platform has a better way to indicate the right version to kudulite for Function Apps.

Note: UseExpressBuild is currently not gonna work for Function App, because we try to zip up the entire directory. Maybe we need to use WEBSITE_RUN_FROM_PACKAGE + build settings.

@ankitkumarr ankitkumarr force-pushed the ankikuma-fix-func-build branch from cdbbfc8 to c09a530 Compare May 21, 2019 10:35
@JennyLawrance JennyLawrance merged commit df4e958 into Azure-App-Service:dev May 21, 2019
@ankitkumarr ankitkumarr deleted the ankikuma-fix-func-build branch May 22, 2019 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants