Skip to content

Commit bca18bf

Browse files
Merge pull request #7677 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-12 23:00 UTC
2 parents a635833 + 5eee489 commit bca18bf

File tree

6 files changed

+298
-114
lines changed

6 files changed

+298
-114
lines changed

.whatsnew.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,18 @@
4545
"names": ["dev-tunnels"],
4646
"heading": "Dev tunnels"
4747
},
48-
{
49-
"names": ["github-copilot-azure"],
50-
"heading": "GitHub Copilot for Azure"
51-
},
5248
{
5349
"names": ["github"],
5450
"heading": "Azure and GitHub integration"
5551
},
52+
{
53+
"names": ["github-copilot-app-modernization"],
54+
"heading": "GitHub Copilot App Modernization"
55+
},
56+
{
57+
"names": ["github-copilot-azure"],
58+
"heading": "GitHub Copilot for Azure"
59+
},
5660
{
5761
"names": ["go"],
5862
"heading": "Azure for Go"

articles/azure-mcp-server/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ items:
2323
href: tools/azure-cache-for-redis.md
2424
- name: Azure CLI
2525
href: tools/azure-cli-extension.md
26+
- name: Azure Container Registry
27+
href: tools/azure-container-registry.md
2628
- name: Azure Cosmos DB
2729
href: tools/cosmos-db.md
2830
- name: Azure Data Explorer

articles/azure-mcp-server/includes/tools/supported-azure-services.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ms.author: diberry
44
ms.service: azure-mcp-server
55
ms.topic: include
6-
ms.date: 08/05/2025
6+
ms.date: 08/12/2025
77
---
88

99
## Available tools
@@ -18,6 +18,7 @@ Azure MCP Server provides the following tools for Azure services and Azure-relat
1818
| [Azure best practices](../../tools/azure-best-practices.md) | Get guidance on Azure Functions development, deployment, and Azure SDK usage. |
1919
| [Azure Cache for Redis](../../tools/azure-cache-for-redis.md) | Manage Azure Cache for Redis instances, Redis clusters, and access policies. |
2020
| [Azure CLI](../../tools/azure-cli-extension.md) | Execute Azure CLI commands within the MCP server. |
21+
| [Azure Container Registry](../../tools/azure-container-registry.md) | List Azure Container Registry instances. |
2122
| [Azure Cosmos DB](../../tools/cosmos-db.md) | Work with Azure Cosmos DB accounts, databases, containers, and documents. |
2223
| [Azure Data Explorer](../../tools/azure-data-explorer.md) | Work with Azure Data Explorer clusters, databases, tables, and queries. |
2324
| [Azure Database for PostgreSQL](../../tools/postgresql.md) | Manage Azure Database for PostgreSQL servers, databases, and tables. |
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Azure Container Registry Tools
3+
description: Learn how to use the Azure MCP Server with Azure Container Registry.
4+
keywords: azure mcp server, azmcp, container registry
5+
author: diberry
6+
ms.author: diberry
7+
ms.date: 08/12/2025
8+
content_well_notification:
9+
- AI-contribution
10+
ai-usage: ai-assisted
11+
ms.topic: reference
12+
ms.custom: build-2025
13+
---
14+
15+
# Azure Container Registry tools for the Azure MCP Server
16+
17+
The Azure MCP Server allows you to manage Azure resources, including Azure Container Registries, using natural language prompts. This enables you to work with container registries without needing to remember complex command syntax.
18+
19+
[Azure Container Registry](/azure/container-registry/) allows you to build, store, and manage container images and artifacts in a private registry for all types of container deployments. Use Azure container registries with your existing container development and deployment pipelines. Use Azure Container Registry Tasks to build container images in Azure on-demand, or automate builds triggered by source code updates, updates to a container's base image, or timers.
20+
21+
22+
[!INCLUDE [tip-about-params](../includes/tools/parameter-consideration.md)]
23+
24+
## Registry: list registry accounts
25+
26+
List accounts in a subscription. Optionally filter by resource group.
27+
28+
Example prompts include:
29+
30+
31+
- **List registries**: "List all Azure Container Registries in my subscription."
32+
- **Show registries**: "What container registries do I have?"
33+
- **Find registries in a group**: "Show me all container registries in resource group 'devops-resources'."
34+
- **Filter by resource group**: "List container registries in the resource group 'production-resources'."
35+
- **Query registries**: "Can you list all my Azure Container Registries?"
36+
- **Check registries**: "Container registries in subscription abc123"

0 commit comments

Comments
 (0)