Prototyping out some plugins

This commit is contained in:
Aaron Powell
2026-02-02 10:04:02 +11:00
parent ccdfd66cc2
commit 6260cd8272
50 changed files with 380 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
# Azure & Cloud Development Plugin
Comprehensive Azure cloud development tools including Infrastructure as Code, serverless functions, architecture patterns, and cost optimization for building scalable cloud applications.
## Installation
```bash
copilot plugin install github/awesome-copilot/plugins/azure-cloud-development
```
## Agents
| 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
| Command | Description |
|---------|-------------|
| `/azure-cloud-development:azure-resource-health-diagnose` | Diagnose Azure resource health issues |
| `/azure-cloud-development:az-cost-optimize` | Optimize Azure costs |
## Usage Examples
### 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
```
## Source
Part of [Awesome Copilot](https://github.com/github/awesome-copilot).
## License
MIT