File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/ai-foundry/agents/concepts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Capability hosts follow a hierarchy where more specific configurations override
50
50
2 . ** Account-level capability host** - Provides shared defaults for all projects under the account.
51
51
3 . ** Project-level capability host** - Overrides account-level and service defaults for that specific project.
52
52
53
- ## Understanding capability host constraints
53
+ ## Understand capability host constraints
54
54
55
55
When creating capability hosts, be aware of these important constraints to avoid conflicts:
56
56
@@ -244,7 +244,7 @@ catch (HttpRequestException ex) when (ex.Message.Contains("409"))
244
244
}
245
245
```
246
246
247
- #### 3. Understanding idempotent behavior
247
+ #### 3. Understand idempotent behavior
248
248
The system supports idempotent create requests:
249
249
- ** Same name + same configuration** → Returns existing resource (200 OK)
250
250
- ** Same name + different configuration** → Returns 400 Bad Request
You can’t perform that action at this time.
0 commit comments