Skip to content

Commit e38bb6a

Browse files
authored
Apply suggestions from code review
1 parent 3298b3b commit e38bb6a

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

docs/azure/migration/appmod/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,12 @@ This error occurs when AppCAT cannot find a compatible .NET SDK, even if you hav
126126

127127
To fix this error:
128128

129-
1. Download and install the .NET 9 SDK from <https://dotnet.microsoft.com/download/dotnet/9.0>.
129+
1. Download and install the .NET 9.0 SDK from <https://dotnet.microsoft.com/download/dotnet/9.0>.
130130
2. Restart Visual Studio.
131131
3. Run the assessment again.
132132

133133
> [!NOTE]
134-
> The GitHub Copilot app modernization for .NET extension can automatically help you install or upgrade to .NET 9. If you have an older version of the extension, updating to the latest version will provide automatic installation assistance for the required .NET 9 SDK.
134+
> The GitHub Copilot app modernization for .NET extension can automatically help you install or upgrade to .NET 9. If you have an older version of the extension, update to the latest version for automatic installation assistance for the required .NET 9.0 SDK.
135135
136136
## Does the tool store my source code?
137137

docs/azure/migration/appmod/quickstart.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this quickstart, you assess and migrate a .NET project using [GitHub Copilot
1818

1919
## Prerequisites
2020

21-
Before you begin, ensure follow the prerequisites of [https://aka.ms/ghcp-appmod/dotNET#prerequisites].
21+
Before you begin, [complete the preqrequisites](https://aka.ms/ghcp-appmod/dotNET#prerequisites).
2222

2323
### Sign-in to GitHub Copilot
2424

@@ -74,7 +74,7 @@ GitHub Copilot app modernization for .NET (Preview) includes [predefined tasks](
7474

7575
### Start a migration task
7676

77-
You can start a migration task in one of the following ways:
77+
Start a migration task using one of the following options:
7878

7979
**Option 1. Run from the Assessment Report**
8080

@@ -83,11 +83,12 @@ Select the **Run Task** button in the Assessment Report generated in the previou
8383
**Option 2. Send in Copilot Chat**
8484

8585
Send the migration task number (e.g., 1.1) or its name in the chat.
86-
:::image type="content" source="media/quickstart_chat_experience.png" alt-text="A screenshot showing sending the message in the Copilot Chat to start a migration task.":::
86+
87+
:::image type="content" source="media/quickstart_chat_experience.png" alt-text="A screenshot showing sending the message in the Copilot Chat to start a migration task.":::
8788

8889
### Plan and progress tracker generation
8990

90-
- When you start the migration, GitHub Copilot begins a session named "App modernization: migrate from <source technology> to <target technology>" in agent mode with predefined prompts.
91+
- When you start the migration, GitHub Copilot begins a session named "App modernization: migrate from `<source technology>` to `<target technology>`" in agent mode with predefined prompts.
9192
- The tool creates two files in the `.appmod/.migration` folder:
9293
- `plan.md` - the overall migration plan
9394
- `progress.md` - a progress tracker; GitHub Copilot marks items as it completes tasks
@@ -112,7 +113,8 @@ Send the migration task number (e.g., 1.1) or its name in the chat.
112113
## Default chat messages
113114

114115
The GitHub Copilot app modernization for .NET extension provides default chat message options to streamline your workflow.
115-
:::image type="content" source="media/quickstart_followup.png" alt-text="A screenshot showing default chat message options in the Copilot Chat.":::
116+
117+
:::image type="content" source="media/quickstart_followup.png" alt-text="A screenshot showing default chat message options in the Copilot Chat.":::
116118

117119
You can choose one of the predefined options below and send it in the chat:
118120

0 commit comments

Comments
 (0)