Skip to content

Commit 531ea67

Browse files
authored
Update ZDR Overview with platform-specific details
Clarified terminology regarding Zero Data Retention (ZDR) and abuse monitoring for OpenAI and Azure OpenAI platforms.
1 parent 68be72d commit 531ea67

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

0_Azure/3_AzureAI/9_AzureOpenAI/demos/12_ZDR_Overview.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,14 @@ For example: In my Azure OpenAI instance, I'm not able to find the `ContentLoggi
5151
}
5252
```
5353

54-
54+
> [!TIP]
55+
> In essence, `data storage for abuse monitoring is off` means the same thing as `Zero Data Retention (ZDR) with abuse monitoring disabled`, but the terminology depends on the platform:
56+
> - On the OpenAI platform, ZDR guarantees that prompts and completions are not saved or used for training purposes. But, abuse monitoring may require temporary data storage to identify harmful activity. If you have ZDR approval and have opted out of abuse monitoring, then your data will not be stored for this purpose.
57+
> - [Enterprise privacy at OpenAI](https://openai.com/enterprise-privacy/)
58+
> - [Business data privacy, security, and compliance](https://openai.com/business-data/)
59+
> - From the Azure OpenAI standpoint, `Azure does not use the term ZDR, and by default, prompts and completions are not stored for training purposes.` Regarding `abuse monitoring`, it is `enabled by default and may require temporary data storage`. But, we can request to disable this storage, which also turns off abuse monitoring data storage.
60+
> - [Abuse Monitoring](https://learn.microsoft.com/en-us/azure/ai-foundry/openai/concepts/abuse-monitoring?view=foundry-classic)
61+
> - [How can a customer verify if data storage for abuse monitoring is off?](https://learn.microsoft.com/en-us/azure/ai-foundry/responsible-ai/openai/data-privacy?view=foundry-classic&tabs=azure-portal#how-can-a-customer-verify-if-data-storage-for-abuse-monitoring-is-off)
5562
5663
<!-- START BADGE -->
5764
<div align="center">

0 commit comments

Comments
 (0)