Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions articles/ai-foundry/agents/how-to/virtual-networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,13 @@ az provider register --namespace 'Microsoft.ContainerService'

**Solution**: This error appears when you try to delete your secured standard template set-up in Azure and did not correctly delete all resources. One solution is to navigate to your AI Foundry resource page in the Azure portal and select **Manage deleted resources**. From there, purge the resource that the agent was associated with for this virtual network. The other option is to run the `deleteCaphost.sh` script in the secured standard template.



`""Timeout of 60000ms exceeded" error when loading the Agent pages in the AI Foundry project"`
Copy link

Copilot AI Oct 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove extra double quotes around the error message. The backticks should contain: \"Timeout of 60000ms exceeded\" error when loading the Agent pages in the AI Foundry project

Suggested change
`""Timeout of 60000ms exceeded" error when loading the Agent pages in the AI Foundry project"`
`"Timeout of 60000ms exceeded" error when loading the Agent pages in the AI Foundry project`

Copilot uses AI. Check for mistakes.

**Solution**: AI Foundry project has issues communicating with Cosmos DB to create Agents. Verify connectivity to Cosmos DB (Private Endpoint and DNS).
When using a [firewall on the agents subnet](../how-to/virtual-networks.md#known-limitations), make sure it allows access to required Fully Qualified Domain Names (FQDNs) listed under __Managed Identity__ in the [Integrate with Azure Firewall](/azure/container-apps/use-azure-firewall#application-rules) article or add the Service Tag __AzureActiveDirectory__.

## Next steps

You've now successfully configured a network-secure account and project, use the [quickstart](../quickstart.md) to create your first agent.