diff --git a/docs/tutorials/azure/getting-started-azure.md b/docs/tutorials/azure/getting-started-azure.md index 94c5d189e9..41cdabfd61 100644 --- a/docs/tutorials/azure/getting-started-azure.md +++ b/docs/tutorials/azure/getting-started-azure.md @@ -144,8 +144,8 @@ Assign the following Microsoft Graph permissions: 6. Return to `Access control (IAM)` > `+ Add` > `Add role assignment` - - Assign the `Reader` role - - Then repeat and assign the custom `ProwlerRole` + - Assign the `Reader` role to the Application created in the previous step + - Then repeat the same process assigning the custom `ProwlerRole` ![Role Assignment](./img/add-role-assigment.png) diff --git a/docs/tutorials/microsoft365/getting-started-m365.md b/docs/tutorials/microsoft365/getting-started-m365.md index a7a01702aa..d2c487d745 100644 --- a/docs/tutorials/microsoft365/getting-started-m365.md +++ b/docs/tutorials/microsoft365/getting-started-m365.md @@ -141,7 +141,7 @@ The permissions you need to grant depends on whether you are using user credenti #### If using application(service principal) authentication (Recommended) -To grant the permissions for the PowerShell modules via application authentication, you need to add the necessary APIs to your app registration. +To grant the permissions for the PowerShell modules via application authentication, you need to add the necessary APIs to your app registration. All of this assignments are done through Entra ID. ???+ warning "Warning" You need to have a license that allows you to use the APIs.