Bastion Access to Azure VM

Nana Poku 160 Reputation points
2024-09-06T13:41:25.0766667+00:00

I have granted contributor access to a VM and she is getting "UnauthorizedDataError: data set DataCache:2:2" what could be the cause?

Azure Bastion
Azure Bastion
An Azure service that provides private and fully managed Remote Desktop Protocol (RDP) and Secure Shell (SSH) access to virtual machines.
270 questions
0 comments No comments
{count} votes

Accepted answer
  1. Abiola Akinbade 22,975 Reputation points
    2024-09-06T23:17:07.3366667+00:00

    This may be due to insufficient roles assigned,

    You need at least these minimum roles:

    • Reader role on the target VM.
    • Reader role on the network interface (NIC) with private IP of the VM.
    • Reader role on the Azure Bastion resource.

    See: https://learn.microsoft.com/en-us/azure/bastion/troubleshoot?source=recommendations

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola


0 additional answers

Sort by: Most helpful

Your answer

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