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
This article provides details regarding how data provided by you to Azure Direct Models in Azure AI Foundry are processed, used, and stored. Azure Direct Model means an AI model designated and deployed as an “Azure Direct Model” in Azure AI Foundry, and includes Azure OpenAI models. Azure Direct Models store and process data to provide the service and to monitor for uses that violate the applicable product terms. Please also see [Microsoft Products and Services Data Protection Addendum](https://aka.ms/DPA), which governs data processing by Azure Direct Models. Azure AI Foundry is an Azure service; [learn more](/compliance/regulatory/offering-home) about applicable Azure compliance offerings.
17
18
18
-
This article provides details regarding how data provided by you to the Azure OpenAI service is processed, used, and stored. Azure OpenAI stores and processes data to provide the service and to monitor for uses that violate the applicable product terms. Also see the [Microsoft Products and Services Data Protection Addendum](https://aka.ms/DPA), which governs data processing by the Azure OpenAI Service. Azure OpenAI is an Azure service; [learn more](/compliance/regulatory/offering-home) about applicable Azure compliance offerings.
19
19
20
20
> [!IMPORTANT]
21
21
> Your prompts (inputs) and completions (outputs), your embeddings, and your training data:
22
-
> - are NOT available to other customers.
23
-
> - are NOT available to OpenAI.
24
-
> - are NOT used to improve OpenAI models.
25
-
> - are NOT used to train, retrain, or improve Azure OpenAI Service foundation models.
26
-
>- are NOT used to improve any Microsoft or third party products or services without your permission or instruction.
27
-
> -Your fine-tuned Azure OpenAI models are available exclusively for your use.
22
+
> - are NOT available to other customers.
23
+
> - are NOT available to OpenAI or other Azure Direct Model providers.
24
+
> - are NOT used by Azure Direct Model providers to improve their models or services.
25
+
> - are NOT used to train any generative AI foundation models without your permission or instruction.
26
+
>
27
+
> Your fine-tuned Azure OpenAI models are available exclusively for your use.
28
28
>
29
29
> The Azure OpenAI Service is operated by Microsoft as an Azure service; Microsoft hosts the OpenAI models in Microsoft's Azure environment and the Service does NOT interact with any services operated by OpenAI (e.g. ChatGPT, or the OpenAI API).
30
30
31
-
## What data does the Azure OpenAI Service process?
32
-
33
-
Azure OpenAI processes the following types of data:
31
+
## What data does Azure AI Foundry process to provide Azure Direct Models?
34
32
35
-
-**Prompts and generated content**. Prompts are submitted by the user, and content is generated by the service, via the completions, chat completions, images, and embeddings operations.
36
-
-**Uploaded data**. You can provide your own data for use with certain service features (e.g., [fine-tuning](/azure/ai-foundry/openai/how-to/fine-tuning?pivots=programming-language-studio), [assistants API](/azure/ai-foundry/openai/how-to/batch?tabs=standard-input&pivots=programming-language-ai-studio), [batch processing](/azure/ai-foundry/openai/how-to/batch?tabs=standard-input&pivots=programming-language-ai-studio)) using the Files API or vector store.
37
-
-**Data for stateful entities**. When you use certain optional features of Azure OpenAI, such as the [Responses API](/azure/ai-foundry/openai/how-to/responses), the Threads feature of the [Assistants API](/azure/ai-foundry/openai/how-to/assistant), and Stored completions, the service creates a data store to persist message history and other content, in accordance with how you configure the feature.
33
+
Azure AI Foundry processes the following types of data to provide Azure Direct Models:
34
+
-**Prompts and generated content**. When prompts are submitted by the user, content is generated by the service, via the completions, chat completions, images, and embeddings operations.
35
+
-**Uploaded data**. You can upload your own data for use with certain service features (e.g., [fine-tuning](/azure/ai-foundry/openai/how-to/fine-tuning?pivots=programming-language-studio), [assistants API](/azure/ai-foundry/openai/how-to/batch?tabs=standard-input&pivots=programming-language-ai-studio), [batch processing](/azure/ai-foundry/openai/how-to/batch?tabs=standard-input&pivots=programming-language-ai-studio)) using the Files API or vector store.
36
+
-**Data for stateful entities**. When you use certain optional features of Azure Direct Models and Agents, such as the [Responses API](/azure/ai-foundry/openai/how-to/responses), the Threads feature of the [Assistants API](/azure/ai-foundry/openai/how-to/assistant), and Stored completions, the service creates a data store to persist message history and other content, in accordance with how you configure the feature.
38
37
-**Augmented data included with or via prompts**. When you use data associated with stateful entities, the service retrieves relevant data from a configured data store and augments the prompt to produce generations that are grounded with your data. Prompts may also be augmented with data retrieved from a source included in the prompt itself, such as a URL.
39
38
-**Training & validation data**. You can provide your own training data consisting of prompt-completion pairs for the purposes of [fine-tuning an OpenAI model](/azure/ai-foundry/openai/how-to/fine-tuning?pivots=programming-language-studio).
40
39
41
-
## How does the Azure OpenAI Service process data?
40
+
## How does Azure AI Foundry process data to provide Azure Direct Models?
42
41
43
42
The diagram below illustrates how your data is processed. This diagram covers several types of processing:
44
43
45
-
1. How the Azure OpenAI Service processes your prompts via inferencing to generate content (including when additional data from a designated data source is added to a prompt using Azure OpenAI on your data, Assistants, or batch processing).
44
+
1. How Azure AI Foundry processes your prompts via inferencing with Azure Direct Models to generate content (including when additional data from a designated data source is added to a prompt using Azure OpenAI on your data, Assistants, or batch processing).
46
45
1. How the Assistants feature stores data in connection with Messages, Threads, and Runs.
47
46
1. How the Responses API feature stores data to persist message history.
48
47
1. How the Batch feature processes your uploaded data.
49
-
1. How the Azure OpenAI Service creates a fine-tuned (custom) model with your uploaded data.
50
-
1. How the Azure OpenAI Service and Microsoft personnel analyze prompts and completions (text and image) for harmful content and for patterns suggesting the use of the service in a manner that violates the Code of Conduct or other applicable product terms.
48
+
1. How Azure AI Foundry creates a fine-tuned (custom) model with your uploaded data.
49
+
1. How Azure AI Foundry and Microsoft personnel analyze prompts and completions (text and image) for harmful content and for patterns suggesting the use of the service in a manner that violates the Code of Conduct or other applicable product terms.
51
50
52
51
:::image type="content" source="media\flow-2.jpg" alt-text="Data flow diagram for the service." lightbox="media\flow-2.jpg":::
0 commit comments