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

ODBC Driver Installation in Function App Dockerfile Causes Missing Function After Deployment #1389

Open
Pavan-Microsoft opened this issue Nov 26, 2024 · 0 comments

Comments

@Pavan-Microsoft
Copy link

We successfully added a step in the web app's Dockerfile to install the ODBC driver, and the application worked as expected. However, when applying the same step to the function app Dockerfile, the deployment completed without errors, but the function does not appear under the function app in Azure after deployment.

Steps to Reproduce:
Add a step to install the ODBC driver in the function app's Dockerfile.
Build and deploy the function app using the updated Dockerfile.
Verify the deployment status in Azure.
Check for the function under the function app in Azure.

Observed Behavior:
The function does not show up in the function app after deployment.

Expected Behavior:
The function should be visible and functional in the Azure function app after deployment, similar to the web app implementation.

Additional Details:
The same Dockerfile step works in the web app.
Deployment logs show no errors.
Using Azure Functions with a custom container.

Webapp docker file:
image

Functionapp docker file:
image

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

No branches or pull requests

1 participant