How to undo a published web app. "Unpublish".
I published my vs2019 web project to Azure. It included a connection to a SQL db. I want to completely remove this project from Azure. I want to republish the project as if the original plublish never happened.
Rajesh LoharPosted Dec 7, 2022, 7:13 AM
Hi Rick,
Please login to Azure Portal and navigate to App Service. You will find a link to "Delete" web app. Then you can remove the reference from published profile under solution explorer in VS 2019. Remove the reference. It will remove completely.
Then you can republish project.
Thanks,