Skip to content

Commit a11b20e

Browse files
committed
Clarify region requirements
1 parent 3a13423 commit a11b20e

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

articles/ai-foundry/agents/how-to/virtual-networks.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,9 @@ For customers without an existing virtual network, the Standard Setup with Priva
3434
### Known limitations
3535

3636
- **Subnet IP address limitation**: both subnets must have IP ranges under `172.16.0.0/12` or `192.168.0.0/16`, i.e. class B or C address ranges reserved for private networking.
37-
- **Supported regions**: the list of Azure regions that support the Standard Setup with Private Networking is available in the [sample Bicep template](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples/microsoft/infrastructure-setup/15-private-network-standard-agent-setup/main.bicep#L6).
38-
- **Colocation**: all resources that make up the Agent Service must be deployed in the same Azure region. This includes:
39-
- AI Foundry account
40-
- AI Foundry project
41-
- AI Search
42-
- Cosmos DB
43-
- Storage Account
44-
- Virtual Network
37+
- **All Foundry workspace resources should be in the same region as the VNet**, including CosmosDB, Storage Account, AI Search, Foundry Account, Project, Managed Identity. The only exception is within the Foundry Account, you may choose to deploy your model to a different region, and any cross-region communication will be handled securely within the Azure network infrastructure.
38+
> For the availability of the regions to deploy the Foundry workspace resources, please refer to the list of regions [where AI Foundry is available](https://learn.microsoft.com/azure/ai-foundry/reference/region-support#azure-ai-foundry-projects).
39+
> For the availability of the regions to deploy the OpenAI model, please refer to [this table](https://learn.microsoft.com/azure/ai-foundry/agents/concepts/model-region-support#azure-openai-models).
4540
- **Azure Blob Storage**: using Azure Blob Storage files with the File Search tool isn't supported.
4641

4742

0 commit comments

Comments
 (0)