• Business
  • Entertainment
  • Health
  • News
  • Sport
  • Tech
  • World
Newsy Today
news of today
Home - AI Architecture
Tag:

AI Architecture

Business

Claude Now Available on Azure Foundry, but Restricted in Europe

by Chief Editor July 5, 2026
written by Chief Editor

Anthropic’s Claude models are now generally available via Microsoft Azure Foundry, allowing customers to access Claude 3.5 Sonnet, 3.5 Haiku, and 3.0 Opus using existing Azure billing and governance. While this integration streamlines procurement for US-based enterprises, it does not currently provide guaranteed data residency in Europe, according to Microsoft and Anthropic documentation.

Why does the European data residency gap matter?

The primary friction point for European enterprises is that Claude models on Foundry function as third-party marketplace offerings rather than first-party Azure services. According to Gregor Beuster, a Member of Technical Staff, this distinction is critical because OpenAI models on Azure operate within the Azure trust boundary, whereas Anthropic remains an independent data processor.

Practitioners point out that even when “hosted on Azure,” the architecture relies on “Global Standard” deployment. As noted by Reddit user Radubogdan, this means inference can be routed to US infrastructure regardless of the endpoint address. Because Anthropic is a US-based company, the US CLOUD Act applies, and the company’s documentation confirms that automatic safeguards may trigger an Anthropic Trust and Safety review, potentially moving data outside the Azure boundary.

Did you know?
Anthropic’s regional compliance page lists the availability of Microsoft Foundry in Europe as “Coming 2026,” but has provided no specific month or quarter for this rollout.

How do procurement barriers compare to technical limitations?

For many IT leaders, the Foundry launch is a practical solution to vendor onboarding hurdles. By drawing down existing Microsoft Azure Consumption Commitments (MACC), teams can bypass the need to open new vendor relationships, a benefit highlighted by enterprise users on LinkedIn. However, this ease of billing is currently offset by capacity constraints.

How do procurement barriers compare to technical limitations?

Jannik Reinhard, a Microsoft MVP, noted that the “Generally Available” label does not guarantee immediate access. Users must frequently submit request forms and wait for approval, which Reinhard argues falls short of a “professional service” standard. Karl Wirén echoed this sentiment, noting that the need for manual approval processes remains a hurdle for production-grade deployments.

What are the alternatives for strict compliance environments?

European organizations with strict data residency requirements, such as financial or healthcare institutions, currently face a limited set of options. While Anthropic’s documentation provides clear data residency guarantees for deployments via Amazon Web Services (AWS) Bedrock or Google Cloud Vertex AI, those same guarantees do not currently extend to the Microsoft Foundry environment.

How to Configure Claude Code with Azure AI Foundry | Step-by-Step Tutorial

As Alistair Doran, Head of Digital Product Management at BDO, observed, the lack of European or UK-region availability is a significant barrier for organizations that require data to stay within specific sovereign boundaries. Until Microsoft and Anthropic provide a roadmap for guaranteed EU-hosted inference, many European architects remain restricted to using Azure OpenAI, where first-party status ensures data does not leave the designated EU zone.

Frequently Asked Questions

  • Is Claude on Azure Foundry GDPR compliant? While the integration follows Azure’s governance frameworks, the lack of EU-based inference means data may be processed in the US, which presents compliance challenges for organizations requiring local data sovereignty.
  • Can I guarantee my data stays in Europe when using Claude on Foundry? No. Current documentation specifies “Global Standard” deployment, meaning inference can be routed to US-based infrastructure.
  • Do existing MACC credits apply to Claude on Foundry? Yes, usage of Claude models through the Azure Foundry marketplace draws down against existing Microsoft Azure Consumption Commitments.
  • When will EU-hosted inference be available? Anthropic has indicated that Microsoft Foundry in Europe is expected to arrive in 2026, though no specific date has been confirmed.
Pro Tip: Before committing to a large-scale deployment, verify your organization’s specific data residency requirements against the “Global Standard” deployment model, as the current Foundry setup does not mirror the regional guarantees of AWS Bedrock or Google Vertex AI.

Are you navigating the challenges of AI procurement in a regulated industry? Share your experiences with model deployment in the comments below.

Frequently Asked Questions
July 5, 2026 0 comments
0 FacebookTwitterPinterestEmail
Business

AWS Graviton5 Now Generally Available: 192 Cores and Verified Security

by Chief Editor June 22, 2026
written by Chief Editor

AWS Graviton5: A New Standard for Cloud Compute

Amazon Web Services has launched the M9g and M9gd instances, featuring the new Graviton5 processor, which doubles the core count to 192 per chip using TSMC’s 3nm fabrication process. According to official AWS documentation, the architecture includes 192 MB of L3 cache, DDR5-8800 memory, and PCIe Gen 6 support. These instances introduce the first formally verified hypervisor isolation in a production cloud environment, providing a mathematical guarantee of security for multi-tenant workloads.

