Skip to content

Commit 3d8502b

Browse files
committed
adding limitation
1 parent f018e92 commit 3d8502b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/ai-foundry/agents/how-to/tools/azure-ai-search.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@ You can add the Azure AI Search tool to an agent programmatically using the code
166166

167167
1. The index is created and connected to the [Azure AI Search](/azure/search/) service. You can now use the index with the Azure AI Search tool in your agent. You can also use the index outside of the agent, such as the Azure AI Search REST API or SDKs.
168168

169+
170+
## Limitations
171+
172+
Currently, if you want to use the Azure AI Search tool in the Azure AI Foundry portal behind a virtual network, you must create an agent using the SDK or REST API. After creating the agent in a code-based manner, you can then use it in the portal.
173+
169174
## Next steps
170175

171176
* See examples on how to use the [Azure AI Search tool](azure-ai-search-samples.md).

0 commit comments

Comments
 (0)