Reputation: 1442
I am trying to move my Azure AppService and all inked resources to another subscription through Azure portal. I am doing the following steps:
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?
Upvotes: 7
Views: 1430
Reputation: 13478
Just run into this situation myself. The free App Service managed certificates on App Services are not supported when moving subscriptions.
More details about this at Microsoft's website: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/move-limitations/app-service-move-limitations#move-with-free-managed-certificates
Upvotes: 1