Skip to content

Commit

Permalink
Update Prerequisites.md
Browse files Browse the repository at this point in the history
Changing from "Registered" to "Register".
  • Loading branch information
SebastianClaesson authored Apr 3, 2024
1 parent 61f3e8c commit 8ca3c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/wiki/Prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ AzOps pipelines can use either a Service Principal, or a Managed Identity if run
- Assign Azure `Owner` role at the required scope to the Service Principal/Managed Identity
- Add Service Principal/Managed Identity to Azure AD `Directory Readers` role

> Note: Discovering Management groups requires the registration of the Azure resource provider `Microsoft.Management` in the Azure Subscription where AzOps is initialized. AzOps will attempt to [registered](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider) `Microsoft.Management` if it's not already registered. If AzOps encounters any issues during this process, kindly ensure to manually register the resource provider.
> Note: Discovering Management groups requires the registration of the Azure resource provider `Microsoft.Management` in the Azure Subscription where AzOps is initialized. AzOps will attempt to [register](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider) `Microsoft.Management` if it's not already registered. If AzOps encounters any issues during this process, kindly ensure to manually register the resource provider.
The Azure Active Directory [Directory Readers](https://learn.microsoft.com/azure/active-directory/roles/permissions-reference#directory-readers) role is required to discover Azure 'roleAssignments'. These permissions are used to enrich data around the role assignments with additional Azure AD context such as `ObjectType` and Azure AD object `DisplayName`.

Expand Down Expand Up @@ -126,4 +126,4 @@ if (-not $directoryRole) {
```

> If you receive a warning message "Directory Readers role not found." this can occur when the role has not yet been used in your directory.
> As a workaround, assign the role manually to the AzOps App from the Azure portal.
> As a workaround, assign the role manually to the AzOps App from the Azure portal.

0 comments on commit 8ca3c9e

Please sign in to comment.