Skip to content

Commit d34eb3c

Browse files
committed
assist UAT
1 parent d466e75 commit d34eb3c

File tree

3 files changed

+37
-37
lines changed

3 files changed

+37
-37
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ ms.date: 7/22/2025
1414

1515
# Azure Kubernetes Service tools for the Azure MCP Server
1616

17-
The Azure MCP Server lets you manage Azure resources, including Azure Kubernetes Service (AKS) clusters, using natural language prompts. This enables you to quickly manage your container workloads without remembering complex syntax.
17+
The Azure MCP Server lets you manage Azure resources, including Azure Kubernetes Service (AKS) clusters, using natural language prompts. This feature enables you to quickly manage your container workloads without needing to remember complex syntax.
1818

19-
[Azure Kubernetes Service (AKS)](/azure/aks/intro-kubernetes) is a managed container orchestration service that simplifies Kubernetes deployment and management. AKS offers serverless Kubernetes, integrated CI/CD, and enterprise-grade security and governance, allowing you to focus on application development rather than infrastructure management.
19+
[Azure Kubernetes Service (AKS)](/azure/aks/intro-kubernetes) is a managed container orchestration service that simplifies Kubernetes deployment and management. AKS offers serverless Kubernetes, integrated CI/CD, and enterprise-grade security and governance. With AKS, you can focus on application development rather than infrastructure management.
2020

2121
[!INCLUDE [tip-about-params](../includes/tools/parameter-consideration.md)]
2222

@@ -34,7 +34,7 @@ Example prompts include:
3434
- **List all clusters**: "Show me all my AKS clusters in my subscription"
3535
- **View cluster inventory**: "Can you list the Kubernetes clusters in resource group 'container-rg' for subscription 'dev-123'?"
3636
- **Check cluster status**: "AKS clusters... dev environment... quick overview"
37-
- **Cluster overview**: "I need a complete inventory of all our Kubernetes deployments across our enterprise subscription with their node counts and versions"
37+
- **Cluster overview**: "I need a complete inventory of all our Kubernetes deployments across our enterprise subscription with their node counts and versions."
3838
- **Find clusters**: "List clusters in the East US region only"
3939
- **Monitor deployments**: "What's the status of our production AKS clusters? Are they all running properly?"
4040

articles/azure-mcp-server/tools/azure-load-testing.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 7/22/2025
1414

1515
# Azure Load Testing tools for the Azure MCP Server
1616

17-
The Azure MCP Server lets you manage Azure resources, including Azure Load Testing services, using natural language prompts. This lets you quickly create and manage load tests without remembering complex syntax.
17+
The Azure MCP Server lets you manage Azure resources, including Azure Load Testing services, using natural language prompts. This feature helps you quickly create and manage load tests without needing to remember complex syntax.
1818

1919
[Azure Load Testing](/azure/load-testing/overview-what-is-azure-load-testing) is a fully managed load testing service that helps you generate high-scale load to identify application performance bottlenecks. With Azure Load Testing, you can stress test your applications and validate performance, scalability, and capacity.
2020

@@ -40,13 +40,13 @@ Example prompts include:
4040

4141
| Parameter | Required or optional | Description |
4242
|-----------|-------------|-------------|
43-
| Subscription | Required | The ID or name of the subscription where the load test will be created. |
44-
| Resource group | Required | The resource group where the load test will be created. |
45-
| Test resource name | Required | The name of the test resource to be used. |
43+
| Subscription | Required | The ID or name of the subscription where you want to create the load test. |
44+
| Resource group | Required | The resource group where you want to create the load test. |
45+
| Test resource name | Required | The name of the test resource to use. |
4646
| Test ID | Required | A unique identifier for the test. |
4747
| Display name | Required | A user-friendly name for the new load test. |
4848
| Description | Required | A description of the test and its purpose. |
49-
| Endpoint | Required | The URL endpoint to be tested. |
49+
| Endpoint | Required | The URL endpoint to test. |
5050
| Virtual users | Required | The number of concurrent virtual users for the load test. |
5151
| Duration | Required | The total duration of the test in seconds. |
5252
| Ramp-up time | Required | The time period over which to gradually increase load to the specified number of virtual users. |
@@ -73,8 +73,8 @@ Example prompts include:
7373

7474
| Parameter | Required or optional | Description |
7575
|-----------|-------------|-------------|
76-
| Subscription | Required | The ID or name of the subscription containing the load test. |
77-
| Resource group | Required | The resource group containing the load test. |
76+
| Subscription | Required | The ID or name of the subscription that contains the load test. |
77+
| Resource group | Required | The resource group that contains the load test. |
7878
| Test resource name | Required | The name of the test resource. |
7979
| Test ID | Required | The unique identifier of the test to retrieve. |
8080

