If a user in your organization needs permissions to access Azure resources, you need to assign the user to the appropriate role in Azure. In this demonstration, we are going to assign administrator access to a user for a VM. To configure access to the VM for the user, you have to perform the following steps:
- Navigate to the Azure portal by opening https://portal.azure.com.
- Open the PacktNetworkWatcher resource group and select VM1 from the list:
The PacktNetworkWatcher resources
- You will be redirected to the VM settings blade.
- In the settings blade, select Access control (IAM) and click on Add | Add role assignment in the top menu:
Access control settings
- In the Add role assignment blade, specify the following values:
The Add role assignment blade
- Click on Save.
- The user now has administrator permissions on the...