An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
@Robo Jedi Admin ,
To give access to your Azure subscription to your colleagues, you can follow these steps:
- Sign in to the Azure portal at https://portal.azure.com.
- In the left-hand navigation pane, click on the "Subscriptions" link.
- On the Subscriptions page, select the subscription that you want to give access to your colleagues.
- In the Overview page for the subscription, click on the "Access control (IAM)" link in the left-hand navigation pane.
- On the Access control (IAM) page, click the "+ Add" button.
- In the Add permissions panel, select the role that you want to assign to your colleagues. The available roles include:
Owner: has full access to all resources in the subscription.
Contributor: can create and manage resources but cannot grant access to others.
Reader: can view resources but cannot create or modify them. - In the Select field, type in your colleague's name or email address. If the colleague has an Azure AD account, you can select their name from the list of suggestions. You can enter their email address if they don't have an Azure AD account.
- Click the "Save" button to add the colleague to the subscription with the selected role.
Your colleague will now have the permissions that you have assigned to them in your Azure subscription.
----------
Please "Accept as Answer" and Upvote if any of the above helped so that it can help others in the community looking for remediation for similar issues.