File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
articles/azure-mcp-server/tools Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ Example prompts include:
94
94
95
95
# # Set key-value setting
96
96
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.
98
98
99
99
Example prompts include :
100
100
@@ -106,11 +106,12 @@ Example prompts include:
106
106
107
107
| Parameter | Required or optional | Description |
108
108
|-----------|-------------|-------------|
109
- | **Subscription** | Required | The ID of the subscription containing the App Configuration store. |
110
109
| **Account name** | Required | The name of the App Configuration store. |
111
110
| **Key** | Required | The key name of the setting to set. |
112
111
| **Value** | Required | The value to set for the key. |
113
112
| **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. |
114
115
115
116
# # Show key-value setting
116
117
You can’t perform that action at this time.
0 commit comments