Resource Type: Azure > AI Foundry > Deployment
An AI Foundry Deployment provisions a specific AI model (e.g., gpt-4o, llama-3-70b, mistral-large) into an AI Foundry Account at a particular SKU and capacity. Deployments are the unit applications target for inference. Governance covers which providers and model names are allowed and which regions and SKUs may be used. (Microsoft's portal sometimes calls these "Model Deployments"; this mod follows the Microsoft.CognitiveServices/accounts/deployments ARM resource type name.)
Resource Context
Deployment is a part of the AI Foundry service.
Each Deployment lives under an Account.
Controls
The primary controls for Azure > AI Foundry > Deployment 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/deployment
- tmod:@turbot/turbot#/resource/categories/other
- turbot graphql resource --id "tmod:@turbot/azure-aifoundry#/resource/types/deployment"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-aifoundry#/resource/types/deployment';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-aifoundry#/resource/types/deployment"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-aifoundry#/resource/types/deployment' 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