So someone I handed over an Azure web app to managed to delete the site and now wants it back.
I was running it as a small project on a free tier, so I don't have any active backups or anything. I tried using the new Webapp Undelete feature, but every time I ran Restore-AzureRmDeletedWebApp
as detailed here, I get the following error:
Restore-AzureRmDeletedWebApp : An error has occurred.
At line:1 char:1
+ Restore-AzureRmDeletedWebApp -ResourceGroupName xxxx -Name xxxx -Tar ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [Restore-AzureRmDeletedWebApp], CloudException
+ FullyQualifiedErrorId : Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.RestoreAzureDeletedWebApp
What does this even mean? Is there a way to fix it? Is there a way to access the backup that Azure has (running Get-AzureRmDeletedWebApp
definitely still lists the deleted app) manually? Or is the site just gone?