Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 the Azure function app details.
Example prompts include:
- Get function app details: "Get details for my function app 'my-function-app' in resource group 'my-resource-group'."
- Get specific function app: "Show me the function app 'my-function-app' in resource group 'my-resource-group'."
- Get function app settings: "Show the settings for function app 'my-function-app' in resource group 'my-resource-group'."
- Get function app status: "Get the current status of function app 'my-function-app' in resource group 'my-resource-group'."
- Get function app hostnames: "List the hostnames for function app 'my-function-app' in resource group 'my-resource-group'."
Parameter | Required or optional | Description |
---|---|---|
Function app | Required | The name of the function app. |