Skip to content

Commit f3cd86c

Browse files
authored
Merge pull request #300741 from maud-lv/ml-ac-mcp
Add MCP Server reference
2 parents ca4e183 + 8350c18 commit f3cd86c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

articles/azure-app-configuration/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,8 @@
442442
- name: Azure Policy built-ins
443443
displayName: samples, policies, definitions
444444
href: ./policy-reference.md
445+
- name: Azure MCP Server
446+
href: /azure/developer/azure-mcp-server/tools/app-configuration?toc=/azure/azure-app-configuration/TOC.json
445447
- name: Resources
446448
items:
447449
- name: Pricing

articles/azure-app-configuration/quickstart-azure-app-configuration-create.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ az appconfig kv set --name <name> --key TestApp:Settings:TextAlign --value cente
101101

102102
---
103103

104+
> [!TIP]
105+
> Consider using the [Azure MCP Server tools for App Configuration](/azure/developer/azure-mcp-server/tools/app-configuration) for a quick way to manage your App Configuration store using natural language prompts. These tools allow you to list configuration stores, list, create, search, lock, unlock, and update key-values settings through conversational AI interactions.
106+
104107
## Clean up resources
105108

106109
When no longer needed, delete the resource group. Deleting a resource group also deletes the resources in it.

0 commit comments

Comments
 (0)