Skip to content

Commit 76c8f74

Browse files
committed
acrolinx 80 -> 81
1 parent c9de9ce commit 76c8f74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Example prompts include:
175175
| **File system name** | Required | The name of the Data Lake file system to access within the storage account. |
176176
| **Account** | Required | The name of the Azure Storage account. This name is unique to Azure (for example, 'mystorageaccount'). |
177177
| **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. |
179179

180180

181181
## Queue: send message
@@ -193,7 +193,7 @@ Example prompts include:
193193
| **Account** | Required | The name of the Azure Storage account. This is the unique name you chose for your storage account (for example, 'mystorageaccount'). |
194194
| **Queue** | Required | The name of the queue to access within the storage account. |
195195
| **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. |
197197
| **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). |
198198

199199

@@ -214,7 +214,7 @@ Example prompts include:
214214
| **Account** | Required | The name of the Azure Storage account. This is the unique name you chose for your storage account (for example, 'mystorageaccount'). |
215215
| **Share** | Required | The name of the file share to access within the storage account. |
216216
| **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. |
218218

219219
## Table: list tables
220220

0 commit comments

Comments
 (0)