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-functions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ ai-usage: ai-assisted
11
11
ms.topic: reference
12
12
ms.custom: build-2025
13
13
---
14
+
14
15
# Azure Functions tools for the Azure MCP Server
15
16
16
17
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
21
22
22
23
Lists all function apps in an Azure subscription.
23
24
24
-
25
25
Example prompts include:
26
26
27
27
- **List function apps**: "List all function apps in my subscription."
Copy file name to clipboardExpand all lines: articles/azure-mcp-server/tools/storage.md
+17-19Lines changed: 17 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ ai-usage: ai-assisted
11
11
ms.topic: reference
12
12
ms.custom: build-2025
13
13
---
14
+
14
15
# Azure Storage tools for the Azure MCP Server
15
16
16
17
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
| **Allow public access to blobs** | Optional | Whether to allow public access to blobs in the storage account. |
44
44
| **Enable hierarchical namespace (Data Lake)** | Optional | Whether to enable hierarchical namespace (Data Lake Storage Gen2) for the storage account. |
45
45
46
-
## Account: get details
46
+
## Account: Get details
47
47
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.
51
49
52
50
Example prompts include:
53
51
@@ -63,7 +61,7 @@ Example prompts include:
63
61
| `Account` | Yes | The name of the Azure Storage account. This name is unique to Azure (for example, 'mystorageaccount'). |
64
62
65
63
66
-
## Account: list
64
+
## Account: List
67
65
68
66
The Azure MCP Server can list all storage accounts in a subscription. This functionality provides an overview of your storage infrastructure.
69
67
@@ -75,7 +73,7 @@ Example prompts include:
75
73
- **Query accounts**: "Show all my storage resources."
76
74
- **Check accounts**: "Storage accounts in subscription abc123."
77
75
78
-
## Blob: set blob access tier in a batch
76
+
## Blob: Set blob access tier in a batch
79
77
80
78
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.
81
79
@@ -95,7 +93,7 @@ Example prompts include:
95
93
| **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'). |
96
94
97
95
98
-
## Blob: create container
96
+
## Blob: Create container
99
97
100
98
Create a blob container with optional blob public access.
101
99
@@ -116,7 +114,7 @@ Example prompts include:
116
114
| **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). |
117
115
118
116
119
-
## Blob: get container details
117
+
## Blob: Get container details
120
118
121
119
The Azure MCP Server shows detailed information about a specific container in a storage account. This information includes metadata, access policies, and other properties.
122
120
@@ -133,7 +131,7 @@ Example prompts include:
133
131
| **Container** | Required | The name of the container to access. |
134
132
135
133
136
-
## Blob: list containers
134
+
## Blob: List containers
137
135
138
136
The Azure MCP Server can list all blob containers in a storage account. This functionality helps you organize and manage your blob data.
139
137
@@ -148,7 +146,7 @@ Example prompts include:
148
146
|-----------|-------------|-------------|
149
147
| **Account** | Required | The name of the Azure Storage account. |
150
148
151
-
## Blob: list container blobs
149
+
## Blob: List container blobs
152
150
153
151
The Azure MCP Server can list all blobs in a container. This feature helps you manage the files stored in your blob storage.
154
152
@@ -165,7 +163,7 @@ Example prompts include:
165
163
| **Account** | Required | The name of the Azure Storage account. |
166
164
| **Container** | Required | The name of the container to access. |
167
165
168
-
## Blob: get blob details
166
+
## Blob: Get blob details
169
167
170
168
Get blob properties, metadata, and general information.
171
169
@@ -181,7 +179,7 @@ Example prompts include:
181
179
| **Container** | Required | The name of the container to access within the storage account. |
182
180
| **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'). |
183
181
184
-
## Datalake: create directory
182
+
## Datalake: Create directory
185
183
186
184
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.
187
185
@@ -198,7 +196,7 @@ Example prompts include:
198
196
| **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. |
199
197
| **Account** | Required | The name of the Azure Storage account. This name is unique to Azure (for example, 'mystorageaccount'). |
200
198
201
-
## Datalake: list file system paths
199
+
## Datalake: List file system paths
202
200
203
201
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.
204
202
@@ -218,7 +216,7 @@ Example prompts include:
218
216
| **Recursive** | Optional | Flag to indicate whether the command operates recursively on all subdirectories. |
219
217
220
218
221
-
## Queue: send message
219
+
## Queue: Send message
222
220
223
221
Send messages to an Azure Storage queue for asynchronous processing.
224
222
@@ -237,7 +235,7 @@ Example prompts include:
237
235
| **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). |
238
236
239
237
240
-
## Share: list files
238
+
## Share: List files
241
239
242
240
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.
243
241
@@ -256,7 +254,7 @@ Example prompts include:
256
254
| **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. |
257
255
| **Prefix** | Optional | Optional prefix to filter results. Only items that start with this prefix are returned. |
258
256
259
-
## Table: list tables
257
+
## Table: List tables
260
258
261
259
The Azure MCP Server can list all tables in a storage account. This functionality helps you manage your structured NoSQL data.
262
260
@@ -275,4 +273,4 @@ Example prompts include:
275
273
## Related content
276
274
277
275
- [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