Skip to content

Commit 2b0f826

Browse files
committed
casing
1 parent 6ad8893 commit 2b0f826

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/ai-services/agents/concepts/standard-agent-setup.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ Azure AI Foundry enforces project-level data isolation by default. When you conf
4040

4141
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.
4242

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".
4646
- **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.
4747

4848
### 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.
5050

5151

5252
## Step by Step Provisioning Process
@@ -70,8 +70,8 @@ This default behavior was chosen to reduce configuration complexity while still
7070
7. Assign the project-managed identity (including for SMI) the following roles:
7171
* Cosmos DB Operator at the scope of the account level for the Cosmos DB account resource
7272
* 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
7575
10. Assign the Project Managed Identity (both for SMI and UMI) the following roles on the specified resource scopes:
7676
* Azure AI Search (can be assigned either before or after capHost creation)
7777
* Assign roles: Search Index Data Contributor, Search Service Contributor

0 commit comments

Comments
 (0)