Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
To resolve the issue with accessing the OS disk of your Virtual Machine Scale Set (VMSS) that is linked to an old tenant, you may need to ensure that the identity used to access the disk is properly configured with the new tenant. Here are some steps you can take:
- Check Managed Identity Configuration: Ensure that the managed identity for your VMSS is correctly configured for the new tenant. You can refer to the Azure documentation on how to configure managed identities for Azure resources on a VM.
- Rebind the Kubelet Identity: If the error log indicates that the identity isn't found, you may need to manually bind the kubelet identity to the VMSS.
- Wait for Propagation: Since you mentioned that the subscriptions were transferred a few months ago, if you recently made changes, it might take some time for the new tenant information to propagate fully. Wait for up to an hour and try accessing the OS disk again.
- Check Token Issuer: Make sure that you are using the correct authority URL to obtain the access token. It should match the tenant associated with your subscription.
If these steps do not resolve the issue, consider submitting a support ticket to Azure support for further assistance.
References: