diff --git a/power-platform/guidance/coe/setup-auditlog-http-graphapi.md b/power-platform/guidance/coe/setup-auditlog-http-graphapi.md index 6db3e7f34f..3a8d31a9e5 100644 --- a/power-platform/guidance/coe/setup-auditlog-http-graphapi.md +++ b/power-platform/guidance/coe/setup-auditlog-http-graphapi.md @@ -91,9 +91,9 @@ You can store the client secret in plain text in the **Audit Logs - Client Secre | Audit Logs - Use Graph API | A parameter that controls whether Graph API should be used to query events. | **Yes** | | Audit Logs - Audience | The audience parameter for the HTTP calls. | | | Audit Logs - Authority | The authority field in the HTTP calls. | | -| Audit Logs - ClientID | The app registration client ID. | The application client ID from the [Create a Microsoft Entra app registration for Office 365 Management API access](./setup-auditlog-http.md#create-a-microsoft-entra-app-registration-for-office-365-management-api-access) step. | -| Audit Logs - Client Secret | The app registration client secret (not the secret ID, but the actual value) in plain text. |

The application client secret from the [Create a Microsoft Entra app registration for Office 365 Management API access](./setup-auditlog-http.md#create-a-microsoft-entra-app-registration-for-office-365-management-api-access) step.

If you're using Azure Key Vault to store your client ID and secret, leave this variable empty.

| -| Audit Logs - Client Azure Secret | The Azure Key Vault reference of the app registration client secret. |

The Azure Key Vault reference for the application client secret from the [Create a Microsoft Entra app registration for Office 365 Management API access](./setup-auditlog-http.md#create-a-microsoft-entra-app-registration-for-office-365-management-api-access) step.

If you're storing your client ID in plain text in the **Audit Logs - Client Secret** environment variable, leave this variable empty. This variable expects the Azure Key Vault reference, not the secret. Learn more in [Use environment variables for Azure Key Vault secrets](/power-apps/maker/data-platform/environmentvariables-azure-key-vault-secrets). +| Audit Logs - ClientID | The app registration client ID. | The application client ID from the [Create a Microsoft Entra app registration for Graph API access](#create-a-microsoft-entra-app-registration-for-graph-api-access) step. | +| Audit Logs - Client Secret | The app registration client secret (not the secret ID, but the actual value) in plain text. |

The application client secret from the [Create a Microsoft Entra app registration for Graph API access](#create-a-microsoft-entra-app-registration-for-graph-api-access) step.

If you're using Azure Key Vault to store your client ID and secret, leave this variable empty.

| +| Audit Logs - Client Azure Secret | The Azure Key Vault reference of the app registration client secret. |

The Azure Key Vault reference for the application client secret from the [Create a Microsoft Entra app registration for Graph API access](#create-a-microsoft-entra-app-registration-for-graph-api-access) step.

If you're storing your client ID in plain text in the **Audit Logs - Client Secret** environment variable, leave this variable empty. This variable expects the Azure Key Vault reference, not the secret. Learn more in [Use environment variables for Azure Key Vault secrets](/power-apps/maker/data-platform/environmentvariables-azure-key-vault-secrets). ### Turn on flows