You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/concepts/capability-hosts.md
+1-28Lines changed: 1 addition & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,6 @@ When creating capability hosts, be aware of these important constraints to avoid
96
96
97
97
**How to avoid:**
98
98
-**Monitor operation status** before making new requests
99
-
-**Implement retry logic** with exponential backoff
100
99
-**Wait for operations to complete** before starting new ones
101
100
102
101
### Best practices to prevent conflicts
@@ -109,33 +108,7 @@ Always check for existing capability hosts before attempting to create new ones:
109
108
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/capabilityHosts?api-version=2025-06-01
110
109
```
111
110
112
-
**For project-level capability hosts:**
113
-
```http
114
-
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/projects/{projectName}/capabilityHosts?api-version=2025-06-01
115
-
```
116
-
117
-
#### 2. **Implement proper retry logic**
118
-
For 409 conflicts due to concurrent operations, implement exponential backoff:
0 commit comments