Resource Type: Azure > AI Foundry > Capability Host
A Capability Host configures the AI Foundry agents runtime on either an account or a project. It captures the storage and search backends used by agents, and any private network injection. Capability hosts can be scoped to an account (accounts/capabilityHosts) or a project (accounts/projects/capabilityHosts); both shapes are modeled by this single resource type with the parent identified by the AKA path. (Microsoft's portal sometimes calls this "Agent Service"; this mod follows the Microsoft.CognitiveServices/accounts/capabilityHosts ARM resource type name.)
Resource Context
Capability Host is a part of the AI Foundry service.
Each Capability Host lives under an Account.
Controls
The primary controls for Azure > AI Foundry > Capability Host are:
Quick Actions
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-aifoundry#/resource/types/capabilityHost
- tmod:@turbot/turbot#/resource/categories/other
- turbot graphql resource --id "tmod:@turbot/azure-aifoundry#/resource/types/capabilityHost"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-aifoundry#/resource/types/capabilityHost';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-aifoundry#/resource/types/capabilityHost"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-aifoundry#/resource/types/capabilityHost' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query