Scenario:
Website myprod123.azurewebsites.net is hosted in Azure Web App with custom domain myprod123.com. I have a backup of this website in Azure Storage. I would like to restore the backup to a deployment slot myprod123-staging.azurewebsites.net.
Using the Azure portal site https://portal.azure.com, I selected myprod123 and selected the backup (zip file) that I would like to restore. I changed the target slot to staging and clicked OK. After this, I got an error saying the restore process could not be started.
The root cause: the custom domain myprod123.com was already assigned.
How do I restore the backup?