Skip to content

Commit 9fdb4be

Browse files
committed
fixes
1 parent 647cb6e commit 9fdb4be

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/ai-foundry/agents/faq.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ sections:
7272
3. Without the delegation, ACA refuses to deploy, so neither the Agent client nor the compute layer could join your VNet, breaking isolation and compliance requirements.
7373
In short, delegating the subnet is the prerequisite that lets ACA, and therefore your Agent runtime, live inside your private network with the correct security and routing policies in place and in your control.
7474
- question: |
75-
What regions are supported for Class A?
75+
What regions are supported for class A?
7676
answer: |
7777
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, Spain Central, UK South
7878
- question: |
79-
What class range is supported? Public or Private Class A, B, C Subnets?
79+
What class range is supported for public or private Class A, B, C subnets?
8080
answer: |
8181
Only private class A, B, and C ranges are supported. No public class ranges are supported.
8282
- question: |
83-
What is the minimum size for the agent subnet? How many IPs should we use initially and how many IPs should be used for each Agent?
83+
What is the minimum size for the agent subnet and how many IPs should be used?
8484
answer: |
8585
The recommended subnet size is /24 (256 address) and is what we default to in our templates. The minimum subnet size is /27 (32 addresses). The reason why /24 is recommended is because of the runtime impact in the event of a container update, listed in the ACA documentation. For more information, see [Configuring virtual networks Azure Container Apps environments](/azure/container-apps/custom-virtual-networks?tabs=workload-profiles-env#subnet).
8686
@@ -90,7 +90,7 @@ sections:
9090
answer: |
9191
As long as there is address space for Agent subnet and private endpoints, then virtual network address range can be anything.
9292
- question: |
93-
Can I use peered VNETs? Can I have an AI search in one virtual network, CosmosDB in another virtual network, Foundry and Agents in another virtual network?
93+
Can I use peered VNETs? Can I have resources in different virtual networks?
9494
answer: |
9595
Yes this is feasibly possible since the virtual network is in the your subscription, and you should be able to peer with any virtual network. But data transfer is quite costly so it is not recommended to do this. The requirement is all resources must be in the same region as the Foundry resource.
9696
- question: |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,11 @@ This setup enables AI agents to operate entirely within a dedicated, isolated vi
178178

179179
Our goal is to accelerate the development and deployment of AI agents without compromising critical security requirements. With our bicep and ARM templates, you can quickly setup your agent environment while still maintaining full control over their networking and data.
180180

181-
## Troubleshooting Guide
181+
## Troubleshooting guide
182182

183183
Refer to this guide to resolve errors regarding the standard secured agent template deployment errors or errors post template deployment in the Azure AI Foundry portal.
184184

185-
### Template Deployment Errors
185+
### Template deployment errors
186186

187187
`"CreateCapabilityHostRequestDto is invalid: Agents CapabilityHost supports a single, non empty value for vectorStoreConnections property."`
188188

0 commit comments

Comments
 (0)