question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Stopped working suddenly

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:16 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
Alexplosecommented, Apr 30, 2020

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

0reactions
eaarora-mscommented, Apr 30, 2020

@Alexplose Nothing to worry about. Please try out the following steps and let me know if they work:

  1. Clean your sitePackages folder before the deployment.
  2. In the task please goto Additional Deployment Options and select Zip Deploy. You will see your folder will be mounted on wwwroot instead of sitePackages now.
  3. For every further deployment it will replace the current folder in wwwroot and you won’t have to clean the disk space every time you deploy.

Attaching screenshot for reference: image

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Solved!] My Computer Stopped Working. How to Fix It?
Solution 1: Check the Hardware (If PC Is Not Powering Up) · Step 1: Check the Power Outlet · Step 2: Check for...
Read more >
[Solved!] My computer stopped working. How to fix it?
If the PC has suddenly stopped working · Case 1. Overheating due to a lack of ventilation. · Case 2. RAM is in...
Read more >
Things To Do If Your System Stops Working
How to Fix ?System Stopped Working? Issue? · Open Task Manager. · Navigate to Processes tab. · Scroll down to the Background Processes....
Read more >
suddenly stopped working or stopped working suddenly ?
A complete search of the internet has found these results: suddenly stopped working is the most popular phrase on the web. More popular!...
Read more >
What Should You Do If Your Laptop Suddenly Stops Working?
Read the tips below and discover what to do when your laptop refuses to work!
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found