@@ -93,13 +93,13 @@ Example prompts include:
9393
- **List test resources**: "Show me all the load testing resources in my subscription"
9494
- **View available resources**: "What Azure Load Testing resources do I have in my dev subscription?"
9595
- **Resource inventory**: "List all test resources in resource group 'performance-testing'"
96-
- **Check environment**: "Show me the testing resources we've provisioned in our subscription"
96+
- **Check environment**: "Show me the testing resources we provisioned in our subscription"
9797
- **Find resources**: "Where are all my load testing resources deployed?"
9898

9999
| Parameter | Required or optional | Description |
100100
|-----------|-------------|-------------|
101-
| Subscription | Required | The ID or name of the subscription containing the test resources. |
102-
| Resource group | Required | The resource group containing the test resources. |
101+
| Subscription | Required | The ID or name of the subscription that contains the test resources. |
102+
| Resource group | Required | The resource group that contains the test resources. |
103103
| Test resource name | Required | The name of a specific test resource to filter by. |
104104

105105
### Create test resource
@@ -119,8 +119,8 @@ Example prompts include:
119119

120120
| Parameter | Required or optional | Description |
121121
|-----------|-------------|-------------|
122-
| Subscription | Required | The ID or name of the subscription where the test resource will be created. |
123-
| Resource group | Required | The resource group where the test resource will be created. |
122+
| Subscription | Required | The ID or name of the subscription where you want to create the test resource. |
123+
| Resource group | Required | The resource group where you want to create the test resource. |
124124
| Test resource name | Required | A name for the new test resource. |
125125

126126
## Test runs
@@ -142,8 +142,8 @@ Example prompts include:
142142

143143
| Parameter | Required or optional | Description |
144144
|-----------|-------------|-------------|
145-
| Subscription | Required | The ID or name of the subscription containing the load test. |
146-
| Resource group | Required | The resource group containing the load test. |
145+
| Subscription | Required | The ID or name of the subscription that contains the load test. |
146+
| Resource group | Required | The resource group that contains the load test. |
147147
| Test resource name | Required | The name of the test resource to use. |
148148
| Test ID | Required | The ID of the test to run. |
149149
| Testrun ID | Required | A custom ID to assign to this test run. |
@@ -167,8 +167,8 @@ Example prompts include:
167167

168168
| Parameter | Required or optional | Description |
169169
|-----------|-------------|-------------|
170-
| Subscription | Required | The ID or name of the subscription containing the test run. |
171-
| Resource group | Required | The resource group containing the test run. |
170+
| Subscription | Required | The ID or name of the subscription that contains the test run. |
171+
| Resource group | Required | The resource group that contains the test run. |
172172
| Test resource name | Required | The name of the test resource used for the test run. |
173173
| Testrun ID | Required | The ID of the test run to retrieve. |
174174

@@ -191,8 +191,8 @@ Example prompts include:
191191

192192
| Parameter | Required or optional | Description |
193193
|-----------|-------------|-------------|
194-
| Subscription | Required | The ID or name of the subscription containing the test runs. |
195-
| Resource group | Required | The resource group containing the test runs. |
194+
| Subscription | Required | The ID or name of the subscription that contains the test runs. |
195+
| Resource group | Required | The resource group that contains the test runs. |
196196
| Test resource name | Required | The name of the test resource used for the test runs. |
197197
| Test ID | Required | The ID of a specific test to filter test runs by. |
198198

@@ -214,8 +214,8 @@ Example prompts include:
214214

215215
| Parameter | Required or optional | Description |
216216
|-----------|-------------|-------------|
217-
| Subscription | Required | The ID or name of the subscription containing the test run. |
218-
| Resource group | Required | The resource group containing the test run. |
217+
| Subscription | Required | The ID or name of the subscription that contains the test run. |
218+
| Resource group | Required | The resource group that contains the test run. |
219219
| Test resource name | Required | The name of the test resource associated with the test run. |
220220
| Test ID | Required | The ID of the test associated with the test run. |
221221
| Testrun ID | Required | The ID of the test run to update. |

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ ms.date: 7/22/2025
1414

1515
# Azure SQL tools for the Azure MCP Server
1616

17-
The Azure MCP Server lets you manage Azure resources, including Azure SQL databases and servers, using natural language prompts. This lets you quickly manage your database resources without remembering complex syntax.
17+
The Azure MCP Server lets you manage Azure resources, including Azure SQL databases and servers, using natural language prompts. This feature lets you quickly manage your database resources without remembering complex syntax.
1818

