You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blogs/2024/11/15/introducing-github-copilot-for-azure.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,17 @@ Date: 2024-11-15
7
7
Author: Chris Harris
8
8
---
9
9
10
+
# Introducing GitHub Copilot for Azure (preview)
11
+
10
12
November 15, 2024 by Chris Harris, Product Manager
11
13
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.
13
15
14
16
You can get started right now by installing [GitHub Copilot for Azure](https://aka.ms/GetGitHubCopilotForAzure) from the Visual Studio Marketplace!
15
17
16
18
GitHub Copilot for Azure can help with different tasks throughout the lifecycle of building and running your application.
17
19
18
-
###Learning about Azure
20
+
## Learning about Azure
19
21
20
22

21
23
@@ -26,7 +28,7 @@ GitHub Copilot for Azure brings in relevant, up-to-date documentation without le
26
28
-`@azure Give me a detailed description of Azure AI Search`
27
29
-`@azure Which azure services can run my container?`
28
30
29
-
###Deploying
31
+
## Deploying
30
32
31
33

32
34
@@ -38,7 +40,7 @@ GitHub Copilot for Azure streamlines the process of deploying your applications
38
40
-`@azure Can you help me build an RAG chat app with GPT-4o?`
39
41
-`@azure List the regions where GPT-4o is available`
40
42
41
-
###Troubleshooting
43
+
## Troubleshooting
42
44
43
45

44
46
@@ -52,7 +54,7 @@ Moreover, it doesn't just help identify problems - it actively assists in resolv
52
54
-`@azure Why is my [ReallyImportantWebsite] webapp running slow?`
53
55
-`@azure Are there any errors in the logs of my [SuperCoolDemo] Container App?`
54
56
55
-
###Operating
57
+
## Operating
56
58
57
59

58
60
@@ -68,7 +70,7 @@ This immediate access to resource data helps you optimize your setup by identify
68
70
-`@azure How do I list all the pods in my AKS cluster?`
69
71
-`@azure Breakdown the cost of my [VeryImportantResourceGroup] resource group for October?`
70
72
71
-
###Slash commands give you more control
73
+
## Slash commands give you more control
72
74
73
75
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.
74
76
@@ -78,11 +80,11 @@ GitHub Copilot for Azure tries to identify the intent of your natural language p
78
80
-`/diagnose` to figure out what's wrong with your applications
79
81
-`/changeTenant` to choose the Azure tenant you want to use
80
82
81
-
###Get started now!
83
+
## Get started now!
82
84
83
85
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)
84
86
85
-
###Share your thoughts
87
+
## Share your thoughts
86
88
87
89
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.
0 commit comments