You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Troubleshooting sync problems in audit logs
3
-
description: Provides common causes for sync issues to help troubleshooting.
2
+
title: Troubleshoot sync issues in audit logs
3
+
description: Learn about common causes for synchronization issues to help with troubleshooting.
4
4
author: pete-msft
5
5
ms.component: pa-admin
6
6
ms.date: 02/20/2025
@@ -12,24 +12,24 @@ search.audienceType:
12
12
contributors:
13
13
- Grant-Archibald-MS
14
14
---
15
-
# Troubleshooting sync problems in audit logs
15
+
# Troubleshoot sync issues in audit logs
16
16
17
17
## API permissions
18
18
19
-
Go to your app registration and validate that you have the correct API permissions. Your app registration requires application permissions not delegated. Validate that the status is _Granted_.
19
+
Go to your app registration, and validate that you have the correct API permissions. Your app registration requires application permissions, not delegated permissions. Validate that the status is _Granted_.
20
20
21
-
:::image type="content" source="media/auditlog-troubleshoot-1.png" alt-text="Screenshot that highlights the Application type and Granted for status of a configured permission." lightbox="media/auditlog-troubleshoot-1.png":::
21
+
:::image type="content" source="media/auditlog-troubleshoot-1.png" alt-text="Screenshot that highlights the Application type and Granted status of a configured permission." lightbox="media/auditlog-troubleshoot-1.png":::
22
22
23
23
## Secret environment variable - Azure secret
24
24
25
-
If you're using Azure Key value to store the app registration secret, validate that the Azure Key Vault permissions are correct.
25
+
If you're using Azure Key Vault to store the app registration secret, validate that the Azure Key Vault permissions are correct.
26
26
27
-
A user needs to be in the _Key Vault Secret User_ role to read and in the _Key Vault Contributor_ role to update.
27
+
A user must be in the _Key Vault Secrets User_ role to read and the _Key Vault Contributor_ role to update.
28
28
29
29
:::image type="content" source="media/auditlog-troubleshoot-2.png" alt-text="Screenshot that shows the Key Vault Contributor and Key Vault Secrets User roles." lightbox="media/auditlog-troubleshoot-2.png":::
30
30
31
-
If you have other issues with Azure Key Vault regarding a firewall, static IPs for the Dataverse environment, or other such feature issues, contact product support to resolve them.
31
+
If you experience other issues with Azure Key Vault that are related to a firewall, static IP addresses for the Dataverse environment, or other such feature issues, contact product support to fix them.
32
32
33
33
## Secret environment variable - plain text
34
34
35
-
If you're using plain text to store the app registration secret, validate that you entered the secret value itself, and not the secret ID. The secret value is a longer string with a larger character set than a GUID. For example, the string might have tilde characters.
35
+
If you're using plain text to store the app registration secret, validate that you entered the secret value itself, not the secret ID. The secret value is a longer string that has a larger character set than a globally unique identifier (GUID). For example, the string for the secret value might include tilde (~) characters.
0 commit comments