You need to monitor and audit usage of Azure OpenAI Service to ensure compliance with company policies. Which TWO actions should you take?
Trap 1: Use Azure Monitor metrics to track token consumption.
Metrics are aggregated and not suitable for audit.
Trap 2: Apply Azure Policy to restrict model deployments.
Policy enforces rules but does not audit usage.
Trap 3: Connect Azure OpenAI to Microsoft Purview for data lineage.
Purview is for data cataloging, not monitoring.
- A
Configure content filtering and review the filtered content logs.
Content filtering logs show when content is blocked.
- B
Enable diagnostic settings to stream logs to a Log Analytics workspace.
Diagnostic logs capture detailed request and response data.
- C
Use Azure Monitor metrics to track token consumption.
Why wrong: Metrics are aggregated and not suitable for audit.
- D
Apply Azure Policy to restrict model deployments.
Why wrong: Policy enforces rules but does not audit usage.
- E
Connect Azure OpenAI to Microsoft Purview for data lineage.
Why wrong: Purview is for data cataloging, not monitoring.