Share via

Timeline for Claude in Microsoft Foundry to run on Azure EU infrastructure

Sondre 45 Reputation points
2026-04-22T16:24:31.36+00:00

Anthropic models in Microsoft Foundry currently run on Anthropic-hosted infrastructure, not on Azure infrastructure in the selected region - unlike AWS Bedrock and GCP Vertex AI, where Anthropic models run on the provider's own infrastructure in EU regions.

Anthropic's own Cowork 3P documentation confirms this:

"The data-residency, compliance, and 'no conversation data sent to Anthropic' statements throughout these pages apply only when inferenceProvider is vertex or bedrock. They do not apply when using Microsoft Foundry or a gateway. Equivalent guarantees for Microsoft Foundry are coming."

Anthropic's regional compliance page lists Microsoft Foundry in Europe as "Coming 2026". Is there a more specific target or timeline for when Claude inference will actually run on Azure infrastructure in EU Data Zone regions like Sweden Central or Germany West Central?

Foundry Models
Foundry Models

A catalog of AI models in Microsoft Foundry that you can discover, compare, and deploy using Azure’s built‑in tools for evaluation, fine‑tuning, and inference

0 comments No comments

Answer accepted by question author

Jerald Felix 12,775 Reputation points Volunteer Moderator
2026-04-25T05:28:33.95+00:00

Hello Sondre,

Greetings!

Thanks for raising this question in Q&A forum.

You've done a great job researching this — and you're absolutely right in your findings. The core reason for this gap is that Claude models on Microsoft Foundry currently run on Anthropic-hosted infrastructure, not on Azure's own regional infrastructure. This is different from how Claude works on AWS Bedrock and GCP Vertex AI, where the inference happens within the cloud provider's own EU-region infrastructure. As a result, the usual data residency and compliance guarantees that EU customers expect are not yet available for Microsoft Foundry.

Here's a clear picture of where things stand and what you can do right now:

Step 1: Understand the Current Limitation

When you deploy Claude via Microsoft Foundry today, the actual inference request is routed to Anthropic's own servers — regardless of which Azure region you select. This means data residency, GDPR compliance guarantees, and "no data sent to Anthropic" assurances do not apply to the Foundry path yet. This is officially acknowledged in Anthropic's own documentation as you correctly pointed out.

Step 2: Check Anthropic's Regional Compliance Page Regularly

Anthropic has listed Microsoft Foundry EU support as "Coming 2026" on their regional compliance page. Unfortunately, no more specific date has been publicly announced beyond that. You can keep an eye on updates here: claude.com/regional-compliance

Step 3: Use AWS Bedrock or GCP Vertex AI in the Interim

If EU data residency is a hard compliance requirement for your organization right now, the recommended workaround is to use Claude via AWS Bedrock (e.g., EU Frankfurt region) or GCP Vertex AI (e.g., EU regions), where Anthropic models run fully on the provider's own infrastructure with proper data residency guarantees already in place.

Step 4: Set inferenceProvider Correctly in Your Code

If you switch to Bedrock or Vertex, make sure your Cowork or API integration explicitly sets:

"inferenceProvider": "bedrock"

or

"inferenceProvider": "vertex"

This ensures your requests go through the provider's compliant EU infrastructure and the data residency guarantees apply.

Step 5: Raise a Microsoft Support Ticket for a Roadmap Update

Since this is a roadmap and timeline question specific to Microsoft Foundry's infrastructure plans, the most direct path to getting a more concrete timeline is to open a Microsoft Azure Support Request and ask specifically about the roadmap for native Azure-hosted Claude inference in EU Data Zone regions like Sweden Central or Germany West Central. Microsoft product teams sometimes share roadmap details through official support channels that aren't publicly posted.

Step 6: Watch for Azure Foundry Release Notes

Subscribe to the Azure updates page at azure.microsoft.com/en-us/updates and filter for "Foundry" or "Claude" to get notified as soon as native EU infrastructure support is announced.

If this answer helps you kindly accept the answer which will help others who have similar questions.

Best Regards,

Jerald Felix.

Was this answer helpful?

3 people found this answer helpful.
0 comments No comments

Answer accepted by question author

Karnam Venkata Rajeswari 3,255 Reputation points Microsoft External Staff Moderator
2026-04-25T18:57:42.14+00:00

Hello @Sondre ,

Welcome to Microsoft Q&A .Thank you for reaching out to us.

Adding to the inputs provided by Jerald Felix, please check if the following helps

Claude availability within Azure AI Foundry for European Union regions is currently in a transitional state.

Claude models accessed through Azure AI Foundry are currently delivered through Anthropic-managed inference infrastructure rather than fully Azure-native regional processing. As a result, even when an EU region such as Sweden Central or Germany West Central is selected, inference execution does not yet occur entirely within Azure-operated data center boundaries.

This architectural approach differs from certain other cloud integrations where inference is fully executed within the provider’s regional infrastructure.

Claude integration in Azure AI Foundry is progressing toward EU-native infrastructure support, with a publicly stated target of 2026. Until that transition is completed, inference remains handled via Anthropic-managed infrastructure, and strict EU data residency requirements may require alternative deployment paths depending on compliance needs.

 

The following references might be helpful , please check them out

 

Thank you

Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the response was helpful. This will be benefitting other community members who face the same issue.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most 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.