A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model
Hello @June
Thank you for reaching out to Microsoft Q&A.
Based on the provided docs, there isn’t any explicit statement that confirms (or denies) outbound IPv6 connectivity support for Azure AI Foundry Hosted Agents / Agent Service.
Outbound connectivity is effectively IPv4-based today.
1. Can a Hosted Agent reach an IPv6‑only endpoint?
There is no official documentation stating support for IPv6 egress from Hosted Agents.
The documented architecture shows outbound traffic flowing via a platform-managed data proxy and Azure networking constructs (VNet, private endpoints, Azure Firewall, FQDN rules).
These Azure networking components primarily operate with IPv4 addressing unless explicitly stated otherwise, and no IPv6 capability is described.
If the endpoint is IPv6-only, it is very unlikely to be reachable from a Hosted Agent today.
2. For dual‑stack endpoints (IPv4 + IPv6)
Since IPv6 egress is not documented as supported, and outbound traffic is routed via managed components (data proxy, managed VNet, or BYO VNet paths),
The runtime will resolve and use IPv4 where available.
Dual‑stack endpoints will be accessed over IPv4, not IPv6.
3. Does region, managed network, or deployment type affect this?
The networking model (Managed VNet, BYO VNet, or default platform networking) governs:
- egress control (allow internet vs. allow approved outbound)
- routing via data proxy / private endpoints
However:
- None of these configurations mention IPv6 enablement or dual‑stack behavior
- No region-specific documentation indicates IPv6 support differences.
This behavior is not configurable per region or deployment type it’s a platform-level limitation (or at least undocumented capability).
4. Is there official documentation stating this limitation?
I did not find any official Microsoft Learn documentation explicitly stating:
- “IPv6 outbound is unsupported” OR
- “IPv6 outbound is supported”
This is a documentation gap, not a confirmed feature statement.
Observations from Architecture
- Hosted Agents run on Microsoft-managed compute (micro VMs / container apps) and
- All outbound calls are funneled through a single‑tenant data proxy or managed network boundary
Since:
- No IPv6 routing or address allocation is described
- No IPv6-related configuration knobs exist
This indicates the service is IPv4 egress–only in current implementation
Please refer this
https://learn.microsoft.com/azure/foundry/agents/concepts/agents-networking-deep-dive (Hosted agents traffic flow / outbound connectivity)
https://learn.microsoft.com/azure/ai-foundry/agents/faq (virtual network isolation context)
https://learn.microsoft.com/azure/ai-foundry/agents/how-to/virtual-networks (referenced indirectly via troubleshooting/FAQ pages above)
I Hope this helps. Do let me know if you have any further queries.
If this answers your query, please do click Accept Answer and Yes for was this answer helpful.
Thank you!