Move WebApp to new Azure subscription – Resource not found
Have you ever encountered this error when you trying to move a WebApp from one Azure subscription to another?
- Resource not found. Microsoft.Web/certificates/{cert_thumbprint} were not found.
This is because you need to delete your third party certificate (yes DELETE).
- Remove SSL Bindings from your host names
- Delete certificate from your WebApp
- Move resources to your new subscription
- Upload certificate on the new resource group and subscription
- Add SSL Binding to your host names again
Read the documentation on which resources that can be moved: https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-move-resources