Skip to content

Commit 196da59

Browse files
committed
fix links, add quotes
1 parent b4936cf commit 196da59

File tree

3 files changed

+28
-29
lines changed

3 files changed

+28
-29
lines changed

articles/azure-mcp-server/tools/azure-bicep-schema.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Gets the Bicep schema for the most recent apiVersion of an Azure resource. This
2626

2727
Example prompts include:
2828

29-
- **Get storage account schema**: Get me the Bicep schema for Microsoft.Storage/storageAccounts
30-
- **Find service properties**: How can I use Bicep to create an Azure OpenAI service?
31-
- **Check API version**: What's the latest apiVersion for Microsoft.KeyVault/vaults?
32-
- **Need schema help**: I'm creating a Bicep template for Microsoft.Cognitive/accounts
33-
- **Request schema guidance**: Show me the properties for Microsoft.Web/sites
29+
- **Get storage account schema**: "Get me the Bicep schema for Microsoft.Storage/storageAccounts"
30+
- **Find service properties**: "How can I use Bicep to create an Azure OpenAI service?"
31+
- **Check API version**: "What's the latest apiVersion for Microsoft.KeyVault/vaults?"
32+
- **Need schema help**: "I'm creating a Bicep template for Microsoft.Cognitive/accounts"
33+
- **Request schema guidance**: "Show me the properties for Microsoft.Web/sites"
3434

3535
| Parameter | Required or optional | Description |
3636
|-----------|-------------|-------------|
@@ -41,5 +41,4 @@ Example prompts include:
4141
- [What are the Azure MCP Server tools?](index.md)
4242
- [Get started using Azure MCP Server](../get-started.md)
4343
- [Azure Bicep documentation](/azure/azure-resource-manager/bicep/)
44-
- [Azure Resource Manager template reference](/azure/templates/)
45-
- [Infrastructure as code in Azure](/azure/developer/terraform/infrastructure-as-code)
44+
- [Azure Resource Manager template reference](/azure/templates/)

articles/azure-mcp-server/tools/azure-foundry.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ Lists all available AI models in Azure AI Foundry. Use this command to view all
2626

2727
Example prompts include:
2828

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"
3535

3636
| Parameter | Required or optional | Description |
3737
|-----------|-------------|-------------|
@@ -48,11 +48,11 @@ Deploys an AI model to your Azure environment. Use this command to deploy select
4848

4949
Example prompts include:
5050

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"
5656

5757
| Parameter | Required or optional | Description |
5858
|-----------|-------------|-------------|
@@ -76,11 +76,11 @@ Lists all model deployments associated with a specific Azure AI Foundry endpoint
7676

7777
Example prompts include:
7878

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?"
8484

8585
| Parameter | Required or optional | Description |
8686
|-----------|-------------|-------------|
@@ -93,4 +93,4 @@ Example prompts include:
9393
- [Get started using Azure MCP Server](../get-started.md)
9494
- [Azure AI Foundry documentation](/azure/ai-foundry/)
9595
- [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)

articles/azure-mcp-server/tools/azure-grafana.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Lists all Azure Managed Grafana workspaces in your subscription. This command he
2626

2727
Example prompts include:
2828

29-
- **Show all workspaces**: Show me all Grafana workspaces in my subscription
30-
- **List monitoring resources**: What Grafana workspaces do I have available?
31-
- **Find visualization dashboards**: List all my Azure Managed Grafana resources
32-
- **Check workspace status**: Are there any Grafana workspaces in my dev subscription?
33-
- **Dashboard inventory**: I need to see all Grafana workspace resources in my account
29+
- **Show all workspaces**: "Show me all Grafana workspaces in my subscription"
30+
- **List monitoring resources**: "What Grafana workspaces do I have available?"
31+
- **Find visualization dashboards**: "List all my Azure Managed Grafana resources"
32+
- **Check workspace status**: "Are there any Grafana workspaces in my dev subscription?"
33+
- **Dashboard inventory**: "I need to see all Grafana workspace resources in my account"
3434

3535
## Related content
3636

0 commit comments

Comments
 (0)