Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 10, 2025

Task: Add support for retrieving Azure App Service configuration by name and resource group

Plan:

  • Explore repository structure and understand show command implementation
  • Understand current show command workflow and limitations
  • Add --resource-group and --subscription flags to show command
  • Modify showAction to support direct App Service queries without environment
  • Handle case where user provides resource name + resource group directly
  • Test the new functionality with manual verification
  • Run linting and formatting
  • Run tests to ensure no regressions
  • Document the changes

Current Understanding:

  • The azd show command currently requires an azd project context and environment
  • It can show resources by name or ID, but relies on environment variables for resolution
  • The showAppService function exists and can display App Service config
  • Need to add ability to query App Service directly by name and resource group
Original prompt

Please retrieve and report the current configuration of the Azure App Service: mhwebapp in resource group mhtest.


💡 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.

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