Why AWS is positioning Graviton5 for “Agentic AI”

AWS is branding the Graviton5 as a purpose-built solution for agentic AI, real-time reasoning, and multi-step task orchestration. The company argues that modern agents require high-performance CPUs to manage large numbers of concurrent environments while keeping accelerators fed with data. However, industry observers suggest this is primarily a marketing shift for high-end general-purpose hardware. According to discussions on the r/hardware subreddit, developers note that these are standard ARM cores capable of handling any traditional database or web server task, regardless of the AI-focused branding.

Did you know?

Graviton5 chips are manufactured on a 3nm process, allowing AWS to pack 192 cores onto four chiplets, a significant increase in density over previous generations.

Performance Gains in Real-World Production

Early benchmarks from enterprise customers indicate substantial improvements over previous Graviton4 instances. Data shared by AWS customers during the preview period highlights the following gains:

  • ClickHouse: Achieved a 36% performance boost compared to M8g instances without requiring code modifications.
  • Honeycomb: Reported 36% better throughput per core across production observability workloads.
  • HubSpot: Observed query duration drops of up to 60% after migrating MySQL databases to M9g hardware.

Airbnb’s principal performance engineer, Denis Sheahan, publicly described the hardware as some of the fastest EC2 instances the company has ever tested, according to AWS blog reports.

Security: The Role of Formal Verification

The sixth-generation Nitro System introduces the Nitro Isolation Engine, which uses formal verification to secure the hypervisor. Unlike traditional testing, formal verification uses mathematical proofs to establish that the isolation boundary between virtual machines is impenetrable. As noted by The New Stack, this provides a higher level of security for organizations running untrusted code or sensitive multi-tenant applications compared to standard cloud environments.

AWS Graviton5 Explained Simply | Faster & Cheaper EC2 Instances
Pro Tip:

If you are managing high-demand inference or analytics workloads, consider waiting for the upcoming C9g (compute-optimized) or R9g (memory-optimized) variants in 2026, as these may offer better performance ceilings than the current general-purpose M9g instances.

Cost and Availability Trends

Migration decisions often hinge on the price-performance ratio. Analysis by DevelopersIO found that M9g on-demand rates in us-east-1 are 9% higher than M8g instances. When balanced against the 25% increase in compute performance, users can expect roughly 15% better value per dollar, though actual results depend on the specific workload. These instances are currently available in US East (N. Virginia, Ohio), US West (Oregon), and EU (Frankfurt).

Cost and Availability Trends

Frequently Asked Questions

What is the main difference between Graviton5 and Graviton4?

Graviton5 doubles the core count to 192, utilizes a 3nm manufacturing process, and introduces PCIe Gen 6, resulting in a 25% compute performance improvement according to AWS.

Are these chips only for AI?

No. While AWS markets them for agentic AI, they are general-purpose ARM processors that perform significantly better on databases, web servers, and batch processing tasks.

What is formal verification in the Nitro System?

It is a security method that uses mathematical proofs to guarantee that virtual machines are isolated from one another, moving beyond traditional testing methods.


Are you planning to migrate your workloads to Graviton5? Share your thoughts or benchmarking experiences in the comments below, or subscribe to our weekly tech briefing for more deep dives into cloud infrastructure.

June 22, 2026 0 comments
0 FacebookTwitterPinterestEmail

Recent Posts

  • Apple Distributor Sees Profit Surge Amid Thailand’s Consumer Recovery

    July 8, 2026
  • Detecting Nuclear Weapons in Space: Methods and Technology

    July 8, 2026
  • Sick Leave Reform: Impact on Employees and Employers

    July 8, 2026
  • Nneka Ogwumike Ties Record With 11th All-Star Selection for 2026 WNBA Game

    July 8, 2026
  • Marcos Orders AFP to Stand Firm in West Philippine Sea

    July 8, 2026

Popular Posts

  • 1

    Maya Jama flaunts her taut midriff in a white crop top and denim jeans during holiday as she shares New York pub crawl story

    April 5, 2025
  • 2

    Saar-Unternehmen hoffen auf tiefgreifende Reformen

    March 26, 2025
  • 3

    Marta Daddato: vita e racconti tra YouTube e podcast

    April 7, 2025
  • 4

    Unlocking Success: Why the FPÖ Could Outperform Projections and Transform Austria’s Political Landscape

    April 26, 2025
  • 5

    Mecimapro Apologizes for DAY6 Concert Chaos: Understanding the Controversy

    May 6, 2025

Follow Me

Follow Me
  • Cookie Policy
  • CORRECTIONS POLICY
  • PRIVACY POLICY
  • TERMS OF SERVICE

© 2026 Newsy Today. All rights reserved.
For contact, advertising, copyright, issues email: [email protected]


Back To Top

For contact, advertising, copyright, issues email: [email protected]

Newsy Today
  • Business
  • Entertainment
  • Health
  • News
  • Sport
  • Tech
  • World