Share via

Unable access OS disk of Virtual Machines Scale Set

Tan Boon Huan 20 Reputation points
2025-12-31T02:54:20.9366667+00:00

I received error when I tried to access the personal data OS disk of my VMSS.

"The access token is from the wrong issuer <personal data>. It must match the tenant <personal data>associated with this subscription. Please use the authority (URL) <personal data> to get the token. Note, if the subscription is transferred to another tenant there is no impact to the services, but information about new tenant could take time to propagate (up to an hour). If you just transferred your subscription and see this error message, please try back later."

My subscriptions were transferred to new tenant few months ago and my AKS and node pools were recreated.

However, the VMSS OS disk still showing that error and linked to old tenant.

I am unsure how to resolve this issue and would appreciate your assistance.

Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets

Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.


2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Q&A Assist
    2025-12-31T02:55:31.37+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    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:

    1. 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.
    2. 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.
    3. 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.
    4. 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:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.