From a07db43eb8aeca1fe869c1f4dcc4f8256cee9d4b Mon Sep 17 00:00:00 2001 From: "Tom Meschter (from Dev Box)" Date: Fri, 23 Jan 2026 16:26:20 -0800 Subject: [PATCH] Add Azure plugin Add the Azure plugin to the marketplace. --- .github/plugin/marketplace.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index e0d6f39..859006e 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -9,6 +9,14 @@ "email": "copilot@github.com" }, "plugins": [ + { + "name": "azure", + "source": { + "source": "url", + "url": "https://github.com/microsoft/GitHub-Copilot-for-Azure/tree/main/claude" + }, + "description": "Azure plugin for GitHub Copilot." + }, { "name": "workiq", "source": "plugins/workiq",