Visual Studio publish error code 0x80070005 -- Bootstrap license

Romario Arnat 20 Reputation points
2024-05-17T11:52:51.3133333+00:00

User's image

hi there i followed the steps for a windows app service and it worked but i have a Linux app service but i don't know where to navigate to delete the "Identity" dir.

the question was posted on here :

https://stackoverflow.com/questions/70176227/visual-studio-publish-error-code-0x80070005-bootstrap-license

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,069 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ryan Hill 26,321 Reputation points Microsoft Employee
    2024-05-17T18:58:05.24+00:00

    Hi @Romario Arnat,

    To answer your question, you can search the navigation blade for Advanced Tools > Go and click Bash.

    User's image

    User's image

    You can also navigate to https://<your app service name>.scm.azurewebsites.net/DebugConsole directly. This will provide the shell to navigate to cd /home/site/wwwroot/wwwroot.

    I was not able to reproduce your issue, but I would suggest reporting this error over on https://developercommunity.visualstudio.com/VisualStudio. That forum is utilized for all issues related to the Visual Studio IDE and Azure DevOps. I would also make sure you're up to date on the latest version of Visual Studio as this bug may have been mitigated already.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful