I have an requirement where I need to give access to Azure subscription and resources to third party company. basically we are outsourcing the work to them. I am looking for the best possible way to do it.
is it possible to add the third party team as the guest uses to the Azure subscription/resource group and give them contribute permission? Or there is any other way in terms of security to provide the access to third party users.
is it possible to add the third party team as the guest uses to the Azure subscription/resource group and give them contribute permission?
You provide the access to a third-party company
for Azure subscription
or resources, add the third-party team as guest users in Azure Active Directory and grant them appropriate permissions by following steps.
Invite the external user to Azure AD
Create a Dynamic Group
for moving all external user to that group automatically based on condition.
Ex: user.userType -contains "Guest or Company name = "your company name"
Azure subscription or resource group
.Note: Assign the role to the group on the Azure subscription or resource group.
Refer: Assign Azure roles to external guest users using the Azure portal for more details.