You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/faq.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -72,15 +72,15 @@ sections:
72
72
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.
73
73
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.
74
74
- question: |
75
-
What regions are supported for Class A?
75
+
What regions are supported for class A?
76
76
answer: |
77
77
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
78
78
- 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?
80
80
answer: |
81
81
Only private class A, B, and C ranges are supported. No public class ranges are supported.
82
82
- 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 subnetand how many IPs should be used?
84
84
answer: |
85
85
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).
86
86
@@ -90,7 +90,7 @@ sections:
90
90
answer: |
91
91
As long as there is address space for Agent subnet and private endpoints, then virtual network address range can be anything.
92
92
- 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?
94
94
answer: |
95
95
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.
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/how-to/virtual-networks.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,11 +178,11 @@ This setup enables AI agents to operate entirely within a dedicated, isolated vi
178
178
179
179
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.
180
180
181
-
## Troubleshooting Guide
181
+
## Troubleshooting guide
182
182
183
183
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.
184
184
185
-
### Template Deployment Errors
185
+
### Template deployment errors
186
186
187
187
`"CreateCapabilityHostRequestDto is invalid: Agents CapabilityHost supports a single, non empty value for vectorStoreConnections property."`
0 commit comments