Skip to content

Commit 90afa91

Browse files
committed
fixes
1 parent 37b365f commit 90afa91

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

docs/azure/migration/appmod/containerization.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
---
22
title: Containerize your project using GitHub Copilot app modernization for .NET
33
description: Learn how to containerize your .NET project using GitHub Copilot app modernization for .NET.
4+
#customer intent: As a .NET developer, I want to containerize my project using GitHub Copilot App Modernization so that I can modernize my application efficiently.
45
ms.topic: quickstart
56
ms.custom: devx-track-dotnet
67
ms.date: 09/17/2025
78
author: JiDong
89
ms.author: donji
9-
ai-usage: ai-assisted
1010
---
1111

12-
# Containerize your project using GitHub Copilot app modernization for .NET
1312

14-
In this quickstart, you learn how to containerize your project using [GitHub Copilot app modernization for .NET (Preview)](https://aka.ms/appmod-dotnet-marketplace).
15-
This tool helps you generate Dockerfile and build Docker images.
13+
# Quickstart: Containerize your project using GitHub Copilot app modernization for .NET
14+
15+
In this quickstart, you learn how to containerize your project using [GitHub Copilot app modernization for .NET (Preview)](https://aka.ms/appmod-dotnet-marketplace). The app modernization extension uses GitHub Copilot's AI capabilities to:
16+
17+
- Analyze your project structure and dependencies
18+
- Generate appropriate Dockerfile configurations
19+
- Create build-ready Docker images
20+
- Provide guidance throughout the containerization process
1621

1722
## Prerequisites
1823

docs/azure/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ items:
3333
- name: Predefined Tasks
3434
href: ./migration/appmod/predefined-tasks.md
3535
- name: Quickstart - Assess and migrate a .NET project
36+
href: ./migration/appmod/containerization.md
37+
- name: Quickstart - Containerize a .NET project
3638
href: ./migration/appmod/quickstart.md
3739
- name: Sample - Contoso University
3840
href: ./migration/appmod/sample.md

0 commit comments

Comments
 (0)