19-
[Azure SQL](/azure/azure-sql/) is a family of managed, secure, and intelligent products that use the SQL Server database engine in the Azure cloud. Azure SQL includes Azure SQL Database, Azure SQL Managed Instance, and SQL Server on Azure VMs, providing flexible options for migrating, modernizing, and developing applications.
19+
[Azure SQL](/azure/azure-sql/) is a family of managed, secure, and intelligent products that use the SQL Server database engine in the Azure cloud. Azure SQL includes Azure SQL Database, Azure SQL Managed Instance, and SQL Server on Azure VMs. These products provide flexible options for migrating, modernizing, and developing applications.
2020

2121
[!INCLUDE [tip-about-params](../includes/tools/parameter-consideration.md)]
2222

@@ -36,14 +36,14 @@ Example prompts include:
3636
- **Check admin users**: "Show me all Microsoft Entra administrators for my 'prod-sql' server"
3737
- **Identity access**: "List Microsoft Entra admins for SQL server 'finance-db' in resource group 'data' and subscription 'corp-main'"
3838
- **Security check**: "Who has admin access to my SQL servers?"
39-
- **Administrator review**: "Need to verify Entra ID admins... SQL server... urgent"
39+
- **Administrator review**: "Need to verify Entra ID admins on SQL server now"
4040
- **Access audit**: "Could you please provide a comprehensive breakdown of all Microsoft Entra administrators assigned to my eastus-sql-02 server in the development environment for security compliance documentation?"
4141

4242

4343
| Parameter | Required or optional | Description |
4444
|-----------|-------------|-------------|
45-
| Subscription | Required | The ID or name of your Azure subscription containing the SQL server. |
46-
| Resource group | Required | The resource group containing the SQL server. |
45+
| Subscription | Required | The ID or name of your Azure subscription that contains the SQL server. |
46+
| Resource group | Required | The resource group that contains the SQL server. |
4747
| Server name | Required | The name of the SQL server to list Microsoft Entra administrators for. |
4848

4949
## Database
@@ -54,7 +54,7 @@ Example prompts include:
5454
azmcp sql db show --subscription
5555
-->
5656

57-
Retrieves detailed information about a specific Azure SQL database. Use this command to examine the configuration, performance tier, size, and other characteristics of your database.
57+
Retrieves detailed information about a specific Azure SQL database. Use this command to check the configuration, performance tier, size, and other characteristics of your database.
5858

5959
Example prompts include:
6060

@@ -66,10 +66,10 @@ Example prompts include:
6666

6767
| Parameter | Required or optional | Description |
6868
|-----------|-------------|-------------|
69-
| Subscription | Required | The ID or name of your Azure subscription containing the SQL database. |
70-
| Resource group | Required | The resource group containing the SQL server and database. |
69+
| Subscription | Required | The ID or name of your Azure subscription that contains the SQL database. |
70+
| Resource group | Required | The resource group that contains the SQL server and database. |
7171
| Server name | Required | The name of the SQL server hosting the database. |
72-
| Database name | Required | The name of the database to retrieve details for. |
72+
| Database name | Required | The name of the database to get details for. |
7373

7474

7575
## Firewall rules
@@ -92,8 +92,8 @@ Example prompts include:
9292

9393
| Parameter | Required or optional | Description |
9494
|-----------|-------------|-------------|
95-
| Subscription | Required | The ID or name of your Azure subscription containing the SQL server. |
96-
| Resource group | Required | The resource group containing the SQL server. |
95+
| Subscription | Required | The ID or name of your Azure subscription that contains the SQL server. |
96+
| Resource group | Required | The resource group that contains the SQL server. |
9797
| Server name | Required | The name of the SQL server to list firewall rules for. |
9898

9999
## Elastic pools
@@ -104,7 +104,7 @@ Example prompts include:
104104
azmcp sql elastic-pool list --subscription
105105
-->
106106

107-
Lists all elastic pools for a specific Azure SQL server. Elastic pools are a resource allocation solution that let you manage and scale multiple databases with varying resource demands.
107+
Lists all elastic pools for a specific Azure SQL server. Elastic pools are a resource allocation solution that lets you manage and scale multiple databases with varying resource demands.
108108

109109
Example prompts include:
110110

@@ -116,8 +116,8 @@ Example prompts include:
116116

117117
| Parameter | Required or optional | Description |
118118
|-----------|-------------|-------------|
119-
| Subscription | Required | The ID or name of your Azure subscription containing the SQL server. |
120-
| Resource group | Required | The resource group containing the SQL server. |
119+
| Subscription | Required | The ID or name of your Azure subscription that contains the SQL server. |
120+
| Resource group | Required | The resource group that contains the SQL server. |
121121
| Server name | Required | The name of the SQL server to list elastic pools for. |
122122

123123
## Related content

0 commit comments

Comments
 (0)