Skip to content

Commit 5695fe4

Browse files
committed
MCP 0.5.3
1 parent de17979 commit 5695fe4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/azure-mcp-server/tools/app-configuration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Example prompts include:
9494

9595
## Set key-value setting
9696

97-
The Azure MCP Server can create or update a [key-value setting](/azure/azure-app-configuration/concept-key-value) in an App Configuration store.
97+
Set or update a [key-value setting](/azure/azure-app-configuration/concept-key-value) in an App Configuration store.
9898

9999
Example prompts include:
100100

@@ -106,11 +106,12 @@ Example prompts include:
106106

107107
| Parameter | Required or optional | Description |
108108
|-----------|-------------|-------------|
109-
| **Subscription** | Required | The ID of the subscription containing the App Configuration store. |
110109
| **Account name** | Required | The name of the App Configuration store. |
111110
| **Key** | Required | The key name of the setting to set. |
112111
| **Value** | Required | The value to set for the key. |
113112
| **Label** | Optional | The label of the setting to set. |
113+
| **Tags** | Optional | The tags to associate with the configuration key. Tags should be in the format 'key=value'. You can specify multiple tags. |
114+
| **Content type** | Optional | The content type of the configuration value. This value indicates how the value should be interpreted or parsed. |
114115

115116
## Show key-value setting
116117

0 commit comments

Comments
 (0)