Skip to content

Commit 771d0ce

Browse files
authored
Merge pull request #7784 from microsoft/azure-blog
Fix headings
2 parents 547b0cb + d2cd701 commit 771d0ce

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

blogs/2024/11/15/introducing-github-copilot-for-azure.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@ Date: 2024-11-15
77
Author: Chris Harris
88
---
99

10+
# Introducing GitHub Copilot for Azure (preview)
11+
1012
November 15, 2024 by Chris Harris, Product Manager
1113

12-
I'm thrilled to introduce the public preview of **GitHub Copilot for Azure** - a new tool that integrates effortlessly with GitHub Copilot Chat in VS Code. Imagine it as your personal guide for navigating the Azure cloud. No more toggling between your IDE and the Azure portal to manage infrastructure or look up commands and arguments. Now, you can concentrate on your core task - coding. Whether you're setting up services or deploying applications, simply prompt `@azure` in the Chat view and manage everything directly within your editor.
14+
I'm thrilled to introduce the preview of **GitHub Copilot for Azure** - a new tool that integrates effortlessly with GitHub Copilot Chat in VS Code. Imagine it as your personal guide for navigating the Azure cloud. No more toggling between your IDE and the Azure portal to manage infrastructure or look up commands and arguments. Now, you can concentrate on your core task - coding. Whether you're setting up services or deploying applications, simply prompt `@azure` in the Chat view and manage everything directly within your editor.
1315

1416
You can get started right now by installing [GitHub Copilot for Azure](https://aka.ms/GetGitHubCopilotForAzure) from the Visual Studio Marketplace!
1517

1618
GitHub Copilot for Azure can help with different tasks throughout the lifecycle of building and running your application.
1719

18-
### Learning about Azure
20+
## Learning about Azure
1921

2022
![GIF demonstrating learning about Azure](learn_10-11-2024.gif)
2123

@@ -26,7 +28,7 @@ GitHub Copilot for Azure brings in relevant, up-to-date documentation without le
2628
- `@azure Give me a detailed description of Azure AI Search`
2729
- `@azure Which azure services can run my container?`
2830

29-
### Deploying
31+
## Deploying
3032

3133
![GIF showing how to search for and deploy an azd template](deploy-init_10-11-2024.gif)
3234

@@ -38,7 +40,7 @@ GitHub Copilot for Azure streamlines the process of deploying your applications
3840
- `@azure Can you help me build an RAG chat app with GPT-4o?`
3941
- `@azure List the regions where GPT-4o is available`
4042

41-
### Troubleshooting
43+
## Troubleshooting
4244

4345
![GIF demonstrating how to diagnose an app issue](diagnose-logs_10-11-2024.gif)
4446

@@ -52,7 +54,7 @@ Moreover, it doesn't just help identify problems - it actively assists in resolv
5254
- `@azure Why is my [ReallyImportantWebsite] webapp running slow?`
5355
- `@azure Are there any errors in the logs of my [SuperCoolDemo] Container App?`
5456

55-
### Operating
57+
## Operating
5658

5759
![GIF demonstrating searching for Azure resources](view-resources_10-11-2024.gif)
5860

@@ -68,7 +70,7 @@ This immediate access to resource data helps you optimize your setup by identify
6870
- `@azure How do I list all the pods in my AKS cluster?`
6971
- `@azure Breakdown the cost of my [VeryImportantResourceGroup] resource group for October?`
7072

71-
### Slash commands give you more control
73+
## Slash commands give you more control
7274

7375
GitHub Copilot for Azure tries to identify the intent of your natural language prompt. By using slash commands, you can express your intent more explicitly. And these slash commands are also a useful shorthand notation for common commands.
7476

@@ -78,11 +80,11 @@ GitHub Copilot for Azure tries to identify the intent of your natural language p
7880
- `/diagnose` to figure out what's wrong with your applications
7981
- `/changeTenant` to choose the Azure tenant you want to use
8082

81-
### Get started now!
83+
## Get started now!
8284

8385
GitHub Copilot for Azure is currently in preview, and can be installed from the Visual Studio Marketplace: [Get GitHub Copilot for Azure](https://aka.ms/GetGitHubCopilotForAzure)
8486

85-
### Share your thoughts
87+
## Share your thoughts
8688

8789
We'd love to hear your feedback, whether it's positive or negative! Use the "Thumbs Up" and "Thumbs Down" buttons to share your thoughts, and feel free to open issues in our [GitHub repo](https://aka.ms/GitHubCopilotForAzureRepo). Your input is invaluable to us as we strive to improve and support you on your Azure journey.
8890

0 commit comments

Comments
 (0)