You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: