Forum Discussion
Teams Provisioning with Access Review
Hi Techies,
I am exploring possibilities for app development as I have a case where users can provision specific Teams that require an Azure Access Review.
I know automated Teams provisioning, but I haven't encountered the automated Access review creation as part of the Teams Provisioning. Anyone got tips or reference?
Automated Azure AD Access review creation as part of Teams provisioning can be accomplished through the use of Microsoft Graph API and PowerShell. Here are the high-level steps:
Define the criteria for the access review. This could include the membership of specific groups or roles that are provisioned with Teams.
Use Microsoft Graph API and PowerShell to create an access review. This involves creating an access review definition, which specifies the target resources, review scope, reviewers, and other settings.
Schedule the access review. You can specify the frequency and duration of the review, as well as any notification or reminder settings.
Configure the access review workflow. This involves defining the roles and responsibilities of the reviewers and the approval process for access requests.
Test and deploy the access review. You can use PowerShell to automate the deployment of the access review and verify that it is working correctly.
2 Replies
- Chandrasekhar_AryaIron Contributor
Automated Azure AD Access review creation as part of Teams provisioning can be accomplished through the use of Microsoft Graph API and PowerShell. Here are the high-level steps:
Define the criteria for the access review. This could include the membership of specific groups or roles that are provisioned with Teams.
Use Microsoft Graph API and PowerShell to create an access review. This involves creating an access review definition, which specifies the target resources, review scope, reviewers, and other settings.
Schedule the access review. You can specify the frequency and duration of the review, as well as any notification or reminder settings.
Configure the access review workflow. This involves defining the roles and responsibilities of the reviewers and the approval process for access requests.
Test and deploy the access review. You can use PowerShell to automate the deployment of the access review and verify that it is working correctly.
- khiri-ihabCopper ContributorThank you, this is an excellent framework to use for my project! 🙂