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: docs/azure/migration/appmod/containerization.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,23 @@
1
1
---
2
2
title: Containerize your project using GitHub Copilot app modernization for .NET
3
3
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.
4
5
ms.topic: quickstart
5
6
ms.custom: devx-track-dotnet
6
7
ms.date: 09/17/2025
7
8
author: JiDong
8
9
ms.author: donji
9
-
ai-usage: ai-assisted
10
10
---
11
11
12
-
# Containerize your project using GitHub Copilot app modernization for .NET
13
12
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
0 commit comments