I am trying to move my Azure AppService and all inked resources to another subscription through Azure portal. I am doing the following steps:
- Go to my AppService's resource group
- Select all resources within this resource group: AppService, AppService Plan, AppService Domain, DNS Zone, SSL Certificate
- Then click "Move" -> "Move to another subscription"
- Select target subscription and resource group, and click "Next"
- Wait for validation to finish, and see the following error linked to the SSL Certificate resource (screenshot):
Property id '' at path 'properties.keyVaultId' is invalid
I am using Azure's free managed SSL Certificate, and it's not stored in KeyVault.
How do I work around this error?