Thank you for posting this in Microsoft Q&A.
The error message indicates that the subscription ID of the cloud service (60230f4e-bc3b-4c6d-a3a9-f2fe52d8b830
) and the subscription ID of the key vault (8b0d367d-adfe-488c-b055-7a551a55f7de
) are different. This is causing the deployment to fail.
There are two possible solutions to fix this error.
1.Create both resources in the same subscription
2.Use the KV extension to have the CSES and key vault in different subscriptions
It seems you are using KV extension to have the CSES and key vault in different subscriptions. Can you please cross check the steps which you have followed or not with this document https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/enable-key-vault-virtual-machine
Have you created an application in the Microsoft Entra admin center/Azure Portal and granted the Microsoft Entra app secret permissions in Key Vault?
Thanks,
Navya.