Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Sep 25, 2025

Create resources.md file with all resource groups in subscription using Azure MCP

Plan:

  • Explore repository structure and understand existing code
  • Identify existing Azure resource service functionality (ListResourceGroup method)
  • Understand MCP tools structure and patterns (examined azd_sample.go)
  • Create new MCP tool for listing resource groups in a subscription
  • Create a command/script to generate resources.md file using the Azure resource service
  • Test the functionality with existing authentication mechanisms
  • Ensure proper error handling and documentation

Current Status:
Found existing ListResourceGroup method in cli/azd/pkg/azapi/resource_service.go that can list resource groups in a subscription. The MCP tools are located in cli/azd/internal/mcp/tools/ and follow a specific pattern for tool implementation.

Original prompt

Create a resources.md file, with all the resource groups in the subscription using the Azure MCP


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…ting Azure resource listing functionality

Co-authored-by: richardpark-msft <[email protected]>
Copilot finished work on behalf of richardpark-msft September 25, 2025 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants