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.

Deploy AzureRM Web App task fails because of missing file

See original GitHub issue

Deploy AzureRM Web App task fails with version 2.1.3. Some hours ago this task used version 2.1.2 and everything went fine.

2016-11-11T13:25:14.8013148Z ##[section]Starting: Deploy AzureRM Web App: 
2016-11-11T13:25:14.8522053Z ==============================================================================
2016-11-11T13:25:14.8522053Z Task         : Azure App Service Deploy
2016-11-11T13:25:14.8522053Z Description  : Update Azure App Service using Web Deploy / Kudu REST APIs 
2016-11-11T13:25:14.8522053Z Version      : 2.1.3
2016-11-11T13:25:14.8522053Z Author       : Microsoft Corporation
2016-11-11T13:25:14.8522053Z Help         : [More Information](https://aka.ms/azurermwebdeployreadme)
2016-11-11T13:25:14.8522053Z ==============================================================================
2016-11-11T13:25:15.2162733Z ##[error]File not found: 'C:\a\_tasks\AzureRmWebAppDeploy_497d490f-eea7-4f2b-ab94-48d9c1acdcb1\2.1.3\azurermwebappdeployment.js'

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:35 (1 by maintainers)

github_iconTop GitHub Comments

7reactions
mvvsubbucommented, Nov 11, 2016

Sorry for the inconvenience we fixed the issue, you should be able to use the task.

4reactions
jakobehncommented, Nov 11, 2016

If you have access to the build server, a temporary workaround is to unzip the task.zip inside the 2.1.3 folder of the AzureRMWebApp task

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot common Azure deployment errors
Error code Mitigation More inform... AccountNameInvalid Follow naming guidelines for storage accounts. Resolve erro... AccountPropertyCannotBeSet Check available storage account properties. storageAcco... AnotherOperationInProgress Wait for concurrent operation...
Read more >
Deploying to App Service that is running from package fails ...
I'm using the AzureRmWebAppDeployment@3 task to deploy my web app running in an Azure App Service. I've set the pool to the vmImage...
Read more >
Azure Pipeline App Service Deploy: ENOENT: no such file or ...
I am using the built-in Azure App Service Deploy task and not writing my own YAML so I am unsure what could be...
Read more >
azurerm_app_service | Resources | hashicorp/azurerm
Manages an App Service (within an App Service Plan). NOTE: This resource has been deprecated in version 3.0 of the AzureRM provider and...
Read more >
Azure App Service: Cannot create directories and write to ...
After the website was deployed, it didn't start – I was getting HTTP ... a problem with app startup (configuration error, missing DLLs...
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