Skip to content

Commit 3590300

Browse files
authored
Fix heading casing (#47509)
1 parent 22c1573 commit 3590300

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

docs/azure/migration/appmod/overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ App Modernization for .NET is provided as a Visual Studio extension and relies o
2929

3030
For a complete walkthrough of setting up and using GitHub Copilot app modernization for .NET, see [Quickstart: Assessing an application and applying code changes](quickstart.md).
3131

32-
## Key Concepts
32+
## Key concepts
3333

3434
GitHub Copilot app modernization for .NET supports end-to-end migration to Azure, including assessment, planning, code remediation, build fixes, and unit test fixes. It uses GitHub Copilot AI capabilities to help you migrate and run your applications on Azure with confidence, accelerating the entire modernization lifecycle.
3535

@@ -45,33 +45,33 @@ When code changes are needed, the tool guides you through remediation using pred
4545

4646
For more information, see [Predefined tasks](predefined-tasks.md).
4747

48-
## Common Use Cases
48+
## Common use cases
4949

5050
App Modernization for .NET (Preview) supports the following scenarios:
5151

5252
- **Assessment of modernization issue**
5353

5454
Evaluates your application's readiness for Azure migration in Visual Studio, powered by [AppCAT for .NET](../appcat/install.md).
5555

56-
![Assessment](media/overview_assessment.png)
56+
![Assessment](media/overview_assessment.png)
5757

5858
- **Solution recommendations**
5959

6060
Recommends target Azure services for your application's resource dependencies, tailored to each category of assessed issues.
6161

62-
![Solution](media/overview_solution.png)
62+
![Solution](media/overview_solution.png)
6363

6464
- **Code remediation for common issues**
6565

6666
Accelerates code changes for [common modernization issues](predefined-tasks.md) by applying predefined tasks that represent expert best practices.
6767

68-
![Apply Task](media/overview_remediation.png)
68+
![Apply Task](media/overview_remediation.png)
6969

7070
- **Automatic fixes for compilation errors:**
7171

7272
Automatically discovers and fixes compilation errors introduced by code changes.
7373

74-
## Feedback and Privacy
74+
## Feedback and privacy
7575

7676
- **Feedback:** We value your feedback—share [your thoughts here](https://aka.ms/AM4DFeedback) to help us improve the product.
7777
- **License:** This extension is licensed under the [GitHub Copilot Product Specific Terms](https://github.com/customer-terms/github-copilot-product-specific-terms).

docs/azure/migration/appmod/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: alexwolfmsft
88
ms.author: alexwolf
99
---
1010

11-
# Quickstart: Assess and Migrate a .NET Project with GitHub Copilot app modernization for .NET (Preview)
11+
# Quickstart: Assess and migrate a .NET Project with GitHub Copilot app modernization for .NET (Preview)
1212

1313
In this quickstart, you assess and migrate a .NET project using [GitHub Copilot app modernization for .NET (Preview)](https://marketplace.visualstudio.com/items?itemName=vscjava.appmod-dotnet). You complete the following tasks:
1414

@@ -33,7 +33,7 @@ GitHub Copilot is a dependency of the App Modernization Extension and experience
3333

3434
For more information, see [Set up GitHub Copilot in Visual Studio](/visualstudio/ide/visual-studio-github-copilot-install-and-states?view=vs-2022).
3535

36-
## Install the GitHub Copilot App Modernization Extension
36+
## Install the GitHub Copilot app modernization extension
3737

3838
To complete the steps ahead, you need to install the GitHub Copilot app modernization for .NET (Preview) Visual Studio extension.
3939

docs/azure/migration/appmod/sample.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ author: alexwolfmsft
88
ms.author: alexwolf
99
---
1010

11-
# Contoso University Migration Sample
11+
# Contoso University migration sample
1212

1313
The [Contoso University sample web app](https://github.com/Azure-Samples/dotnet-migration-copilot-samples/tree/main/ContosoUniversity) provides an example project you can experiment with using GitHub Copilot app modernization for .NET (Preview). For more information and step-by-step instructions, see the [quickstart guide](quickstart.md).
1414

15-
## Scenario Overview
15+
## Scenario overview
1616

1717
Contoso University is a fictional university management system originally built with .NET Framework 4.8. The application includes features such as:
1818

@@ -37,6 +37,6 @@ Using App Modernization for .NET (Preview), you can update the sample to use mod
3737

3838
This migration illustrates how to transform a legacy, on-premises application into a scalable and maintainable cloud-native solution using GitHub Copilot and Azure services.
3939

40-
## Learn More
40+
## Learn more
4141

4242
- [Quickstart: Assess and migrate a .NET project using GitHub Copilot app modernization for .NET (Preview)](quickstart.md)

0 commit comments

Comments
 (0)