Skip to content

Commit ef331a4

Browse files
committed
Add MCP Server reference
1 parent ec08c65 commit ef331a4

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
@@ -422,6 +422,8 @@
422422
- name: Azure Policy built-ins
423423
displayName: samples, policies, definitions
424424
href: ./policy-reference.md
425+
- name: Azure MCP Server
426+
href: /azure/developer/azure-mcp-server/tools/app-configuration?toc=/azure/azure-app-configuration/TOC.json
425427
- name: Resources
426428
items:
427429
- 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
@@ -96,6 +96,9 @@ az appconfig kv set --name <name> --key TestApp:Settings:TextAlign --value cente
9696

9797
---
9898

99+
> [!TIP]
100+
> 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.
101+
99102
## Clean up resources
100103

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

0 commit comments

Comments
 (0)