Skip to content

Commit 1d8691f

Browse files
authored
Make headings imperative per MS style
1 parent c95eb40 commit 1d8691f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-foundry/agents/concepts/capability-hosts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Capability hosts follow a hierarchy where more specific configurations override
5050
2. **Account-level capability host** - Provides shared defaults for all projects under the account.
5151
3. **Project-level capability host** - Overrides account-level and service defaults for that specific project.
5252

53-
## Understanding capability host constraints
53+
## Understand capability host constraints
5454

5555
When creating capability hosts, be aware of these important constraints to avoid conflicts:
5656

@@ -244,7 +244,7 @@ catch (HttpRequestException ex) when (ex.Message.Contains("409"))
244244
}
245245
```
246246

247-
#### 3. Understanding idempotent behavior
247+
#### 3. Understand idempotent behavior
248248
The system supports idempotent create requests:
249249
- **Same name + same configuration** → Returns existing resource (200 OK)
250250
- **Same name + different configuration** → Returns 400 Bad Request

0 commit comments

Comments
 (0)