Skip to content

Conversation

@saikoumudi
Copy link
Contributor

@saikoumudi saikoumudi commented Jan 8, 2026

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, or chat mode file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, or chat mode with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.

Description

Added 2 agents for Azure Infrastructure as Code workflows

azure-iac-exporter: Exports existing Azure resources to IaC templates by analyzing resource configurations via Azure Resource Graph and ARM APIs

azure-iac-generator: Generates Infrastructure as Code templates (Bicep, ARM, Terraform, Pulumi) with format-specific validation and best practices

These agents work together to streamline IaC adoption—the exporter analyzes live resources and hands off to the generator for template creation.


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New chat mode file.
  • New collection file.
  • Update to existing instruction, prompt, chat mode, or collection.
  • Other (please specify):

Additional Notes

Here's an example screenshot of the chat conversation to visualize the beginning of the workflow
image


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Copilot AI review requested due to automatic review settings January 8, 2026 00:22
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request adds two new custom agents for Azure Infrastructure as Code (IaC) workflows that work together to streamline IaC adoption:

  • azure-iac-exporter: Analyzes existing Azure resources using Azure Resource Graph and ARM APIs to export resource configurations to IaC templates
  • azure-iac-generator: Generates Infrastructure as Code templates in multiple formats (Bicep, ARM, Terraform, Pulumi) with format-specific validation and best practices

The agents are designed to work in tandem - the exporter analyzes live resources and hands off to the generator for template creation, supporting a workflow from existing infrastructure to standardized IaC templates.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 8 comments.

File Description
agents/azure-iac-exporter.md New agent file for exporting Azure resources to IaC templates with comprehensive resource analysis
agents/azure-iac-generator.md New agent file for generating IaC code across multiple formats with format-specific validation
docs/README.agents.md Added two new entries in the agents table with install buttons and descriptions
Comments suppressed due to low confidence (2)

docs/README.agents.md:32

  • The file reference should be azure-iac-exporter.agent.md instead of azure-iac-exporter.md to match the correct agent file naming convention. This needs to be updated once the agent file is renamed to use the .agent.md extension.
| [Azure IaC Exporter](../agents/azure-iac-exporter.md)<br />[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://aka.ms/awesome-copilot/install/agent?url=vscode%3Achat-agent%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fagents%2Fazure-iac-exporter.md)<br />[![Install in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Install-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://aka.ms/awesome-copilot/install/agent?url=vscode-insiders%3Achat-agent%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Fagents%2Fazure-iac-exporter.md) | Export existing Azure resources to Infrastructure as Code templates (Bicep, ARM, Terraform, Pulumi) via Azure Resource Graph analysis and Azure Resource Manager API calls |  |

agents/azure-iac-exporter.md:231

  • The term should be "data plane" (two words) rather than "dataplane" (one word). This is the standard terminology used in Azure documentation and throughout the industry to refer to the layer that handles data operations.
- ✅ Comprehensive storage account configuration including dataplane settings

@saikoumudi saikoumudi force-pushed the skaluvak/iac-skills branch 3 times, most recently from 90db848 to b6a42b4 Compare January 8, 2026 03:33
@saikoumudi saikoumudi force-pushed the skaluvak/iac-skills branch from b6a42b4 to 50e5614 Compare January 8, 2026 03:36
@codemillmatt codemillmatt self-requested a review January 9, 2026 23:04
@codemillmatt codemillmatt merged commit cd3a98f into github:main Jan 9, 2026
2 checks passed
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