Skip to content

Commit c51cc95

Browse files
committed
Merge branch 'diberry/0813-0.5.6' of https://github.com/diberry/azure-dev-docs-pr into diberry/0813-0.5.6
2 parents bec9b56 + 4c044f3 commit c51cc95

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure Function App Tools
3-
description: Learn how to use the Azure MCP Server with Azure Function Apps.
2+
title: Azure Functions app tools in Azure MCP Server
3+
description: Learn how to use the Azure MCP Server to manage your function app resources in Azure.
44
keywords: azure mcp server, azmcp, function apps
55
author: diberry
66
ms.author: diberry
@@ -13,21 +13,21 @@ ms.custom: build-2025
1313
---
1414
# Azure Functions tools for the Azure MCP Server
1515

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.
16+
The Azure MCP Server allows you to manage Azure resources, including function apps, using natural language prompts. This allows you to quickly list your apps without remembering complex syntax.
1717

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.
18+
[Azure Functions](/azure/azure-functions/) is a serverless compute service that enables you to integrate code execution into your Azure services with less code and using popular development tools. Instead of worrying about deploying and maintaining servers, you can spend time developing your applications.
1919

2020
## List
2121

22-
Lists all Azure Function Apps in a subscription.
22+
Lists all function apps in an Azure subscription.
2323

2424

2525
Example prompts include:
2626

27-
- **List function apps**: "List all Azure Function Apps in my subscription."
27+
- **List function apps**: "List all function apps in my subscription."
2828
- **Show function apps**: "What function apps do I have?"
2929
- **Find function apps in a group**: "Show me all function apps in resource group 'devops-resources'."
3030
- **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?"
31+
- **Query function apps**: "Can you list all my function apps?"
3232
- **Check function apps**: "Function apps in subscription abc123."
3333

0 commit comments

Comments
 (0)