diff --git a/docs/getting-started/requirements.md b/docs/getting-started/requirements.md index afda7da53e..97ad32c5b0 100644 --- a/docs/getting-started/requirements.md +++ b/docs/getting-started/requirements.md @@ -59,7 +59,7 @@ export AZURE_CLIENT_SECRET="XXXXXXX" ``` If you try to execute Prowler with the `--sp-env-auth` flag and those variables are empty or not exported, the execution is going to fail. -Follow the instructions in the [Create Prowler Service Principal](../tutorials/azure/create-prowler-service-principal.md#how-to-create-prowler-service-principal) section to create a service principal. +Follow the instructions in the [Create Prowler Service Principal](../tutorials/azure/create-prowler-service-principal.md#how-to-create-prowler-service-principal-application) section to create a service principal. ### AZ CLI / Browser / Managed Identity authentication @@ -79,7 +79,7 @@ Prowler for Azure needs two types of permission scopes to be set: ???+ note Please, notice that the field `assignableScopes` in the JSON custom role file must be changed to be the subscription or management group where the role is going to be assigned. The valid formats for the field are `/subscriptions/` or `/providers/Microsoft.Management/managementGroups/`. -To assign the permissions, follow the instructions in the [Microsoft Entra ID permissions](../tutorials/azure/create-prowler-service-principal.md#assigning-the-proper-permissions) section and the [Azure subscriptions permissions](../tutorials/azure/subscriptions.md#assigning-proper-permissions) section, respectively. +To assign the permissions, follow the instructions in the [Microsoft Entra ID permissions](../tutorials/azure/create-prowler-service-principal.md#assigning-the-proper-permissions) section and the [Azure subscriptions permissions](../tutorials/azure/subscriptions.md#assign-the-appropriate-permissions-to-the-identity-that-is-going-to-be-assumed-by-prowler) section, respectively. #### Checks that require ProwlerRole diff --git a/mkdocs.yml b/mkdocs.yml index 7912c9b4b0..0987afebbf 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -103,7 +103,6 @@ nav: - Miscellaneous: tutorials/kubernetes/misc.md - Microsoft 365: - Authentication: tutorials/microsoft365/authentication.md - - Create Prowler Service Principal: tutorials/microsoft365/create-prowler-service-principal.md - Developer Guide: - Introduction: developer-guide/introduction.md - Provider: developer-guide/provider.md