https://github.com/microsoft/github-copilot-for-azure
GitHub Copilot for Azure
https://github.com/microsoft/github-copilot-for-azure
Last synced: 5 months ago
JSON representation
GitHub Copilot for Azure
- Host: GitHub
- URL: https://github.com/microsoft/github-copilot-for-azure
- Owner: microsoft
- License: other
- Created: 2024-10-28T13:46:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-20T17:50:42.000Z (about 1 year ago)
- Last Synced: 2025-06-27T00:32:31.392Z (about 1 year ago)
- Size: 55 MB
- Stars: 68
- Watchers: 9
- Forks: 14
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
- skillshare-hub - **appinsights-instrumentation** - low](https://img.shields.io/badge/risk-low-green) — Application Insights instrumentation and telemetry for Azure applications (Skills Catalog / DevOps (25))
README
# GitHub Copilot for Azure
GitHub Copilot for Azure is a set of extensions for Visual Studio, VS Code, and Claude Code designed to streamline the process of developing for Azure. You can ask it questions about your Azure services or get help with tasks related to Azure management and development, all from within your IDE.
[Learn more](https://aka.ms/LearnAboutGitHubCopilotForAzure) about GitHub Copilot for Azure, and get the extension:
- [VS Code](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot)
- [Visual Studio 2022](https://marketplace.visualstudio.com/items?itemName=github-copilot-azure.GitHubCopilotForAzure2022)
- Visual Studio 2026 - included "in the box" as part of the "Azure & AI" workload
- Claude - coming soon
## Usage
To install the Azure plugin into Copilot CLI and Claude:
1. Add the marketplace with `/plugin marketplace add microsoft/github-copilot-for-azure`
2. Install the plugin with `/plugin install azure@github-copilot-for-azure`
3. Update the plugin with `/plugin update azure@github-copilot-for-azure`
## Contributing
You can use this repository to:
* Upvote a feature or request a new one.
* Search for potential work-arounds to problems you’re having.
* Provide feedback on using GitHub Copilot for Azure.
* Add features to our Copilot CLI and Claude plugins.
See [CONTRIBUTING.md](./CONTRIBUTING.md) for detailed guidelines on how to contribute, including local development setup.