refresh readme

This commit is contained in:
Aaron Powell
2026-02-05 13:56:13 +11:00
parent 9c4b267576
commit 647889c0ac
42 changed files with 213 additions and 551 deletions

View File

@@ -5,50 +5,34 @@ Comprehensive Azure cloud development tools including Infrastructure as Code, se
## Installation
```bash
copilot plugin install github/awesome-copilot/plugins/azure-cloud-development
# Using Copilot CLI
copilot plugin install azure-cloud-development@awesome-copilot
```
## Agents
## What's Included
| Agent | Description |
|-------|-------------|
| `azure-principal-architect` | Principal-level Azure architecture guidance |
| `azure-saas-architect` | SaaS architecture patterns on Azure |
| `azure-logic-apps-expert` | Azure Logic Apps and workflow automation |
| `azure-verified-modules-bicep` | Azure Verified Modules with Bicep |
| `azure-verified-modules-terraform` | Azure Verified Modules with Terraform |
| `terraform-azure-planning` | Plan Terraform deployments for Azure |
| `terraform-azure-implement` | Implement Terraform configurations for Azure |
## Commands
### Commands (Slash Commands)
| Command | Description |
|---------|-------------|
| `/azure-cloud-development:azure-resource-health-diagnose` | Diagnose Azure resource health issues |
| `/azure-cloud-development:az-cost-optimize` | Optimize Azure costs |
| `/azure-cloud-development:azure-resource-health-diagnose` | Analyze Azure resource health, diagnose issues from logs and telemetry, and create a remediation plan for identified problems. |
| `/azure-cloud-development:az-cost-optimize` | Analyze Azure resources used in the app (IaC files and/or resources in a target rg) and optimize costs - creating GitHub issues for identified optimizations. |
## Usage Examples
### Agents
### Architecture Review
```
@azure-principal-architect Review this architecture for a multi-region deployment
```
### Infrastructure as Code
```
@terraform-azure-planning Help me plan a Terraform module for an AKS cluster
```
### Cost Optimization
```
/azure-cloud-development:az-cost-optimize
Analyze my Azure subscription for cost savings
```
| Agent | Description |
|-------|-------------|
| `azure-principal-architect` | Provide expert Azure Principal Architect guidance using Azure Well-Architected Framework principles and Microsoft best practices. |
| `azure-saas-architect` | Provide expert Azure SaaS Architect guidance focusing on multitenant applications using Azure Well-Architected SaaS principles and Microsoft best practices. |
| `azure-logic-apps-expert` | Expert guidance for Azure Logic Apps development focusing on workflow design, integration patterns, and JSON-based Workflow Definition Language. |
| `azure-verified-modules-bicep` | Create, update, or review Azure IaC in Bicep using Azure Verified Modules (AVM). |
| `azure-verified-modules-terraform` | Create, update, or review Azure IaC in Terraform using Azure Verified Modules (AVM). |
| `terraform-azure-planning` | Act as implementation planner for your Azure Terraform Infrastructure as Code task. |
| `terraform-azure-implement` | Act as an Azure Terraform Infrastructure as Code coding specialist that creates and reviews Terraform for Azure resources. |
## Source
Part of [Awesome Copilot](https://github.com/github/awesome-copilot).
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
## License