News

GitHub Copilot for Azure Ships: Now Powered by Agent Mode

GitHub Copilot for Azure just shipped with an important addition since its debut at Ignite 2024 as a private preview. The Visual Studio Code extension is no longer just an assistant -- it's now an autonomous operator for DevOps workflows.

That comes with new support for Agent Mode, which transforms Copilots of all kinds into intelligent, task-driven partners, signaling Microsoft's deeper commitment to integrating agentic AI into .NET and other development workflows, marking a broader shift across the industry toward AI-driven autonomy.

The tool is nearing 475,000 installs at the time of this writing.

The VS Code Tool
[Click on image for larger view.] The VS Code Tool (source: Microsoft).

Agent Mode: Copilot Takes Command
The newly added Agent Mode enables Copilot to orchestrate and execute multi-step infrastructure and DevOps workflows without manual intervention.

Agent Mode in Animated Action
[Click on image for larger, animated GIF view.] Agent Mode in Animated Action (source: Microsoft).

According to the official June 19 announcement, Microsoft is "introducing support for Agent Mode, unlocking a new era of agentic DevOps for every Azure developer."

Agent Mode empowers developers to:

  • Break down complex natural-language prompts into actionable tasks
  • Generate or modify infrastructure-as-code (e.g., Bicep templates)
  • Interact directly with real Azure resources (deployments, CLI actions, health checks)
  • Autonomously test, identify, and resolve errors during workflows

Example usage includes prompts like:

  • "Generate an Azure Bicep template to create a new storage account in West US."
  • "Use azd to deploy my new storage account."
  • "Rename the storage account in the template and create it in East US."

Microsoft describes this shift as a new way to build, manage, and operate applications on Azure that goes beyond copilots that merely assist in a chat window and do one thing at a time.

Broad Support & Contextual Awareness
Beyond Agent Mode, the GA release ensures Copilot for Azure integrates seamlessly with common .NET workflows and environments.

Capability Description
IDE integration Available in VS Code (and Visual Studio via preview), allowing natural-language DevOps to be embedded directly into existing .NET development workflows.
Resource context Copilot uses data from your Azure subscription, workspace, and local environment to tailor actions -- understanding your code and environment context to take appropriate action.

Capabilities include Bicep template generation, Azure CLI and azd command execution, health checks, resource exploration, and real-time deployment validation -- all within VS Code, Microsoft notes.

Enterprise-Ready with Security and Compliance
With the GA release, Microsoft emphasizes that Copilot for Azure is ready for production use in enterprise environments. Agent Mode operates with safety controls, always asking before taking actions that modify live resources.

Security and compliance features include:

  • Respect for existing Azure RBAC permissions and tenant boundaries
  • Execution history, auditability, and human-in-the-loop approvals
  • Azure built-in identity integration, operating within the security context of the signed-in user

You're always in control, Microsoft says, describing Agent Mode as a responsible automation layer that conforms to enterprise standards.

Microsoft's Agentic AI Strategy
Agent Mode in GitHub Copilot for Azure is part of Microsoft's broader vision to integrate agentic AI throughout its developer tools. Microsoft has already introduced agentic behaviors in GitHub Copilot in VS Code, and the Azure implementation builds on this foundation.

With extensibility through the Model Context Protocol (MCP), Microsoft explains that Copilot can now invoke tools to inspect your code, interrogate a database, query a web API, or even generate a PowerPoint. These capabilities unlock deep, cross-domain orchestration that fits squarely within the company's evolving Copilot strategy.

Agent Mode is powered by GitHub Copilot's Agent SDK and Copilot runtime, Microsoft says, indicating that developers will eventually be able to customize, extend, and deploy their own agents with full access to the Azure ecosystem.

Industry-Wide Shift to Agentic AI
The GA release reflects a broader trend in the AI space toward agents that go beyond chat to perform multi-step, goal-driven actions. Microsoft refers to this evolution as moving from copilots to agents, and positions GitHub Copilot for Azure as a leading example.

The shift aligns with an industry-wide push toward platform engineering and DevOps automation, where developers increasingly rely on AI to reduce toil and accelerate delivery.

  • AI agents now proactively plan and execute tasks, not just answer prompts
  • Developers can trust agents to safely automate provisioning, deployment, and remediation tasks with human approval
  • .NET developers gain immediate utility through Copilot's support for Azure SDKs, Bicep, and CLI tools -- all infused with AI-driven workflow support

Microsoft calls this a new way of building, where intelligent agents can serve as co-operators, not just co-pilots.

Conclusion

The June 2025 GA of GitHub Copilot for Azure -- with Agent Mode at its core -- marks a major evolution in Microsoft's AI roadmap. For .NET and Azure developers, the product now goes far beyond suggestion and scripting, offering intelligent orchestration, live infrastructure awareness, and secure execution of complex DevOps tasks.

With this release, Copilot shifts closer to becoming a self-directed engineering partner -- one that not only understands what you want to build, but can help you build, deploy, and manage it from start to finish.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Claude AI Gets Yet Another Boost in VS Code 1.128

    The July 8, 2026, Visual Studio Code update expands agent workflows, chat attachments, browser-tab controls, OS-level shortcuts and enterprise telemetry management.

  • TypeScript 7 Arrives to Rock VS Code with Go-Powered Speed

    Microsoft says TypeScript 7, announced July 8, brings native Go performance to VS Code, Visual Studio and other editors.

  • Full-Stack with a Side of Copilot: Building and Deploying an App the AI-Accelerated Way

    In this Q&A, developer and VSLive! speaker Esteban Garcia explains how GitHub Copilot can accelerate the full software development lifecycle -- from architecture and code to tests, CI/CD, and Azure deployment -- and how to use it as a repeatable engineering workflow rather than just a faster autocomplete tool.

  • VS Code 1.127 Further Integrates Advanced Browser-AI Tech

    Microsoft's July 1 Visual Studio Code update continues a recent push to make the editor's integrated browser a more capable development surface -- and a more useful tool for AI agents.

Subscribe on YouTube