Skip to content

Commit 6445798

Browse files
PR review resolutions (#11)
* Update azure-functions.md * Update storage.md
1 parent d16a7f2 commit 6445798

File tree

2 files changed

+18
-20
lines changed

2 files changed

+18
-20
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ai-usage: ai-assisted
1111
ms.topic: reference
1212
ms.custom: build-2025
1313
---
14+
1415
# Azure Functions tools for the Azure MCP Server
1516

1617
The Azure MCP Server allows you to manage Azure resources, including function apps, using natural language prompts. This allows you to quickly list your apps without remembering complex syntax.
@@ -21,7 +22,6 @@ The Azure MCP Server allows you to manage Azure resources, including function ap
2122

2223
Lists all function apps in an Azure subscription.
2324

24-
2525
Example prompts include:
2626

2727
- **List function apps**: "List all function apps in my subscription."

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

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ai-usage: ai-assisted
1111
ms.topic: reference
1212
ms.custom: build-2025
1313
---
14+
1415
# Azure Storage tools for the Azure MCP Server
1516

1617
The Azure MCP Server enables you to manage Azure Storage resources, including storage accounts, containers, tables, and blobs with natural language prompts. You don't need to remember specific command syntax.
@@ -19,8 +20,7 @@ The Azure MCP Server enables you to manage Azure Storage resources, including st
1920

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

22-
23-
## Account: create
23+
## Account: Create
2424

2525
Create a new Azure Storage account.
2626

@@ -43,11 +43,9 @@ Example prompts include:
4343
| **Allow public access to blobs** | Optional | Whether to allow public access to blobs in the storage account. |
4444
| **Enable hierarchical namespace (Data Lake)** | Optional | Whether to enable hierarchical namespace (Data Lake Storage Gen2) for the storage account. |
4545

46-
## Account: get details
46+
## Account: Get details
4747

48-
Get detailed information about a specific Azure Storage account. This functionality retrieves comprehensive
49-
metadata for the specified storage account including name, location, SKU, access settings, and configuration
50-
details.
48+
Get detailed information about a specific Azure Storage account. This functionality retrieves comprehensive metadata for the specified storage account including name, location, SKU, access settings, and configuration details.
5149

5250
Example prompts include:
5351

@@ -63,7 +61,7 @@ Example prompts include:
6361
| `Account` | Yes | The name of the Azure Storage account. This name is unique to Azure (for example, 'mystorageaccount'). |
6462

6563

66-
## Account: list
64+
## Account: List
6765

6866
The Azure MCP Server can list all storage accounts in a subscription. This functionality provides an overview of your storage infrastructure.
6967

@@ -75,7 +73,7 @@ Example prompts include:
7573
- **Query accounts**: "Show all my storage resources."
7674
- **Check accounts**: "Storage accounts in subscription abc123."
7775

78-
## Blob: set blob access tier in a batch
76+
## Blob: Set blob access tier in a batch
7977

8078
Azure MCP Server can set the access tier for multiple blobs in a single batch operation. This functionality efficiently changes the storage tier for multiple blobs simultaneously to optimize storage costs and access patterns based on your data usage needs.
8179

@@ -95,7 +93,7 @@ Example prompts include:
9593
| **Blob names** | Required | The names of the blobs to set the access tier for. Provide multiple blob names separated by spaces. Each blob name should be the full path within the container (for example, 'file1.txt' or 'folder/file2.txt'). |
9694

9795

98-
## Blob: create container
96+
## Blob: Create container
9997

10098
Create a blob container with optional blob public access.
10199

@@ -116,7 +114,7 @@ Example prompts include:
116114
| **Access level** | Optional | The [access tier](/azure/storage/blobs/access-tiers-overview). Default: `private`. Valid values: `private`, `blob` (allows public read access to blobs), `container` (allows public read access to both blobs and container metadata). |
117115

118116

119-
## Blob: get container details
117+
## Blob: Get container details
120118

121119
The Azure MCP Server shows detailed information about a specific container in a storage account. This information includes metadata, access policies, and other properties.
122120

@@ -133,7 +131,7 @@ Example prompts include:
133131
| **Container** | Required | The name of the container to access. |
134132

135133

136-
## Blob: list containers
134+
## Blob: List containers
137135

138136
The Azure MCP Server can list all blob containers in a storage account. This functionality helps you organize and manage your blob data.
139137

@@ -148,7 +146,7 @@ Example prompts include:
148146
|-----------|-------------|-------------|
149147
| **Account** | Required | The name of the Azure Storage account. |
150148

151-
## Blob: list container blobs
149+
## Blob: List container blobs
152150

153151
The Azure MCP Server can list all blobs in a container. This feature helps you manage the files stored in your blob storage.
154152

@@ -165,7 +163,7 @@ Example prompts include:
165163
| **Account** | Required | The name of the Azure Storage account. |
166164
| **Container** | Required | The name of the container to access. |
167165

168-
## Blob: get blob details
166+
## Blob: Get blob details
169167

170168
Get blob properties, metadata, and general information.
171169

@@ -181,7 +179,7 @@ Example prompts include:
181179
| **Container** | Required | The name of the container to access within the storage account. |
182180
| **Blob** | Required | The name of the blob to access within the container. This name includes the full path within the container (for example, 'file.txt' or 'folder/file.txt'). |
183181

184-
## Datalake: create directory
182+
## Datalake: Create directory
185183

186184
The Azure MCP Server can create directories in a Data Lake file system. This functionality helps you organize your hierarchical data structure in Azure Data Lake Storage by creating new folder paths as needed.
187185

@@ -198,7 +196,7 @@ Example prompts include:
198196
| **Directory path** | Required | The full path of the directory to create in the Data Lake, including the file system name (for example, 'myfilesystem/data/logs' or 'myfilesystem/archives/2024'). Use forward slashes (/) to separate the file system name from the directory path and for subdirectories. |
199197
| **Account** | Required | The name of the Azure Storage account. This name is unique to Azure (for example, 'mystorageaccount'). |
200198

201-
## Datalake: list file system paths
199+
## Datalake: List file system paths
202200

203201
The Azure MCP Server can list all paths (files and directories) in a Data Lake file system. This functionality helps you explore and manage your hierarchical data stored in Azure Data Lake Storage.
204202

@@ -218,7 +216,7 @@ Example prompts include:
218216
| **Recursive** | Optional | Flag to indicate whether the command operates recursively on all subdirectories. |
219217

220218

221-
## Queue: send message
219+
## Queue: Send message
222220

223221
Send messages to an Azure Storage queue for asynchronous processing.
224222

@@ -237,7 +235,7 @@ Example prompts include:
237235
| **Visibility timeout (seconds)** | Optional | The visibility timeout for the message in seconds. This value determines how long the message is invisible after it's retrieved. If you don't specify this value, it defaults to 0 (immediately visible). |
238236

239237

240-
## Share: list files
238+
## Share: List files
241239

242240
The Azure MCP Server can list files and directories within a file share directory. This functionality recursively lists all items in a specified file share directory, including files, subdirectories, and their properties. You can filter files and directories by a prefix.
243241

@@ -256,7 +254,7 @@ Example prompts include:
256254
| **Directory path** | Required | The path of the directory to list within the file share (for example, 'documents/projects' or 'uploads/2024'). Use forward slashes (/) to separate subdirectories. |
257255
| **Prefix** | Optional | Optional prefix to filter results. Only items that start with this prefix are returned. |
258256

259-
## Table: list tables
257+
## Table: List tables
260258

261259
The Azure MCP Server can list all tables in a storage account. This functionality helps you manage your structured NoSQL data.
262260

@@ -275,4 +273,4 @@ Example prompts include:
275273
## Related content
276274

277275
- [What are the Azure MCP Server tools?](index.md)
278-
- [Get started using Azure MCP Server](../get-started.md)
276+
- [Get started using Azure MCP Server](../get-started.md)

0 commit comments

Comments
 (0)