- When i'm trying to do azure devops release pipeline using function i'm getting bellow issues.
- copying and archive taskes i'm using
- In the azure function app deploy taks i'm using zip and "i configured additational deployment as "zip deploy" and "zip deploy with run from package"
- I configured WEBSITE_RUN_FROM_PACKAGE = 1 , WEBSITE_WEBDEPLOY_USE_SCM = true
1111-01-01T12:48:18.7320311Z ##[section]Starting: Azure Function App Deploy: XXXXXXXXXXXXXXX 1111-01-01T12:48:18.7434752Z ============================================================================== 1111-01-01T12:48:18.7434920Z Task : Azure Functions Deploy 1111-01-01T12:48:18.7434992Z Description : Update a function app with .NET, Python, JavaScript, PowerShell, Java based web applications 1111-01-01T12:48:18.7435114Z Version : 2.218.1 1111-01-01T12:48:18.7435174Z Author : Microsoft Corporation 1111-01-01T12:48:18.7435265Z Help : https://aka.ms/azurefunctiontroubleshooting 1111-01-01T12:48:18.7435348Z ============================================================================== 1111-01-01T12:48:19.9008284Z Got service connection details for Azure App Service:'XXXXXXXXXXXXXXX' 1111-01-01T12:48:21.1672101Z (node:2688) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. 1111-01-01T12:48:32.5957978Z Trying to update App Service Application settings. Data: {"WEBSITE_RUN_FROM_PACKAGE":"1"} 1111-01-01T12:48:32.5958428Z Deleting App Service Application settings. Data: ["WEBSITE_RUN_FROM_ZIP"] 1111-01-01T12:48:32.5959252Z App Service Application settings are already present. 1111-01-01T12:51:10.9128451Z Validating deployment package for functions app before Zip Deploy 1111-01-01T13:09:06.0866760Z Package deployment using ZIP Deploy initiated. 1111-01-01T13:27:01.3376109Z ##[error]Failed to deploy web package to App Service. 1111-01-01T13:27:01.3391569Z ##[error]To debug further please check Kudu stack trace URL : https://$XXXXXXXXXXXXXXX:***@XXXXXXXXXXXXXXX.scm.yyyyyyyyyyyyyyyyyyapps.com/api/vfs/LogFiles/kudu/trace 1111-01-01T13:27:01.3393869Z ##[error]Error: Error: Failed to deploy web package to App Service. Error: connect ETIMEDOUT x.x.x.x:443 1111-01-01T13:27:02.7308381Z Successfully added release annotation to the Application Insight : XXXXXXXXXXXXXXX 1111-01-01T13:27:03.5861517Z App Service Application URL: https://XXXXXXXXXXXXXXX.yyyyyyyyyyyyyyyyyyapps.com 1111-01-01T13:27:03.6006868Z ##[section]Finishing: Azure Function App Deploy: XXXXXXXXXXXXXXX










