From deeef483605bdd51610c14ef8aef01188f9240b8 Mon Sep 17 00:00:00 2001 From: Emanuele Bartolesi Date: Fri, 9 Feb 2024 06:57:17 +0100 Subject: [PATCH] Fix a typo in the Readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f9b6be..81c4235 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ By default it'll try authenticate using the [DefaultAzureCredential](https://lea #### Setup Azure App Registration -The recommended way is using a service principle with only the access required for it to document, you can do this by creating an app registration. +The recommended way is using a service principal with only the access required for it to document, you can do this by creating an app registration. 1. Begin by creating an `App Registration` in Azure Entra for the report generator. This ensures that the report generator has precisely the required access, such as organization-wide read permissions or access to a limited set of subscriptions. 1. Assign the API permission `https://graph.microsoft.com/Organization.Read.All` to the created `App Registration`.