Skip to content

Commit f156b36

Browse files
authored
Merge pull request #48687 from dotnet/main
Publish
2 parents 1ee1ed3 + bffd44c commit f156b36

19 files changed

+167
-453
lines changed

.openpublishing.redirection.azure.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
"source_path_from_root": "/docs/azure/dotnet-howto-migrate-vm.md",
1717
"redirect_url": "/dotnet/azure/migration/vm"
1818
},
19+
{
20+
"source_path_from_root": "/docs/azure/migration/appmod/overview.md",
21+
"redirect_url": "/dotnet/core/porting/github-copilot-app-modernization-overview?toc=/dotnet/azure/toc.json&bc=/dotnet/breadcrumb/toc.json"
22+
},
23+
{
24+
"source_path_from_root": "/docs/azure/migration/appmod/faq.md",
25+
"redirect_url": "/dotnet/core/porting/github-copilot-app-modernization-faq?toc=/dotnet/azure/toc.json&bc=/dotnet/breadcrumb/toc.json"
26+
},
1927
{
2028
"source_path_from_root": "/docs/azure/dotnet-quickstart-vs.md",
2129
"redirect_url": "/visualstudio/deployment/quickstart-deploy-aspnet-web-app"

.openpublishing.redirection.core.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,10 @@
926926
"redirect_url": "/dotnet/core/deploying/index",
927927
"redirect_document_id": true
928928
},
929+
{
930+
"source_path_from_root": "/docs/core/porting/github-copilot-app-modernization-install.md",
931+
"redirect_url": "/dotnet/core/porting/github-copilot-app-modernization-overview"
932+
},
929933
{
930934
"source_path_from_root": "/docs/core/preview3/tools/csproj.md",
931935
"redirect_url": "/dotnet/core/project-sdk/msbuild-props",

docs/azure/migration/appmod/containerization.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,7 @@ In this quickstart, you learn how to containerize your project using GitHub Copi
2222

2323
Before you begin, make sure you have:
2424

25-
- Windows operating system
26-
- [Visual Studio 2022 version 17.14.16 or newer](https://visualstudio.microsoft.com/downloads/)
27-
- [.NET desktop development workload](/visualstudio/install/modify-visual-studio?view=vs-2022&preserve-view=true#change-workloads-or-individual-components) with these optional components enabled:
28-
- GitHub Copilot
29-
- GitHub Copilot app modernization for .NET
30-
- GitHub account with Copilot access and a supported subscription plan:
31-
- [Sign in to Visual Studio using a GitHub account](/visualstudio/ide/work-with-github-accounts) with [Copilot access](https://docs.github.com/copilot/about-github-copilot/what-is-github-copilot#getting-access-to-copilot).
32-
- Supported subscription plans: Copilot Pro, Copilot Pro+, Copilot Business, or Copilot Enterprise.
33-
- If you change subscriptions, restart Visual Studio.
25+
[!INCLUDE[github-copilot-app-mod-prereqs](../../../includes/github-copilot-app-mod-prereqs.md)]
3426

3527
## Containerize your project
3628

docs/azure/migration/appmod/deploy.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,7 @@ In this quickstart, you learn how to deploy your project to Azure with GitHub Co
1414

1515
## Prerequisites
1616

17-
- Windows operating system
18-
- [Visual Studio 2022 version 17.14.16 or newer](https://visualstudio.microsoft.com/downloads/)
19-
- [.NET desktop development workload](/visualstudio/install/modify-visual-studio?view=vs-2022&preserve-view=true#change-workloads-or-individual-components) with these optional components enabled:
20-
- GitHub Copilot
21-
- GitHub Copilot app modernization for .NET
22-
- GitHub account with Copilot access and a supported subscription plan:
23-
- [Sign in to Visual Studio using a GitHub account](/visualstudio/ide/work-with-github-accounts) with [Copilot access](https://docs.github.com/copilot/about-github-copilot/what-is-github-copilot#getting-access-to-copilot).
24-
- Supported subscription plans: Copilot Pro, Copilot Pro+, Copilot Business, or Copilot Enterprise.
25-
- If you change subscriptions, restart Visual Studio.
17+
[!INCLUDE[github-copilot-app-mod-prereqs](../../../includes/github-copilot-app-mod-prereqs.md)]
2618

2719
## Deploy your project
2820

docs/azure/migration/appmod/faq.md

Lines changed: 0 additions & 160 deletions
This file was deleted.

docs/azure/migration/appmod/overview.md

Lines changed: 0 additions & 90 deletions
This file was deleted.

docs/azure/migration/appmod/quickstart.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,7 @@ In this quickstart, you assess and migrate a .NET project by using GitHub Copilo
1919

2020
## Prerequisites
2121

22-
- Windows operating system
23-
- [Visual Studio 2022 version 17.14.16 or newer](https://visualstudio.microsoft.com/downloads/)
24-
- [.NET desktop development workload](/visualstudio/install/modify-visual-studio?view=vs-2022&preserve-view=true#change-workloads-or-individual-components) with these optional components enabled:
25-
- GitHub Copilot
26-
- GitHub Copilot app modernization for .NET
27-
- GitHub account with Copilot access and a supported subscription plan:
28-
- [Sign in to Visual Studio using a GitHub account](/visualstudio/ide/work-with-github-accounts) with [Copilot access](https://docs.github.com/copilot/about-github-copilot/what-is-github-copilot#getting-access-to-copilot).
29-
- Supported subscription plans: Copilot Pro, Copilot Pro+, Copilot Business, or Copilot Enterprise.
30-
- If you change subscriptions, restart Visual Studio.
22+
[!INCLUDE[github-copilot-app-mod-prereqs](../../../includes/github-copilot-app-mod-prereqs.md)]
3123

3224
## Assess app readiness
3325

@@ -116,4 +108,4 @@ You can choose one of the predefined options and send it in the chat:
116108
## Next Steps
117109

118110
- [Predefined Tasks](predefined-tasks.md)
119-
- [Frequently Asked Questions](faq.md)
111+
- [Frequently Asked Questions](../../../core/porting/github-copilot-app-modernization-faq.yml)

docs/azure/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ items:
2727
- name: GitHub Copilot app modernization for .NET
2828
items:
2929
- name: Overview
30-
href: ../core/porting/github-copilot-app-modernization-overview.md
30+
href: ../core/porting/github-copilot-app-modernization-overview.md?toc=/dotnet/azure/toc.json&bc=/dotnet/breadcrumb/toc.json
3131
- name: FAQ
32-
href: ../core/porting/github-copilot-app-modernization-faq.yml
32+
href: ../core/porting/github-copilot-app-modernization-faq.yml?toc=/dotnet/azure/toc.json&bc=/dotnet/breadcrumb/toc.json
3333
- name: Predefined Tasks
3434
href: ./migration/appmod/predefined-tasks.md
3535
- name: Quickstart - Assess and migrate a .NET project

0 commit comments

Comments
 (0)