
Skill
foundry-deployments
query Foundry model deployments and infrastructure
Description
Query model deployments, connections, and indexes in the Foundry project. Discover available models and infrastructure.
SKILL.md
Foundry Infrastructure — Deployments, Connections & Indexes
You can query the Foundry project infrastructure to discover available model deployments, data connections, knowledge indexes, and datasets.
Endpoint
All requests: http://localhost:8443 with ?api-version=2025-11-15-preview. Auth is automatic.
Operations
List model deployments
curl -s 'http://localhost:8443/deployments?api-version=2025-11-15-preview'
Returns all deployed models with name, publisher, version, SKU, and capabilities.
List connections
curl -s 'http://localhost:8443/connections?api-version=2025-11-15-preview'
Returns project connections (Azure AI Search, Bing, storage, etc.) with type and target URL.
List knowledge indexes
curl -s 'http://localhost:8443/indexes?api-version=2025-11-15-preview'
Returns available search indexes (Azure AI Search, Cosmos DB) for RAG scenarios.
List datasets
curl -s 'http://localhost:8443/datasets?api-version=2025-11-15-preview'
Returns datasets used for evaluation, fine-tuning, or agent training.
Get insights
curl -s 'http://localhost:8443/insights?api-version=2025-11-15-preview'
Returns evaluation insights and cluster analysis results.
When to use
- Discovering which models are available: "what models can I use?"
- Checking infrastructure: "what connections are configured?"
- Finding knowledge bases: "what indexes exist for search?"
- Listing datasets for evaluation or fine-tuning
When NOT to use
- For running inference (use /v1/chat/completions)
- For creating resources (that requires Azure Portal or Bicep)
More skills from the kars repository
View all 11 skillsagt-governance
enforce behavioral governance for agents
Jul 12AgentsAuditAzureGovernance +1foundry-agents
inspect and invoke Foundry prompt agents
Jul 12AgentsAPI DevelopmentAzurefoundry-code
execute Python code in Azure Foundry
Jul 12AzureChartsData AnalysisData Visualization +2foundry-conversations
manage persistent conversations via Foundry
Jul 12AgentsAzureMemoryfoundry-evaluations
evaluate agent quality with Foundry Evals
Jul 12AzureEvalsLLMOpenAIfoundry-knowledge
retrieve knowledge via Foundry RAG
Jul 12AzureKnowledge ManagementResearchSearch
More from Azure (Microsoft)
View publisherazure-arg-external-evaluation-policy-author
author and test Azure Resource Graph policies
azure-policy
Jul 12AzureComplianceGovernancePolicyazure-blueprints-migration
migrate Azure Blueprints to Template Specs
azure-blueprints
Jul 12AzureDeploymentInfrastructure as CodeMigrationapiview-feedback-resolution
resolve APIView feedback on Azure SDKs
azure-sdk-tools
Jul 12API DevelopmentAzureCode ReviewDocumentationazsdk-common-live-and-recorded-tests
deploy resources and run Azure SDK tests
azure-sdk-tools
Jul 12AzureDeploymentSDKTestingazsdk-common-prepare-release-plan
manage Azure SDK release plan work items
azure-sdk-tools
Jul 12AzureGitHubProject ManagementSDKazsdk-common-sdk-release
release Azure SDK packages
azure-sdk-tools
Jul 12AzureCI/CDDeploymentSDK