Skip to content

Commit 465a1c3

Browse files
committed
add azure storage - get details
1 parent 18653bd commit 465a1c3

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

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

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use the Azure MCP Server with Azure Storage.
44
keywords: azure mcp server, azmcp, storage account, blob storage
55
author: diberry
66
ms.author: diberry
7-
ms.date: 08/12/2025
7+
ms.date: 08/15/2025
88
content_well_notification:
99
- AI-contribution
1010
ai-usage: ai-assisted
@@ -43,6 +43,25 @@ Example prompts include:
4343
| **Allow public access to blobs** | Optional | Whether to allow public access to blobs in the storage account. |
4444
| **Enable hierarchical namespace (Data Lake)** | Optional | Whether to enable hierarchical namespace (Data Lake Storage Gen2) for the storage account. |
4545

46+
## Account: get details
47+
48+
Get detailed information about a specific Azure Storage account. This command retrieves comprehensive
49+
metadata for the specified storage account including name, location, SKU, access settings, and configuration
50+
details.
51+
52+
Example prompts include:
53+
54+
- **Get account details**: "Show me details for the storage account 'mystorageaccount'."
55+
- **Account info**: "Get information about my 'datastore2025' storage account."
56+
- **View account configuration**: "What are the settings for storage account 'mydata'?"
57+
- **Check account properties**: "Check the properties of 'securestore' storage account."
58+
- **Account metadata**: "Show metadata for my storage account 'datalakeacct'."
59+
60+
61+
| Parameter | Type | Required or optional | Description |
62+
|-----------|------|----------|-------------|
63+
| `Account` | Yes | The name of the Azure Storage account. This is the unique name you chose for your storage account (for example, 'mystorageaccount'). |
64+
4665

4766
## Account: list
4867

0 commit comments

Comments
 (0)