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
50502 . ** Account-level capability host** - Provides shared defaults for all projects under the account.
51513 . ** 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
5555When 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
248248The system supports idempotent create requests:
249249- ** Same name + same configuration** → Returns existing resource (200 OK)
250250- ** Same name + different configuration** → Returns 400 Bad Request
You can’t perform that action at this time.
0 commit comments