หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The Azure MCP Server enables you to manage Azure resources, including function apps, by using natural language prompts. With this approach, you can quickly list your apps without needing to remember complex syntax.
Azure Functions is a serverless compute service that enables you to integrate code execution into your Azure services with less code and by using popular development tools. Instead of worrying about deploying and maintaining servers, you can spend time developing your applications.
Get
Get details for a specific function app or list all function apps in your subscription. Returns information including name, location, status, and app service plan.
Example prompts include:
- "List all Function Apps in my subscription"
- "Show me all Function Apps in resource group 'rg-production'"
- "Retrieve details for the Function App named 'HealthMonitor' in resource group 'rg-production'"
- "Can you get the configuration of Function App 'DataProcessor' within resource group 'rg-analytics'?"
| Parameter | Required or optional | Description |
|---|---|---|
| Function app | Optional | The name of the function app. |
Destructive: ❌ | Idempotent: ✅ | Open World: ❌ | Read Only: ✅ | Secret: ❌ | Local Required: ❌