Skip to content

Commit 748f913

Browse files
authored
Remove whitelisting note in README and main (#344)
Remove whitelisting note in README and main
1 parent 3e71489 commit 748f913

File tree

9 files changed

+23
-45
lines changed

9 files changed

+23
-45
lines changed

samples/microsoft/infrastructure-setup-terraform/15a-private-network-standard-agent-setup/README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,11 @@ languages:
1616

1717
> **IMPORTANT**
1818
>
19-
> Class A subnet support is only available in a limited number of regions and requires your subscription id be allowlisted. Please fill out [**this form**](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR9ZHnlM2xH1ElCCWV7X_lllUNzJLV0FJWU4zSjVKUFpQUUJPQTlGOVVMSC4u) if you are interested in getting access. **Supported regions: West US, East US, East US 2, Japan East, France Central, UAE North, South Central US, Italy North, Germany West Central, Brazil South, South Africa North, Australia East, Sweden Central, Canada East, West Europe**
19+
> Private Class A subnet support is GA and available in the following regions. **Supported regions: Australia East, Brazil South, Canada East, East US, East US 2, France Central, Germany West Central, Italy North, Japan East, South Africa North, South Central US, South India, Spain Central, Sweden Central, UAE North, UK South, West Europe, West US, West US 3.**
2020
>
21-
> Class B and C subnet support is already GA and available in all regions supported by Azure AI Foundry Agent Service. No subscription allowlisting is required. Deployment templates and setup steps are identical for Class A, B, and C subnets; Class A remains in private preview solely because of its limited region coverage.
22-
23-
## Key Information
21+
> Private Class B and C subnet support is already GA and available in all regions supported by Azure AI Foundry Agent Service. Deployment templates and setup steps are identical for Class A, B, and C subnets. For more on the supported regions of the Azure AI Foundry Agent service, see [Models supported by Azure AI Foundry Agent Service](https://learn.microsoft.com/en-us/azure/ai-foundry/agents/concepts/model-region-support?tabs=global-standard)
2422
25-
**Limited Region Support for Class A Subnet IPs**
26-
- Class A subnet support is only available in select regions and requires allowlisting of your subscription ID. Supported regions: West US, East US, East US 2, Central US, Japan East, France Central, Spain Central, UAE North, South Central US, Italy North, Germany West Central, Brazil South, South Africa North, Australia East, Sweden Central
23+
## Key Information
2724

2825
**Region and Resource Placement Requirements**
2926
- **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 our network infrastructure.
@@ -71,9 +68,6 @@ Plan an appropriately sized virtual network with sufficient IP space for the sub
7168
- **Private endpoint Subnet** (e.g. 192.168.1.0/24): Hosts private endpoints
7269
- Ensure that the address spaces for these subnets do not overlap with any existing networks in your Azure environment or connected on-premises environments.
7370

74-
**Limitations:**
75-
- Class A subnet support is only available in a limited number of regions and requires your subscription id be allowlisted.
76-
7771
---
7872

7973
## Template Customization

samples/microsoft/infrastructure-setup-terraform/15b-private-network-standard-agent-setup-byovnet/README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,11 @@ languages:
1515

1616
> **IMPORTANT**
1717
>
18-
> Class A subnet support is only available in a limited number of regions and requires your subscription id be allowlisted. Please fill out [**this form**](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR9ZHnlM2xH1ElCCWV7X_lllUNzJLV0FJWU4zSjVKUFpQUUJPQTlGOVVMSC4u) if you are interested in getting access. **Supported regions: West US, East US, East US 2, Japan East, France Central, UAE North, South Central US, Italy North, Germany West Central, Brazil South, South Africa North, Australia East, Sweden Central, Canada East, West Europe**
18+
> Private Class A subnet support is GA and available in the following regions. **Supported regions: Australia East, Brazil South, Canada East, East US, East US 2, France Central, Germany West Central, Italy North, Japan East, South Africa North, South Central US, South India, Spain Central, Sweden Central, UAE North, UK South, West Europe, West US, West US 3.**
1919
>
20-
> Class B and C subnet support is already GA and available in all regions supported by Azure AI Foundry Agent Service. No subscription allowlisting is required. Deployment templates and setup steps are identical for Class A, B, and C subnets; Class A remains in private preview solely because of its limited region coverage.
21-
22-
## Key Information
20+
> Private Class B and C subnet support is already GA and available in all regions supported by Azure AI Foundry Agent Service. Deployment templates and setup steps are identical for Class A, B, and C subnets. For more on the supported regions of the Azure AI Foundry Agent service, see [Models supported by Azure AI Foundry Agent Service](https://learn.microsoft.com/en-us/azure/ai-foundry/agents/concepts/model-region-support?tabs=global-standard)
2321
24-
**Limited Region Support for Class A Subnet IPs**
25-
- Class A subnet support is only available in select regions and requires allowlisting of your subscription ID.
22+
## Key Information
2623

2724
**Region and Resource Placement Requirements**
2825
- **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 our network infrastructure.
@@ -72,9 +69,6 @@ If you wish to deploy a standalone deployment use the [15a-private-network-stand
7269
- **Agent Subnet** (e.g., 192.168.0.0/24): Hosts Agent client for Agent workloads
7370
- **Private endpoint Subnet** (e.g. 192.168.1.0/24): Hosts private endpoints
7471
- Ensure that the address spaces for these subnets do not overlap with any existing networks in your Azure environment or connected on-premises environments.
75-
76-
**Limitations:**
77-
- Class A subnet support is only available in a limited number of regions and requires your subscription id be allowlisted.
7872

7973
2. Validate that the subnet that will be delegated to the Agents service has been configured for delegation for Microsoft.App/environments. Without this delegation the deployment will fail.
8074

samples/microsoft/infrastructure-setup/15-private-network-standard-agent-setup/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ languages:
1414

1515
> **IMPORTANT**
1616
>
17-
> Class A subnet support is only available in a limited number of regions and requires your subscription id be allowlisted. Please fill out [**this form**](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR9ZHnlM2xH1ElCCWV7X_lllUNzJLV0FJWU4zSjVKUFpQUUJPQTlGOVVMSC4u) if you are interested in getting access.
18-
**Supported regions: West US, East US, East US 2, Japan East, France Central, UAE North, South Central US, Italy North, Germany West Central, Brazil South, South Africa North, Australia East, Sweden Central, Canada East, West Europe**
19-
17+
> Private Class A subnet support is GA and available in the following regions. **Supported regions: Australia East, Brazil South, Canada East, East US, East US 2, France Central, Germany West Central, Italy North, Japan East, South Africa North, South Central US, South India, Spain Central, Sweden Central, UAE North, UK South, West Europe, West US, West US 3.**
2018
>
21-
> Class B and C subnet support is already GA and available in all regions supported by Azure AI Foundry Agent Service. No subscription allowlisting is required. Deployment templates and setup steps are identical for Class A, B, and C subnets; Class A remains in private preview solely because of its limited region coverage. For more on the supported regions of the Azure AI Foundry Agent service, see [Models supported by Azure AI Foundry Agent Service](https://learn.microsoft.com/en-us/azure/ai-foundry/agents/concepts/model-region-support?tabs=global-standard)
19+
> Private Class B and C subnet support is already GA and available in all regions supported by Azure AI Foundry Agent Service. Deployment templates and setup steps are identical for Class A, B, and C subnets. For more on the supported regions of the Azure AI Foundry Agent service, see [Models supported by Azure AI Foundry Agent Service](https://learn.microsoft.com/en-us/azure/ai-foundry/agents/concepts/model-region-support?tabs=global-standard)
2220
2321
---
2422
## Overview
@@ -32,9 +30,6 @@ This implementation gives you full control over the inbound and outbound communi
3230

3331
## Key Information
3432

35-
**Limited Region Support for Class A Subnet IPs**
36-
- Class A subnet support is only available in select regions and requires allowlisting of your subscription ID.
37-
3833
**Region and Resource Placement Requirements**
3934
- **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 our network infrastructure.
4035
- **Note:** Your Virtual Network can be in a different resource group than your Foundry workspace resources
@@ -92,7 +87,6 @@ This implementation gives you full control over the inbound and outbound communi
9287

9388

9489
**Limitations:**
95-
- Class A subnet support is only available in a limited number of regions and requires your subscription id be allowlisted. Please fill out [**this form**](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR9ZHnlM2xH1ElCCWV7X_lllUNzJLV0FJWU4zSjVKUFpQUUJPQTlGOVVMSC4u) if you are interested in getting access.
9690
- The capability host sub-resources of Resource/Project must be deleted before deleting the Resource/Project resource itself. You can use the script __deleteCaphost.sh__ located in this folder to delete it.
9791

9892

samples/microsoft/infrastructure-setup/15-private-network-standard-agent-setup/main.bicep

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ Standard Setup Network Secured Steps for main.bicep
2020
'swedencentral'
2121
'canadaeast'
2222
'westeurope'
23-
24-
// allowed only Class B and C
2523
'westus3'
26-
'centralus'
2724
'uksouth'
2825
'southindia'
26+
27+
//only class B and C
2928
'koreacentral'
3029
'polandcentral'
3130
'switzerlandnorth'

samples/microsoft/infrastructure-setup/16-private-network-standard-agent-apim-setup-preview/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ languages:
1616

1717
> **IMPORTANT**
1818
>
19-
> Class A subnet support is only available in a limited number of regions and requires your subscription id be allowlisted. Please fill out [**this form**](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR9ZHnlM2xH1ElCCWV7X_lllUNzJLV0FJWU4zSjVKUFpQUUJPQTlGOVVMSC4u) if you are interested in getting access.
20-
**Supported regions: West US, East US, East US 2, Japan East, France Central, UAE North, South Central US, Italy North, Germany West Central, Brazil South, South Africa North, Australia East, Sweden Central, Canada East, West Europe**
19+
> Class A subnet support is GA and available in the following regions. **Supported regions: Australia East, Brazil South, Canada East, East US, East US 2, France Central, Germany West Central, Italy North, Japan East, South Africa North, South Central US, South India, Spain Central, Sweden Central, UAE North, UK South, West Europe, West US, West US 3.**
2120
>
22-
> Class B and C subnet support is already GA and available in all regions supported by Azure AI Foundry Agent Service. No subscription allowlisting is required. Deployment templates and setup steps are identical for Class A, B, and C subnets; Class A remains in private preview solely because of its limited region coverage. For more on the supported regions of the Azure AI Foundry Agent service, see [Models supported by Azure AI Foundry Agent Service](https://learn.microsoft.com/en-us/azure/ai-foundry/agents/concepts/model-region-support?tabs=global-standard)
21+
> Class B and C subnet support is already GA and available in all regions supported by Azure AI Foundry Agent Service. Deployment templates and setup steps are identical for Class A, B, and C subnets. For more on the supported regions of the Azure AI Foundry Agent service, see [Models supported by Azure AI Foundry Agent Service](https://learn.microsoft.com/en-us/azure/ai-foundry/agents/concepts/model-region-support?tabs=global-standard)
22+
2323

2424
---
2525
## Overview
@@ -33,9 +33,6 @@ This implementation gives you full control over the inbound and outbound communi
3333

3434
## Key Information
3535

36-
**Limited Region Support for Class A Subnet IPs**
37-
- Class A subnet support is only available in select regions and requires allowlisting of your subscription ID.
38-
3936
**Region and Resource Placement Requirements**
4037
- **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 our network infrastructure.
4138
- **Note:** Your Virtual Network can be in a different resource group than your Foundry workspace resources
@@ -92,7 +89,6 @@ This implementation gives you full control over the inbound and outbound communi
9289

9390

9491
**Limitations:**
95-
- Class A subnet support is only available in a limited number of regions and requires your subscription id be allowlisted. Please reach out to [email protected] if you are interested in getting access.
9692
- The capability host sub-resources of Resource/Project must be deleted before deleting the Resource/Project resource itself. You can use the script __deleteCaphost.sh__ located in this folder to delete it.
9793

9894

samples/microsoft/infrastructure-setup/16-private-network-standard-agent-apim-setup-preview/main.bicep

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Standard Setup Network Secured Steps for main.bicep
99
'eastus2'
1010
'japaneast'
1111
'francecentral'
12+
'spaincentral'
1213
'uaenorth'
1314
'southcentralus'
1415
'italynorth'
@@ -19,13 +20,11 @@ Standard Setup Network Secured Steps for main.bicep
1920
'swedencentral'
2021
'canadaeast'
2122
'westeurope'
22-
23-
// allowed only Class B and C
2423
'westus3'
25-
'spaincentral'
26-
'centralus'
2724
'uksouth'
2825
'southindia'
26+
27+
//only class B and C
2928
'koreacentral'
3029
'polandcentral'
3130
'switzerlandnorth'

samples/microsoft/infrastructure-setup/17-private-network-standard-user-assigned-identity-agent-setup/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ languages:
1010
- json
1111
---
1212

13-
# Azure AI Agent Service: Standard Agent Setup with E2E Network Isolation
13+
# Azure AI Agent Service: Standard Agent Setup with E2E Network Isolation and UAI
1414

1515
> **IMPORTANT**
1616
>
17-
> Private Class B and C subnet support is available in all regions supported by Azure AI Foundry Agent Service and Private Class A is supported in a subset of regions supported by the Azure AI Foundry Agent service. Private Class A, B, and C support are all now GA. Deployment templates and setup steps are identical for Class A, B, and C subnets. For more on the supported regions of the Azure AI Foundry Agent service, see [Models supported by Azure AI Foundry Agent Service](https://learn.microsoft.com/en-us/azure/ai-foundry/agents/concepts/model-region-support?tabs=global-standard)
17+
> Private Class A subnet support is GA and available in the following regions. **Supported regions: Australia East, Brazil South, Canada East, East US, East US 2, France Central, Germany West Central, Italy North, Japan East, South Africa North, South Central US, South India, Spain Central, Sweden Central, UAE North, UK South, West Europe, West US, West US 3.**
18+
>
19+
> Private Class B and C subnet support is already GA and available in all regions supported by Azure AI Foundry Agent Service. Deployment templates and setup steps are identical for Class A, B, and C subnets. For more on the supported regions of the Azure AI Foundry Agent service, see [Models supported by Azure AI Foundry Agent Service](https://learn.microsoft.com/en-us/azure/ai-foundry/agents/concepts/model-region-support?tabs=global-standard)
20+
1821

1922
---
2023
## Overview

samples/microsoft/infrastructure-setup/17-private-network-standard-user-assigned-identity-agent-setup/main.bicep

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ Standard Setup Network Secured Steps for main.bicep
2020
'swedencentral'
2121
'canadaeast'
2222
'westeurope'
23-
24-
// allowed only Class B and C
2523
'westus3'
26-
'centralus'
2724
'uksouth'
2825
'southindia'
26+
27+
//only class B and C
2928
'koreacentral'
3029
'polandcentral'
3130
'switzerlandnorth'
324 KB
Binary file not shown.

0 commit comments

Comments
 (0)