From 12443f7cbb77517bb46635e17c5de6fd6d13ca51 Mon Sep 17 00:00:00 2001 From: Daniel Barranquero <74871504+danibarranqueroo@users.noreply.github.com> Date: Tue, 29 Jul 2025 11:58:03 +0200 Subject: [PATCH] feat(docs): update m365 and azure docs (#8393) --- docs/tutorials/azure/getting-started-azure.md | 4 ++-- docs/tutorials/microsoft365/getting-started-m365.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.