I created vm on Azure, and it works for me. how do I provide another team member with the RDP file to be able to access that VM?
please note I am completely new to VM and AZURE.
I created vm on Azure, and it works for me. how do I provide another team member with the RDP file to be able to access that VM?
please note I am completely new to VM and AZURE.
Hello @GarryZhubrak-1880
You can use Azure AD authentication to RDP into a Windows Server or SSH on Linux machine.
To use Azure AD login in for Windows VM in Azure, you need to first enable Azure AD login option for your Windows VM and then you need to configure Azure role assignments for users who are authorized to login in to the VM. There are multiple ways you can enable Azure AD login for your Windows VM
To use Azure AD login in for Linux VM in Azure, you need to first enable Azure AD login option for your Linux VM, configure Azure role assignments for users who are authorized to login in to the VM and then use SSH client that supports OpensSSH such as Az CLI or Az Cloud Shell to SSH to your Linux VM.
https://docs.microsoft.com/en-us/azure/active-directory/devices/howto-vm-sign-in-azure-ad-windows
https://docs.microsoft.com/en-us/azure/active-directory/devices/howto-vm-sign-in-azure-ad-linux
4 people are following this question.