Exciting New Features for GitHub Copilot for Azure
We've been on a roll adding new features to the private preview and we've added some of my favorites in our latest release!
Building Apps for Azure 
- Need help starting a new Azure project? Try asking
@azure
for help with your idea for a new project!@azure
can now look up developer templates that could be a good starting point for what you're trying to build. Here's an example:
"@azure help me get started with a Python RAG application"
Deploying to Azure 
- You can once again ask
@azure
for help with init'ing, deploying, and creating pipelines for your Azure projects via the Azure developer CLI (azd), and expect to receive more than just simple text responses in return. Clone a project from the Awesome AZD site and try this:
"@azure help me deploy this app to Azure"
GPT-4o
@azure
is now using GPT-4o for more accurate, faster answers. (If you haven't used it in a while the speed difference will blow you away!)
Slash Commands
Slash commands have made their return to @azure
and you're in control!
- Use
@azure /learn ...
to learn about Azure - Use
@azure /resources ...
to get information about your Azure resources
Give them a try and let me know what your favorite is!
Ready to Check it Out?
If you're not already signed up, get access to the private preview at GitHub Copilot for Azure Sign-Up.
Published on:
Learn moreRelated posts
Build reliable Go applications: Configuring Azure Cosmos DB Go SDK for real-world scenarios
When building applications that interact with databases, developers frequently encounter scenarios where default SDK configurations don’...
Azure Migrate project creation
Webinar: Smart Document Management in SharePoint with Copilot Agents & Azure AI
Managing a flood of incoming documents, whether for loan applications, onboarding, or compliance, can quickly become chaotic. Manually sorting...
Building Event-Driven Go applications with Azure Cosmos DB and Azure Functions
The Go programming language is a great fit for building serverless applications. Go applications can be easily compiled to a single, staticall...
July Patches for Azure DevOps Server
Today we are releasing patches that impact the latest version of our self-hosted product, Azure DevOps Server. We strongly encourage and recom...
Azure SDK Release (June 2025)
Azure SDK releases every month. In this post, you'll find this month's highlights and release notes. The post Azure SDK Release (June 2025) ap...
Exploring azd extensions: Enhance your Azure developer experience
A deep dive into the introduction of the Azure Developer CLI (azd) extensions and the azd extension framework to build extensions. The post Ex...