mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
56 lines
1.6 KiB
Markdown
56 lines
1.6 KiB
Markdown
# 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
|