Skip to content

Commit 30ce67e

Browse files
committed
fixing file name
1 parent 9bc0755 commit 30ce67e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/ai-foundry/agents/concepts/capabilityHosts.md renamed to articles/ai-foundry/agents/concepts/capability-hosts.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: fosteramanda
1616
> [!NOTE]
1717
> Updating capability hosts is not supported. To modify a capability host, you must delete the existing one and recreate it with the new configuration.
1818
19-
Capability hosts are configuration sub-resources that you define at both the Azure AI Foundry Account and Project levels. They specify where the Azure AI Foundry Agent Service should store and process your agent data, including:
19+
Capability hosts are configuration sub-resources that you define at both the Azure AI Foundry Account and Foundry project scopes. They specify where the Azure AI Foundry Agent Service should store and process your agent data, including:
2020
- **Conversation history (threads)**
2121
- **File uploads**
2222
- **Vector stores**
@@ -32,7 +32,7 @@ Capability hosts allow you to **bring your own Azure resources** instead of usin
3232
## How capability hosts work
3333

3434
### Default behavior (Microsoft-managed resources)
35-
If you don't configure a capability host, the Agent Service automatically uses Microsoft-managed Azure resources for:
35+
If you don't create an account-level and project-level capability host, the Agent Service automatically uses Microsoft-managed Azure resources for:
3636
- Thread storage (conversation history)
3737
- File storage (uploaded documents)
3838
- Vector search (embeddings and retrieval)
@@ -44,7 +44,7 @@ When you create capability hosts at both the Account and Project levels, all age
4444

4545
Capability hosts follow a hierarchy where more specific configurations override broader ones:
4646

47-
1. **Service defaults** (Microsoft-managed) - Used when no capability host is configured
47+
1. **Service defaults** (Microsoft-managed search and storage) - Used when no capability host is configured
4848
2. **Account-level capability host** - Provides shared defaults for all projects under the account
4949
3. **Project-level capability host** - Overrides account-level and service defaults for that specific project
5050

@@ -103,6 +103,8 @@ PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{
103103
{
104104
"properties": {
105105
"capabilityHostKind": "Agents",
106+
107+
// Optional: define shared BYO resources for every project. All foundry projects under this account will uses these Azure resources
106108
"threadStorageConnections": ["shared-cosmosdb-connection"],
107109
"vectorStoreConnections": ["shared-ai-search-connection"],
108110
"storageConnections": ["shared-storage-connection"]

0 commit comments

Comments
 (0)