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/azure-mcp-server/tools/azure-foundry.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,12 +26,12 @@ Lists all available AI models in Azure AI Foundry. Use this command to view all
26
26
27
27
Example prompts include:
28
28
29
-
-**View all models**: Show me all available AI models in Azure AI Foundry
30
-
-**Filter by free usage**: List all free models available for prototyping in Azure AI Foundry that I can use in the playground
31
-
-**Filter by free usage**: List all free models available for prototyping in Azure AI Foundry
32
-
-**Filter by publisher**: Show me models published by Microsoft in Azure AI Foundry
33
-
-**Filter by license**: What models with Apache license are available in Azure AI Foundry?
34
-
-**Search by name**: Find the llama model in Azure AI Foundry
29
+
-**View all models**: "Show me all available AI models in Azure AI Foundry"
30
+
-**Filter by free usage**: "List all free models available for prototyping in Azure AI Foundry that I can use in the playground"
31
+
-**Filter by free usage**: "List all free models available for prototyping in Azure AI Foundry"
32
+
-**Filter by publisher**: "Show me models published by Microsoft in Azure AI Foundry"
33
+
-**Filter by license**: "What models with Apache license are available in Azure AI Foundry?"
34
+
-**Search by name**: "Find the llama model in Azure AI Foundry"
35
35
36
36
| Parameter | Required or optional | Description |
37
37
|-----------|-------------|-------------|
@@ -48,11 +48,11 @@ Deploys an AI model to your Azure environment. Use this command to deploy select
48
48
49
49
Example prompts include:
50
50
51
-
-**Deploy with required parameters**: Deploy GPT-4 model in OpenAI format to my ai-services account in ai-projects resource group with subscription dev-subscription
52
-
-**Specify deployment name**: Set up a deployment named text-embedding for the Ada embedding model in my AI services account with Standard SKU
53
-
-**Include model version**: Deploy version 2 of Llama model from Meta to my Azure AI services account with scale capacity of 3
54
-
-**Deploy to specific resource group**: Create a deployment named content-generation with GPT-4 model in my ai-central service in resource group ml-experiments
55
-
-**Configure scaling**: Deploy Claude model to my Azure AI service with auto-scaling enabled and maximum capacity of 5
51
+
-**Deploy with required parameters**: "Deploy GPT-4 model in OpenAI format to my ai-services account in ai-projects resource group with subscription dev-subscription"
52
+
-**Specify deployment name**: "Set up a deployment named text-embedding for the Ada embedding model in my AI services account with Standard SKU"
53
+
-**Include model version**: "Deploy version 2 of Llama model from Meta to my Azure AI services account with scale capacity of 3"
54
+
-**Deploy to specific resource group**: "Create a deployment named content-generation with GPT-4 model in my ai-central service in resource group ml-experiments"
55
+
-**Configure scaling**: "Deploy Claude model to my Azure AI service with auto-scaling enabled and maximum capacity of 5"
56
56
57
57
| Parameter | Required or optional | Description |
58
58
|-----------|-------------|-------------|
@@ -76,11 +76,11 @@ Lists all model deployments associated with a specific Azure AI Foundry endpoint
76
76
77
77
Example prompts include:
78
78
79
-
-**List deployments on production**: Show me all model deployments on my https://production-ai.openai.azure.com endpoint
80
-
-**Check specific endpoint**: What models are currently deployed to the https://customer-service.cognitiveservices.azure.com endpoint?
81
-
-**View regional deployments**: List all deployments in my https://eastus-ai-service.openai.azure.com endpoint
82
-
-**Check deployment status**: Show me the status of all models deployed to our https://main-ai.openai.azure.com endpoint
83
-
-**See active models**: What AI models are running on our https://aistudio-prod.cognitiveservices.azure.com endpoint right now?
79
+
-**List deployments on production**: "Show me all model deployments on my https://production-ai.openai.azure.com endpoint"
80
+
-**Check specific endpoint**: "What models are currently deployed to the https://customer-service.cognitiveservices.azure.com endpoint?"
81
+
-**View regional deployments**: "List all deployments in my https://eastus-ai-service.openai.azure.com endpoint"
82
+
-**Check deployment status**: "Show me the status of all models deployed to our https://main-ai.openai.azure.com endpoint"
83
+
-**See active models**: "What AI models are running on our https://aistudio-prod.cognitiveservices.azure.com endpoint right now?"
84
84
85
85
| Parameter | Required or optional | Description |
86
86
|-----------|-------------|-------------|
@@ -93,4 +93,4 @@ Example prompts include:
93
93
-[Get started using Azure MCP Server](../get-started.md)
94
94
-[Azure AI Foundry documentation](/azure/ai-foundry/)
95
95
-[Azure AI Services overview](/azure/ai-services/)
96
-
-[Deploy and consume models](/azure/ai-services/deploy-and-consume-models)
96
+
-[Deploy and consume models](/azure/ai-foundry/concepts/deployments-overview)
0 commit comments