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

Code is not updated in linux based Azure Functions using ZIP package deploy #385

Open
jochenschroeer opened this issue Dec 18, 2023 · 1 comment

Comments

@jochenschroeer
Copy link

jochenschroeer commented Dec 18, 2023

Hello,

related to issue #338, it happens quite often that code is not updated for zip deployment and linux based functions ...if we check timestamps via SSH in /home/data/SitePackages or /home/site/wwwroot files with older timestamps are still there (also reference in packagename.txt) .. build pipeline was checked and is working fine. we are using this task via azure devops pipeline

task: AzureFunctionApp@2
inputs:
connectedServiceNameARM: "$(devSubscription)"
appType: functionAppLinux
appName: "${{ parameters.appName }}"
package:
{{ parameters.builtPackageName }}

Community also documented that issue several times https://learn.microsoft.com/en-us/answers/questions/1352090/azure-function-app-deployment-successful-but-code

thanks

Copy link

github-actions bot commented Jan 1, 2024

This issue is idle because it has been open for 14 days with no activity.

@github-actions github-actions bot added the idle label Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant