forked from github/awesome-copilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
35 lines (35 loc) · 1.05 KB
/
plugin.json
File metadata and controls
35 lines (35 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "azure-cloud-development",
"description": "Comprehensive Azure cloud development tools including Infrastructure as Code, serverless functions, architecture patterns, and cost optimization for building scalable cloud applications.",
"version": "1.0.1",
"author": {
"name": "Awesome Copilot Community"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"keywords": [
"azure",
"cloud",
"infrastructure",
"bicep",
"terraform",
"serverless",
"architecture",
"devops"
],
"agents": [
"./agents/azure-logic-apps-expert.md",
"./agents/azure-principal-architect.md",
"./agents/azure-saas-architect.md",
"./agents/azure-verified-modules-bicep.md",
"./agents/azure-verified-modules-terraform.md",
"./agents/terraform-azure-implement.md",
"./agents/terraform-azure-planning.md"
],
"skills": [
"./skills/az-cost-optimize/",
"./skills/azure-pricing/",
"./skills/azure-resource-health-diagnose/",
"./skills/import-infrastructure-as-code/"
]
}