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
| **Account** | Required | The name of the Azure Storage account to create. Must be globally unique, 3-24 characters, lowercase letters and numbers only. |
38
-
| **Region** | Required | The Azure region where the storage account will be created (for example, 'eastus', 'westus2'). |
38
+
| **Region** | Required | The Azure region where you want to create the storage account (for example, 'eastus', 'westus2'). |
| **Account** | Required | The name of the Azure Storage account. This is the unique name you chose for your storage account (for example, 'mystorageaccount'). |
140
+
| **Account** | Required | The name of the Azure Storage account. This name is unique across Azure (for example, 'mystorageaccount'). |
141
141
| **Container** | Required | The name of the container to access within the storage account. |
142
-
| **Blob** | Required | The name of the blob to access within the container. This should be the full path within the container (for example, 'file.txt' or 'folder/file.txt'). |
142
+
| **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'). |
143
143
144
144
## Datalake: create directory
145
145
@@ -174,7 +174,7 @@ Example prompts include:
174
174
|-----------|-------------|-------------|
175
175
| **File system name** | Required | The name of the Data Lake file system to access within the storage account. |
176
176
| **Account** | Required | The name of the Azure Storage account. This name is unique to Azure (for example, 'mystorageaccount'). |
177
-
| **Filter path** | Optional | The prefix to filter paths in the Data Lake. Only paths that start with this prefix will be listed. |
177
+
| **Filter path** | Optional | The prefix to filter paths in the Data Lake. Only paths that start with this prefix are listed. |
178
178
| **Recursive** | Optional | Flag to indicate whether the command operates recursively on all subdirectories. |
179
179
180
180
@@ -190,16 +190,16 @@ Example prompts include:
190
190
191
191
| Parameter | Required or optional | Description |
| **Account** | Required | The name of the Azure Storage account. This is the unique name you chose for your storage account (for example, 'mystorageaccount'). |
193
+
| **Account** | Required | The name of the Azure Storage account. This name is unique across Azure (for example, 'mystorageaccount'). |
194
194
| **Queue** | Required | The name of the queue to access within the storage account. |
195
195
| **Message** | Required | The content of the message to send to the queue. |
196
-
| **Time-to-live (seconds)** | Optional | The time-to-live for the message in seconds. If not specified, the message uses the queue's default TTL. Set to -1 for messages that never expire. |
197
-
| **Visibility timeout (seconds)** | Optional | The visibility timeout for the message in seconds. This determines how long the message will be invisible after it's retrieved. If not specified, defaults to 0 (immediately visible). |
196
+
| **Time-to-live (seconds)** | Optional | The time-to-live for the message in seconds. If you don't specify this value, the message uses the queue's default TTL. Set to -1 for messages that never expire. |
197
+
| **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). |
198
198
199
199
200
200
## Share: list files
201
201
202
-
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. Files and directories may be filtered by a prefix.
202
+
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.
203
203
204
204
Example prompts include:
205
205
@@ -211,7 +211,7 @@ Example prompts include:
211
211
212
212
| Parameter | Required or optional | Description |
213
213
|-----------|-------------|-------------|
214
-
| **Account** | Required | The name of the Azure Storage account. This is the unique name you chose for your storage account (for example, 'mystorageaccount'). |
214
+
| **Account** | Required | The name of the Azure Storage account. This name is unique across Azure (for example, 'mystorageaccount'). |
215
215
| **Share** | Required | The name of the file share to access within the storage account. |
216
216
| **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. |
217
217
| **Prefix** | Optional | Optional prefix to filter results. Only items that start with this prefix are returned. |
0 commit comments