For Azure Cognitive Search with Azure OpenAI Service, are the user queries/prompts sent to OpenAI or does Microsoft process them?

Kenneth Tin Fu Cheung 20 Reputation points
2023-09-27T21:17:11.77+00:00

For Azure Cognitive Search with Azure OpenAI Service, are the user queries/prompts sent to OpenAI or does Microsoft process them? Are the user prompts encrypted in transit and at rest?

I just want to know if the privacy of the queries are protected.

Thanks!

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
945 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,906 questions
0 comments No comments
{count} votes

Accepted answer
  1. Grmacjon-MSFT 17,886 Reputation points
    2023-09-28T08:13:10.06+00:00

    Hi @Kenneth Tin Fu Cheung , thanks for the question.

    When using Azure Cognitive Search with the Azure OpenAI service, the Azure OpenAI Service processes he user queries/prompts, not OpenAI.

    Here are some key points about data privacy and security that can be found in the Azure Data, privacy, and security for Azure OpenAI Service documentation about user's queries/prompts:

    Your prompts (inputs) and completions (outputs), your embeddings, and your training data:

    • are NOT available to other customers.
    • are NOT available to OpenAI.
    • are NOT used to improve OpenAI models.
    • are NOT used to improve any Microsoft or 3rd party products or services.
    • are NOT used for automatically improving Azure OpenAI models for your use in your resource (The models are stateless, unless you explicitly fine-tune models with your training data).
    • Your fine-tuned Azure OpenAI models are available exclusively for your use.

    The Azure OpenAI Service is fully controlled by Microsoft; 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).

    Please also see the Microsoft Products and Services Data Protection Addendum, which governs data processing by the Azure OpenAI Service except as otherwise provided in the applicable Product Terms.

    Hope that helps.

    -Grace

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.