Skip to content

Commit b7e71cf

Browse files
committed
MCP tools - 0.5.6 - Azure Functions
1 parent 9f63df8 commit b7e71cf

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed

articles/azure-mcp-server/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ items:
3333
href: tools/postgresql.md
3434
- name: Azure Developer CLI
3535
href: tools/azure-developer-cli.md
36+
- name: Azure Functions
37+
href: tools/azure-functions.md
3638
- name: Azure Foundry
3739
href: tools/azure-foundry.md
3840
- name: Azure Managed Grafana

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Azure MCP Server provides the following tools for Azure services and Azure-relat
2323
| [Azure Data Explorer](../../tools/azure-data-explorer.md) | Work with Azure Data Explorer clusters, databases, tables, and queries. |
2424
| [Azure Database for PostgreSQL](../../tools/postgresql.md) | Manage Azure Database for PostgreSQL servers, databases, and tables. |
2525
| [Azure Developer CLI](../../tools/azure-developer-cli.md) | Execute Azure Developer CLI commands for application development and deployment. |
26+
| [Azure Functions](../../tools/azure-functions.md) | List Azure Functions. |
2627
| [Azure Foundry](../../tools/azure-foundry.md) | Work with Azure AI Foundry models, deployments, and endpoints. |
2728
| [Azure Managed Grafana](../../tools/azure-grafana.md) | List Azure Managed Grafana workspaces.|
2829
| [Azure Key Vault](../../tools/key-vault-key.md) | List and create keys, secrets, certificates in Azure Key Vault. |
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Azure Function App Tools
3+
description: Learn how to use the Azure MCP Server with Azure Function Apps.
4+
keywords: azure mcp server, azmcp, function apps
5+
author: diberry
6+
ms.author: diberry
7+
ms.date: 08/13/2025
8+
content_well_notification:
9+
- AI-contribution
10+
ai-usage: ai-assisted
11+
ms.topic: reference
12+
ms.custom: build-2025
13+
---
14+
# Azure Functions tools for the Azure MCP Server
15+
16+
The Azure MCP Server allows you to manage Azure resources, including Functions, using natural language prompts. This allows you to quickly list Azure Functions without remembering complex syntax.
17+
18+
[Azure Functions](/azure/azure-functions/) is a serverless solution that allows you to build robust apps while using less code, and with less infrastructure and lower costs. Instead of worrying about deploying and maintaining servers, you can use the cloud infrastructure to provide all the up-to-date resources needed to keep your applications running.
19+
20+
## List
21+
22+
Lists all Azure Function Apps in a subscription.
23+
24+
25+
Example prompts include:
26+
27+
- **List function apps**: "List all Azure Function Apps in my subscription."
28+
- **Show function apps**: "What function apps do I have?"
29+
- **Find function apps in a group**: "Show me all function apps in resource group 'devops-resources'."
30+
- **Filter by resource group**: "List function apps in the resource group 'production-resources'."
31+
- **Query function apps**: "Can you list all my Azure Function Apps?"
32+
- **Check function apps**: "Function apps in subscription abc123."
33+

articles/azure-mcp-server/tools/azure-registry.md

Whitespace-only changes.

0 commit comments

Comments
 (0)