Skip to content

Commit 410c671

Browse files
authored
Merge pull request #49563 from cyz/cyz-accelerate-app
Updating: Get started with GitHub Copilot
2 parents 1a822d6 + d3740bd commit 410c671

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

learn-pr/wwl-azure/get-started-github-copilot/includes/3-examine-github-copilot-benefits.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ GitHub Copilot is implemented using two extensions for Visual Studio Code: GitHu
6464

6565
- The GitHub Copilot extension provides code completions and code generation from comments. Powerful tools that help developers write code faster and smarter.
6666
- The GitHub Copilot Chat extension provides the editor with an AI-enabled chat interface that’s focused on developer scenarios. It recognizes the entire project workspace, the code revisions being entered, error messages, and other aspects of the compiler/runtime environment. Developers can use Copilot Chat to get an in-depth analysis of their code, investigate new features, enhance or refactor existing features, generate unit tests, and even receive proposed fixes for bugs.
67+
- GitHub Copilot for Azure extension integrates seamlessly with Azure services, providing AI-powered coding assistance for developers working on cloud-based projects. This integration helps developers understand Azure features, deploy resources, retrieve information about resources, and diagnose and troubleshoot issues.
6768

6869
## Limitations of GitHub Copilot Chat
6970

learn-pr/wwl-azure/get-started-github-copilot/includes/4-exercise-install-github-copilot-extensions-visual-studio-code.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ You can set up a subscription to GitHub Copilot Pro with your personal GitHub ac
2222
> [!NOTE]
2323
> The GitHub Copilot free trial offer can be found on your personal GitHub account page. Open your GitHub account Settings page, and then select Copilot to access the trial offer or check the status of your GitHub Copilot subscription.
2424
25+
> [!TIP]
26+
> GitHub Copilot offers a free tier with **2,000 code autocompletes and 50 chat messages per month**. To get started, open Visual Studio Code, click on the GitHub Copilot icon, and then click "Sign in to Use GitHub Copilot for Free". Log in to your GitHub account in the window that will open in the browser. [Learn more](https://gh.io/copilot).
27+
28+
> [!TIP]
29+
> Educators, Students and select open-source maintainers can receive Copilot Pro for free, learn how at: [https://aka.ms/Copilot4Students](https://aka.ms/Copilot4Students).
30+
31+
2532
### Member of an organization
2633

2734
If your GitHub account is licensed through an organization, you need to be assigned to a subscription by an organization owner.

learn-pr/wwl-azure/get-started-github-copilot/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ abstract: |
2727
2828
- Configure the GitHub Copilot extensions for Visual Studio Code.
2929
prerequisites: |
30-
- An active subscription for GitHub Copilot in your personal GitHub account (or associated with a subscription managed by an organization or enterprise) is required.
30+
- An active subscription for GitHub Copilot is required for either your personal GitHub account or a GitHub account managed by an organization or enterprise. You can set up a GitHub Copilot Free account or sign up for a subscription to GitHub Copilot Pro trial with a one-time 30-day trial. For learning, the Copilot Free option with usage limits should be sufficient.
3131
32-
- Awareness of the GitHub Copilot free trial conditions. If you choose the free trial offer for GitHub Copilot, a form of payment is requested at sign-up. Charges aren't applied until the trial is over, unless you cancel before the conclusion of the 30-day period.
32+
- Awareness of the GitHub Copilot free trial conditions: if you choose the free trial offer for GitHub Copilot, a form of payment is requested at sign-up. Charges aren't applied until the trial is over, unless you cancel before the conclusion of the 30-day period.
3333
iconUrl: /training/achievements/generic-badge.svg
3434
levels:
3535
- intermediate
@@ -51,4 +51,4 @@ units:
5151
- learn.wwl.get-started-github-copilot.knowledge-check
5252
- learn.wwl.get-started-github-copilot.summary
5353
badge:
54-
uid: learn.wwl.get-started-github-copilot.badge
54+
uid: learn.wwl.get-started-github-copilot.badge

0 commit comments

Comments
 (0)