Skip to content

Commit b7b2e18

Browse files
committed
acrolinx
1 parent 47900fd commit b7b2e18

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

articles/ai-foundry/responsible-ai/openai/data-privacy.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ ms.date: 02/23/2024
1212

1313
# Data, privacy, and security for Azure OpenAI Service
1414

15-
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. Please 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.
15+
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.
1616

1717
> [!IMPORTANT]
1818
> Your prompts (inputs) and completions (outputs), your embeddings, and your training data:
1919
> - are NOT available to other customers.
2020
> - are NOT available to OpenAI.
2121
> - are NOT used to improve OpenAI models.
2222
> - are NOT used to train, retrain, or improve Azure OpenAI Service foundation models.
23-
> - are NOT used to improve any Microsoft or 3rd party products or services without your permission or instruction.
23+
> - are NOT used to improve any Microsoft or third party products or services without your permission or instruction.
2424
> - Your fine-tuned Azure OpenAI models are available exclusively for your use.
2525
>
2626
> 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).
@@ -31,8 +31,8 @@ Azure OpenAI processes the following types of data:
3131

3232
- **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.
3333
- **Uploaded data**. You can provide your own data for use with certain service features (e.g., [fine-tuning](/azure/ai-services/openai/how-to/fine-tuning?pivots=programming-language-studio), [assistants API](/azure/ai-services/openai/how-to/batch?tabs=standard-input&pivots=programming-language-ai-studio), [batch processing](/azure/ai-services/openai/how-to/batch?tabs=standard-input&pivots=programming-language-ai-studio)) using the Files API or vector store.
34-
- **Data for stateful entities**. When you use certain optional features of Azure OpenAI service, such as the Threads feature of the [Assistants API](/azure/ai-services/openai/how-to/assistant) and Stored completions, the service will create a data store to persist message history and other content, in accordance with how you configure the feature.
35-
- **Augmented data included with or via prompts**. When using 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.
34+
- **Data for stateful entities**. When you use certain optional features of Azure OpenAI service, such as the Threads feature of the [Assistants API](/azure/ai-services/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.
35+
- **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.
3636
- **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-services/openai/how-to/fine-tuning?pivots=programming-language-studio).
3737

3838
## How does the Azure OpenAI Service process data?
@@ -59,7 +59,7 @@ Prompts and responses are processed within the customer-specified [geography](ht
5959

6060
### Understanding location of processing for "Global" and "Data zone" deployment types
6161

62-
In addition to standard deployments, Azure OpenAI Service offers deployment options labelled as 'Global' and 'DataZone.' For any [deployment type](/azure/ai-services/openai/how-to/deployment-types) labeled 'Global,' prompts and responses may be processed in any geography where the relevant Azure OpenAI model is deployed (learn more about [region availability of models](/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability)). For any deployment type labeled as 'DataZone,' prompts and responses may be processed in any geography within the specified data zone, as defined by Microsoft. If you create a DataZone deployment in an Azure OpenAI resource located in the United States, prompts and responses may be processed anywhere within the United States. If you create a DataZone deployment in an Azure OpenAI resource located in a European Union Member Nation, prompts and responses may be processed in that or any other European Union Member Nation. For both Global and DataZone deployment types, any data stored at rest, such as uploaded data, is stored in the customer-designated geography. Only the location of processing is affected when a customer uses a Global deployment type or DataZone deployment type in Azure OpenAI Service; Azure data processing and compliance commitments remain applicable.
62+
In addition to standard deployments, Azure OpenAI Service offers deployment options labeled as 'Global' and 'DataZone.' For any [deployment type](/azure/ai-services/openai/how-to/deployment-types) labeled 'Global,' prompts and responses may be processed in any geography where the relevant Azure OpenAI model is deployed (learn more about [region availability of models](/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability)). For any deployment type labeled as 'DataZone,' prompts and responses may be processed in any geography within the specified data zone, as defined by Microsoft. If you create a DataZone deployment in an Azure OpenAI resource located in the United States, prompts and responses may be processed anywhere within the United States. If you create a DataZone deployment in an Azure OpenAI resource located in a European Union Member Nation, prompts and responses may be processed in that or any other European Union Member Nation. For both Global and DataZone deployment types, any data stored at rest, such as uploaded data, is stored in the customer-designated geography. Only the location of processing is affected when a customer uses a Global deployment type or DataZone deployment type in Azure OpenAI Service; Azure data processing and compliance commitments remain applicable.
6363

6464
### Augmenting prompts to "ground" generated results "on your data"
6565

@@ -76,7 +76,7 @@ Some Azure OpenAI Service features store data in the service. This data is eithe
7676
> Azure OpenAI features in preview might not support all of the above conditions.
7777
7878
Stored data may be used with the following service features/capabilities:
79-
- **Creating a customized (fine-tuned) model**. Learn more about [how fine-tuning works](/azure/ai-services/openai/how-to/fine-tuning?tabs=turbo%2Cpython-new&pivots=programming-language-studio). Fine-tuned models are exclusively available to the customer whose data was used to create the fine-tuned model, are encrypted at rest (when not deployed for inferencing), and can be deleted by the customer at any time. Training data uploaded for fine-tuning is not used to train, retrain, or improve any Microsoft or 3rd party base models.
79+
- **Creating a customized (fine-tuned) model**. Learn more about [how fine-tuning works](/azure/ai-services/openai/how-to/fine-tuning?tabs=turbo%2Cpython-new&pivots=programming-language-studio). Fine-tuned models are exclusively available to the customer whose data was used to create the fine-tuned model, are encrypted at rest (when not deployed for inferencing), and can be deleted by the customer at any time. Training data uploaded for fine-tuning is not used to train, retrain, or improve any Microsoft or third party base models.
8080
- **Batch processing**. Learn more about [how batch processing works](https://aka.ms/aoai-batch-how-to). Batch processing is a Global deployment type; data stored at rest remains in the designated Azure geography until processing capacity becomes available; processing may occur in any geography where the relevant Azure OpenAI model is deployed (learn more about [region availability of models](/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability)).
8181
- **Assistants API (preview)**. Learn more about [how the Assistants API works](/azure/ai-services/openai/concepts/assistants). Some features of Assistants, such as Threads, store message history and other content.
8282
- **Stored completions (preview)**. <!--Learn more about Stored completions. (link)--> Stored completions stores input-output pairs from the customer’s deployed Azure OpenAI models such as GPT-4o through the chat completions API and displays the pairs in the [Azure AI Foundry portal](https://ai.azure.com/). This allows customers to build datasets with their production data, which can then be used for evaluating or fine-tuning models (as permitted in applicable Product Terms).

articles/ai-foundry/responsible-ai/openai/limited-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Limited access to Azure OpenAI Service
33
titleSuffix: Azure AI services
4-
description: This document details the limited acccess policy for Azure OpenAI Service
4+
description: This document details the limited access policy for Azure OpenAI Service
55
author: krlaird
66
ms.author: krlaird
77
manager: nitinme

0 commit comments

Comments
 (0)