Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
Hi Jan Dolecek
In Microsoft Azure AI Foundry, Foundry Basic deployments in Sweden Central successfully integrate with a BYO (external) Azure OpenAI resource, whereas the same setup in West Europe consistently fails. This behavior is reproducible and not related to Azure OpenAI itself, because Azure OpenAI resources deployed directly in West Europe function normally outside of Foundry. The failure occurs only when the Azure OpenAI resource is consumed through Foundry, indicating a Foundry platform–side regional dependency, not a customer configuration issue. [learn.microsoft.com]
The primary root cause is that Vector Stores are not supported in the West Europe region for Azure AI Foundry, even though the Foundry Agent Service itself appears available. Vector Stores are a foundational dependency of the Foundry Agent platform, not only for the File Search tool but also for agent initialization, metadata handling, and knowledge management. As a result, Foundry attempts to access Vector Store infrastructure during agent loading—even when File Search is not enabled—leading to immediate failures in West Europe. [github.com]
Sweden Central is explicitly identified by Microsoft as one of the regions with maximum feature availability for Azure AI Foundry, including Vector Stores, File Search, and full Agent Service dependencies. Because all required backend services are present in Sweden Central, Foundry can fully initialize the agent runtime and then successfully connect to the BYO Azure OpenAI resource. This is why identical architectures work in Sweden Central but fail in West Europe. [learn.microsoft.com]
This limitation directly impacts BYO Azure OpenAI integrations, even though Azure OpenAI itself is healthy in West Europe. Foundry does not fail at the Azure OpenAI call layer; it fails earlier during its own control-plane initialization due to missing regional services (Vector Stores). Therefore, this is not a quota issue, not a private endpoint issue, and not a BYOR misconfiguration, but a Foundry regional capability gap. [github.com]
The issue is more visible in Foundry Standard deployments, which rely more heavily on managed Foundry platform services. In West Europe, these internal services are not fully deployed, causing agent creation, updates, and knowledge attachment to fail. In contrast, Foundry Basic in fully supported regions (such as Sweden Central) does not encounter this limitation. This explains why some regions appear “supported” but still fail operationally. [learn.microsoft.com]
There is also a documented Portal vs API support gap. In some cases, Foundry REST APIs may work while the Foundry Portal reports “Unsupported region” or fails to load agents and vector stores in West Europe. Microsoft has acknowledged this inconsistency, confirming that the limitation is regional and platform-related rather than customer-induced
Based on Microsoft documentation and confirmed platform behavior, West Europe should currently be avoided for Azure AI Foundry Agent workloads that require stable operation, including BYO Azure OpenAI integrations. For production-grade Foundry Agents—especially those involving knowledge, retrieval, or future extensibility—Sweden Central (or East US 2) should be used, as these regions provide full backend service coverage. This is an officially documented regional availability constraint, not a temporary misconfiguration. [learn.microsoft.com]
Microsoft’s official “Feature availability across cloud regions” documentation confirms that Foundry capabilities vary by region and explicitly recommends Sweden Central for maximum feature support. Additionally, GitHub and Microsoft Q&A threads confirm that Vector Stores are unavailable in West Europe, blocking Foundry Agent functionality regardless of tool usage. [learn.microsoft.com], [github.com]