Skip to content

Commit 88fa7fc

Browse files
Edited changed sections
1 parent 52d830c commit 88fa7fc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

support/power-platform/dataverse/auditing/setup-auditlog-troubleshooting.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Troubleshoot sync issues in audit logs
2+
title: Troubleshoot synchronization issues in audit logs
33
description: Provides solutions for resolving synchronization issues in audit logs by validating API permissions and secret environment variables.
44
author: pete-msft
55
ms.component: pa-admin
@@ -18,19 +18,19 @@ This article provides guidance for resolving synchronization issues in audit log
1818

1919
## API permissions
2020

21-
To ensure you have the correct API permissions,
21+
To ensure that you have the correct API permissions, follow these steps.
2222

23-
1. Navigate to your [app registration](/entra/identity-platform/quickstart-configure-app-access-web-apis#application-permission-to-microsoft-graph).
24-
1. Ensure that the API permissions are set to **Application** type rather than **Delegated**.
25-
1. Check the permission status and verify that it's **Granted**.
23+
1. Go to your [app registration](/entra/identity-platform/quickstart-configure-app-access-web-apis#application-permission-to-microsoft-graph).
24+
1. Ensure that the API permissions are set to the **Application** type instead of the **Delegated** type.
25+
1. Verify that the permission status is **Granted**.
2626

2727
:::image type="content" source="media/api-permissions-type-status.png" alt-text="Screenshot that highlights the Application type and Granted status of a configured permission." lightbox="media/api-permissions-type-status.png":::
2828

2929
## Secret environment variable - Azure secret
3030

3131
If you're using [Azure Key Vault](/azure/key-vault/general/basic-concepts) to store the app registration secret, validate that the Azure Key Vault permissions are correct.
3232

33-
A user must be in the _Key Vault Secrets User_ role to read and the _Key Vault Contributor_ role to update. For detailed role definitions, see [Azure built-in roles for Key Vault data plane operations](/azure/key-vault/general/rbac-guide?tabs=azure-cli#azure-built-in-roles-for-key-vault-data-plane-operations).
33+
A user must be in the _Key Vault Secrets User_ role to read and the _Key Vault Contributor_ role to update. You can find detailed role definitions in [Azure built-in roles for Key Vault data plane operations](/azure/key-vault/general/rbac-guide?tabs=azure-cli#azure-built-in-roles-for-key-vault-data-plane-operations).
3434

3535
:::image type="content" source="media/azure-key-vault-roles.png" alt-text="Screenshot that shows the Key Vault Contributor and Key Vault Secrets User roles." lightbox="media/azure-key-vault-roles.png":::
3636

0 commit comments

Comments
 (0)