azure-pipelines-tasks: Stopped working suddenly

Something has changed recently as I get this error now :


2020-04-19T06:43:37.0865452Z ##[section]Starting: Azure Web App
2020-04-19T06:43:37.1015155Z ==============================================================================
2020-04-19T06:43:37.1015609Z Task         : Azure Web App
2020-04-19T06:43:37.1015931Z Description  : Deploy an Azure Web App for Linux or Windows
2020-04-19T06:43:37.1016208Z Version      : 1.163.5
2020-04-19T06:43:37.1016457Z Author       : Microsoft Corporation
2020-04-19T06:43:37.1016793Z Help         : https://aka.ms/azurewebapptroubleshooting
2020-04-19T06:43:37.1017172Z ==============================================================================
2020-04-19T06:43:37.8682501Z Got service connection details for Azure App Service:'popayint'
2020-04-19T06:43:40.5090511Z Trying to update App Service Application settings. Data: {"WEBSITE_RUN_FROM_PACKAGE":"1"}
2020-04-19T06:43:40.5093215Z Deleting App Service Application settings. Data: ["WEBSITE_RUN_FROM_ZIP"]
2020-04-19T06:43:40.9467558Z App Service Application settings are already present.
2020-04-19T06:43:41.5305131Z Package deployment using ZIP Deploy initiated.
2020-04-19T06:44:42.2468404Z ##[error]Failed to deploy web package to App Service.
2020-04-19T06:44:42.2480169Z ##[error]To debug further please check Kudu stack trace URL : https://$*********:***@********.scm.azurewebsites.net/api/vfs/LogFiles/kudu/trace
2020-04-19T06:44:42.2481990Z ##[error]Error: Error: Failed to deploy web package to App Service. Internal Server Error (CODE: 500)
2020-04-19T06:44:42.4861453Z App Service Application URL: https://******.azurewebsites.net
2020-04-19T06:44:42.5174306Z ##[section]Finishing: Azure Web App

Before it was working well with these logs :


2020-04-15T17:46:06.9726894Z ##[section]Starting: Azure Web App
2020-04-15T17:46:06.9966372Z ==============================================================================
2020-04-15T17:46:06.9967029Z Task         : Azure Web App
2020-04-15T17:46:06.9967548Z Description  : Deploy an Azure Web App for Linux or Windows
2020-04-15T17:46:06.9968001Z Version      : 1.163.3
2020-04-15T17:46:06.9968437Z Author       : Microsoft Corporation
2020-04-15T17:46:06.9968937Z Help         : https://aka.ms/azurewebapptroubleshooting
2020-04-15T17:46:06.9969596Z ==============================================================================
2020-04-15T17:46:07.7429016Z Got service connection details for Azure App Service:'popayint'
2020-04-15T17:46:11.8637821Z Updating App Service Application settings. Data: {"WEBSITE_RUN_FROM_PACKAGE":"1"}
2020-04-15T17:46:11.8638750Z Deleting App Service Application settings. Data: ["WEBSITE_RUN_FROM_ZIP"]
2020-04-15T17:46:12.7653296Z Updated App Service Application settings and Kudu Application settings.
2020-04-15T17:46:22.5017745Z Package deployment using ZIP Deploy initiated.
2020-04-15T17:46:32.7451337Z Successfully deployed web package to App Service.
2020-04-15T17:46:32.7452090Z NOTE: Run From Package makes wwwroot read-only, so you will receive an error when writing files to this directory.
2020-04-15T17:46:34.7141037Z App Service Application URL: https://*******.azurewebsites.net
2020-04-15T17:46:34.7477598Z ##[section]Finishing: Azure Web App

The only thing that changed is the Azure Web App version from 1.163.3 to 1.163.5.

Is there anything I can do to help you resolve this ? We can’t deploy anymore

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 16 (8 by maintainers)

Most upvoted comments

This is working, as you described, the sitePackages folder is not used anymore, my package is now unzipped in the wwwroot folder. Thanks for you help