Skip to content

Commit efb827f

Browse files
committed
Learn authoring assistant - acrolinx 81 -> 86
1 parent 76c8f74 commit efb827f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Example prompts include:
3535
| Parameter | Required or optional | Description |
3636
|-----------------------------|----------------------|-------------|
3737
| **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'). |
3939
| **SKU** | Optional | The storage account SKU. Valid values: Standard_LRS, Standard_GRS, Standard_RAGRS, Standard_ZRS, Premium_LRS, Premium_ZRS, Standard_GZRS, Standard_RAGZRS. |
4040
| **Kind** | Optional | The storage account kind. Valid values: Storage, StorageV2, BlobStorage, FileStorage, BlockBlobStorage. |
4141
| **Default access tier for blobs** | Optional | The default access tier for blob storage. Valid values: Hot, Cool. |
@@ -137,9 +137,9 @@ Example prompts include:
137137

138138
| Parameter | Required or optional | Description |
139139
|-----------------------------|----------------------|-------------|
140-
| **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'). |
141141
| **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'). |
143143

144144
## Datalake: create directory
145145

@@ -174,7 +174,7 @@ Example prompts include:
174174
|-----------|-------------|-------------|
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'). |
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. |
178178
| **Recursive** | Optional | Flag to indicate whether the command operates recursively on all subdirectories. |
179179

180180

@@ -190,16 +190,16 @@ Example prompts include:
190190

191191
| Parameter | Required or optional | Description |
192192
|-----------------------------|----------------------|-------------|
193-
| **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'). |
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 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). |
198198

199199

200200
## Share: list files
201201

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.
203203

204204
Example prompts include:
205205

@@ -211,7 +211,7 @@ Example prompts include:
211211

212212
| Parameter | Required or optional | Description |
213213
|-----------|-------------|-------------|
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'). |
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. |
217217
| **Prefix** | Optional | Optional prefix to filter results. Only items that start with this prefix are returned. |

0 commit comments

Comments
 (0)