mirror of
https://github.com/microsoft/azure-skills.git
synced 2026-09-18 08:51:22 +08:00
abaf74ac8f
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
26 lines
764 B
JSON
26 lines
764 B
JSON
{
|
|
"name": "azure",
|
|
"description": "Microsoft Azure MCP and Skills integration for cloud resource management, deployments, and Azure services. Manage your Azure infrastructure, monitor applications, and deploy resources directly from your development environment.",
|
|
"version": "1.2.49",
|
|
"author": {
|
|
"name": "Microsoft",
|
|
"url": "https://www.microsoft.com"
|
|
},
|
|
"homepage": "https://github.com/microsoft/azure-skills",
|
|
"repository": "https://github.com/microsoft/azure-skills",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"azure",
|
|
"cloud",
|
|
"infrastructure",
|
|
"deployment",
|
|
"microsoft",
|
|
"devops",
|
|
"foundry",
|
|
"diagnostics"
|
|
],
|
|
"skills": "./skills/",
|
|
"mcpServers": "./.mcp.json",
|
|
"hooks": "./hooks/copilot-hooks.json"
|
|
}
|