Skip to content

Commit 0b689c7

Browse files
authored
Update capability-hosts.md
1 parent 2ba0d62 commit 0b689c7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ When creating capability hosts, be aware of these important constraints to avoid
6161
6262
### Common 409 conflict scenarios
6363

64-
#### 1. **Multiple capability hosts per scope** ?
64+
#### 1. **Multiple capability hosts per scope**
6565

6666
**What happens:** You try to create a capability host with a different name when one already exists at the same scope (account or project level).
6767

@@ -76,11 +76,11 @@ When creating capability hosts, be aware of these important constraints to avoid
7676
```
7777

7878
**How to avoid:**
79-
- ? **Check existing capability hosts first** before creating new ones
80-
- ? **Use consistent naming** across all requests for the same scope
81-
- ? **Query existing resources** to understand current state
79+
- **Check existing capability hosts first** before creating new ones
80+
- **Use consistent naming** across all requests for the same scope
81+
- **Query existing resources** to understand current state
8282

83-
#### 2. **Concurrent operations** ?
83+
#### 2. **Concurrent operations**
8484

8585
**What happens:** You try to create a capability host while another operation (update, delete, modify) is in progress at the same scope.
8686

@@ -95,9 +95,9 @@ When creating capability hosts, be aware of these important constraints to avoid
9595
```
9696

9797
**How to avoid:**
98-
- ? **Monitor operation status** before making new requests
99-
- ? **Implement retry logic** with exponential backoff
100-
- ? **Wait for operations to complete** before starting new ones
98+
- **Monitor operation status** before making new requests
99+
- **Implement retry logic** with exponential backoff
100+
- **Wait for operations to complete** before starting new ones
101101

102102
### Best practices to prevent conflicts
103103

@@ -144,9 +144,9 @@ GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Micros
144144

145145
#### 4. **Handle idempotent requests correctly**
146146
The system supports idempotent create requests:
147-
- ? **Same name + same configuration** = Returns existing resource (success)
148-
- ? **Same name + different configuration** = Returns 400 Bad Request
149-
- ? **Different name** = Returns 409 Conflict
147+
- **Same name + same configuration** = Returns existing resource (success)
148+
- **Same name + different configuration** = Returns 400 Bad Request
149+
- **Different name** = Returns 409 Conflict
150150

151151
### Configuration update limitations
152152

0 commit comments

Comments
 (0)