Hi Team,
We have a requirement where an Azure AD admin account needs to be created along with associated Azure roles. The approval process should follow a two-step workflow:
-
First-Level Approval (Parallel):
Each role requested should trigger a separate approval request to its respective role owner (workgroup). For example, if two roles are requested during the admin account creation, two parallel approval requests should be sent to the owners of each role. -
Second-Level Approval (Serial):
Once all first-level approvals are completed, a second-level approval should be initiated and approved by another designated workgroup.
Could you please suggest possible solutions or approaches to implement this workflow?
Thanks in advance!