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/storage.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ Example prompts include:
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
177
| **Filter path** | Optional | The prefix to filter paths in the Data Lake. Only paths that start with this prefix will be listed. |
178
-
| **Recursive** | Optional | Flag to indicate whether the command will operate recursively on all subdirectories. |
178
+
| **Recursive** | Optional | Flag to indicate whether the command operates recursively on all subdirectories. |
179
179
180
180
181
181
## Queue: send message
@@ -193,7 +193,7 @@ Example prompts include:
193
193
| **Account** | Required | The name of the Azure Storage account. This is the unique name you chose for your storage account (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 will use the queue's default TTL. Set to -1 for messages that never expire. |
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
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). |
198
198
199
199
@@ -214,7 +214,7 @@ Example prompts include:
214
214
| **Account** | Required | The name of the Azure Storage account. This is the unique name you chose for your storage account (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
-
| **Prefix** | Optional | Optional prefix to filter results. Only items that start with this prefix will be returned. |
217
+
| **Prefix** | Optional | Optional prefix to filter results. Only items that start with this prefix are returned. |
0 commit comments