diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 78d31a005..66be4b393 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -16,6 +16,31 @@ "description": "Meta prompts that help you discover and generate curated GitHub Copilot agents, instructions, prompts, and skills.", "version": "1.0.0" }, + { + "name": "azure", + "description": "Microsoft Azure MCP Server and skills for cloud resource management, deployments, and Azure services. Manage your Azure infrastructure, monitor applications, and deploy resources directly from Copilot.", + "version": "1.0.0", + "author": { + "name": "Microsoft", + "url": "https://www.microsoft.com" + }, + "homepage": "https://github.com/microsoft/azure-skills", + "keywords": [ + "azure", + "cloud", + "infrastructure", + "deployment", + "microsoft", + "devops" + ], + "license": "MIT", + "repository": "https://github.com/microsoft/github-copilot-for-azure", + "source": { + "source": "github", + "repo": "microsoft/azure-skills", + "path": ".github/plugins/azure-skills" + } + }, { "name": "azure-cloud-development", "source": "azure-cloud-development", diff --git a/plugins/external.json b/plugins/external.json index fe51488c7..ec8c8073a 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -1 +1,20 @@ -[] +[ + { + "name": "azure", + "description": "Microsoft Azure MCP Server and skills for cloud resource management, deployments, and Azure services. Manage your Azure infrastructure, monitor applications, and deploy resources directly from Copilot.", + "version": "1.0.0", + "author": { + "name": "Microsoft", + "url": "https://www.microsoft.com" + }, + "homepage": "https://github.com/microsoft/azure-skills", + "keywords": ["azure", "cloud", "infrastructure", "deployment", "microsoft", "devops"], + "license": "MIT", + "repository": "https://github.com/microsoft/github-copilot-for-azure", + "source": { + "source": "github", + "repo": "microsoft/azure-skills", + "path": ".github/plugins/azure-skills" + } + } +]