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-services/agents/concepts/standard-agent-setup.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,13 +40,13 @@ Azure AI Foundry enforces project-level data isolation by default. When you conf
40
40
41
41
This default behavior was chosen to reduce configuration complexity while still enforcing strict data boundaries—ensuring each project has a clean, isolated storage footprint without requiring manual setup.
42
42
43
-
## Capability Hosts
44
-
**Capability Hosts** are sub-resources on both the Account and Project, enabling interaction with the Azure AI Agent Service.
45
-
-**Account Capability Host**: The account Capability Host has an empty request body except for the parameter capabilityHostKind="Agents".
43
+
## Capability hosts
44
+
**Capability hosts** are sub-resources on both the Account and Project, enabling interaction with the Azure AI Agent Service.
45
+
-**Account Capability Host**: The account capability host has an empty request body except for the parameter capabilityHostKind="Agents".
46
46
-**Project Capability Host**: Specifies resources for storing agent state, either managed multitenant (basic setup) or customer-owned (standard setup), single-tenant resource. Think of project capability host as the project settings.
47
47
48
48
### Limitations
49
-
-**Update Not Supported**: Cannot update the Capability Host for a project or account.
49
+
-**Update Not Supported**: Cannot update the capability host for a project or account.
50
50
51
51
52
52
## Step by Step Provisioning Process
@@ -70,8 +70,8 @@ This default behavior was chosen to reduce configuration complexity while still
70
70
7. Assign the project-managed identity (including for SMI) the following roles:
71
71
* Cosmos DB Operator at the scope of the account level for the Cosmos DB account resource
72
72
* Storage Account Contributor at the scope of the account level for the Storage Account resource
73
-
8. Set Account Capability Host with empty properties section.
74
-
9. Set Project Capability Host with properties Cosmos DB, Azure Storage, AI Search connections
73
+
8. Set Account capability host with empty properties section.
74
+
9. Set Project capability host with properties Cosmos DB, Azure Storage, AI Search connections
75
75
10. Assign the Project Managed Identity (both for SMI and UMI) the following roles on the specified resource scopes:
76
76
* Azure AI Search (can be assigned either before or after capHost creation)
77
77
* Assign roles: Search Index Data Contributor, Search Service Contributor
0 commit comments