Where data is processed and stored when using an Azure AI Foundry Global Deployment.

Li, Linlin/李 琳琳 0 Reputation points
2026-09-15T09:38:21.08+00:00

Hello Microsoft Team,

We would like to confirm where data is processed and stored when using an Azure AI Foundry Global Deployment.

 

Background

Our service is hosted entirely in Japan regions, except for Azure AI Foundry.

For Azure AI Foundry, we are currently using a Global Deployment. Based on Microsoft documentation, we understand that:

"For any deployment type labeled 'Global,' prompts and responses may be processed in any geography where the relevant model is deployed."

 

Questions

1、When using a Global Deployment, can prompt and response processing occur outside Japan?

2、If processing occurs outside Japan, does this also mean that customer data, prompts, or responses may be stored outside Japan?

3、If any customer data, prompts, or responses are stored, could you please clarify:

 ・ Whether the storage is temporary or persistent  ・ Whether the data may be stored outside Japan

Thank you for your support.

Best regards,

Azure OpenAI in Foundry Models
0 comments No comments

1 answer

Sort by: Most helpful
  1. AI answer

    2026-09-15T09:38:36.1666667+00:00
    1. Yes. With a Global deployment, prompts and responses may be processed in any geography where the relevant model is deployed. That means processing can occur outside Japan.
    2. Not necessarily for stored data. For Global deployments, the documentation distinguishes between processing location and storage at rest:
      • Processing/inferencing: may occur in any geography where the model is deployed.
      • Data stored at rest: remains in the customer-designated geography.
    3. For storage behavior:
      • For the core model inference path, the models are stateless: prompts and completions are not stored in the model.
      • Prompts and completions are not used to train, retrain, or improve the base models.
      • For Global deployments, if data is stored at rest, it remains in the customer-designated geography.
      • Some Azure AI Foundry features are stateful and do store data in the service, such as the Files API, vector store, Responses API, Threads in the Assistants API, and Stored completions. For those features, stored data:
        • is stored at rest in the Foundry resource in the customer’s Azure tenant, within the same geography as the resource,
        • is encrypted at rest,
        • can be deleted by the customer.

    Applied to the questions:

    • Can processing occur outside Japan? Yes, with Global deployment.
    • Does that mean prompts/responses are stored outside Japan? No. The documentation says stored-at-rest data remains in the customer-designated geography.
    • Is storage temporary or persistent?
      • For normal stateless model inference, prompts and completions are not stored in the model.
      • For specific stateful features, data is stored until deleted by the customer.
    • Can stored data be outside Japan? For Global deployments, stored-at-rest data remains in the customer-designated geography. If the Foundry resource geography is not Japan, stored data follows that resource geography, while processing may still occur outside that geography.

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

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