-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update permissions-management-quickstart-guide.md #712
base: main
Are you sure you want to change the base?
Conversation
Removing the dependency of Global admin role.
@mrudulahg01 : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Learn Build status updates of commit 226079d: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Can you review the proposed changes? When the changes are ready for publication, add a #label:"aq-pr-triaged" |
@@ -38,7 +41,7 @@ If the above points are met, continue with: | |||
|
|||
[Enable Microsoft Entra Permissions Management in your organization](onboard-enable-tenant.md) | |||
|
|||
Ensure you're a Global Administrator. Learn more about [Permissions Management roles and permissions](product-roles-permissions.md). | |||
Ensure you're at least Billing Administrator. Learn more about [Permissions Management roles and permissions](product-roles-permissions.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure you're at least a Billing Administrator.
@@ -91,6 +94,24 @@ To configure data collection: | |||
> [!NOTE] | |||
> The data collection process takes some time and occurs in approximately 4-5 hour intervals in most cases. The time frame depends on the size of the authorization system you have and how much data is available for collection. | |||
|
|||
### Onboard Microsoft Azure | |||
When you enabled Permissions Management in the Microsoft Entra tenant, an enterprise application for CIEM was created. To onboard your Azure environment, you grant permissions to this application for Permissions management. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Second sentence, management should be capitalized.
### Onboard Microsoft Azure | ||
When you enabled Permissions Management in the Microsoft Entra tenant, an enterprise application for CIEM was created. To onboard your Azure environment, you grant permissions to this application for Permissions management. | ||
|
||
1. In the Microsoft Entra tenant where Permissions management is enabled, locate the **Cloud Infrastructure Entitlement Management (CIEM)** enterprise application. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Permissions Management.
|
||
1. In the Microsoft Entra tenant where Permissions management is enabled, locate the **Cloud Infrastructure Entitlement Management (CIEM)** enterprise application. | ||
|
||
2. Assign the *Reader* role to the CIEM application to allow Permissions management to read the Microsoft Entra subscriptions in your environment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Permissions Management.
This pull request has been inactive for 90 days. If you are finished with your changes, don't forget to sign off. See the contributor guide for instructions. |
Removing the dependency of Global admin role.