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
The extension offers the following the key capabilities:
9
+
## Extension capabilities
10
10
11
-
* Intelligent assessments and upgrade planning
12
-
Copilot scans your codebase, analyzes dependencies and frameworks, and builds actionable plans to guide your modernization journey.
11
+
The [GitHub Copilot App Modernization](https://marketplace.visualstudio.com/items?itemName=vscjava.migrate-java-to-azure) extension offers the following the key capabilities:
13
12
14
-
* AI-powered code transformation
15
-
From Java 8 to the latest LTS version, Copilot automates upgrades with structured, context-aware edits, cutting out repetitive work and reducing upgrade risk.
13
+
***Intelligent assessments and upgrade planning**: Copilot scans your codebase, analyzes dependencies and frameworks, and builds actionable plans to guide your modernization journey.
16
14
17
-
* Reusable migration patterns
18
-
Capture your team’s refactoring logic into custom formulas, then reapply them across apps for consistent, scalable modernization.
15
+
***AI-powered code transformation**: From Java 8 to the latest LTS version, Copilot automates upgrades with structured, context-aware edits, cutting out repetitive work and reducing upgrade risk.
19
16
20
-
* Build and test validation
21
-
Copilot fixes build errors, runs unit tests, and ensures your application is stable after changes, helping maintain clean CI/CD pipelines.
17
+
***Reusable migration patterns**: Capture your team’s refactoring logic into custom formulas, then reapply them across apps for consistent, scalable modernization.
22
18
23
-
* CVE detection and remediation
24
-
Automatically detect and patch known vulnerabilities post-upgrade. Copilot applies secure fixes while keeping you in full control of the changes.
19
+
***Build and test validation**: Copilot fixes build errors, runs unit tests, and ensures your application is stable after changes, helping maintain clean CI/CD pipelines.
25
20
26
-
* Seamless Azure integration
27
-
Deploy upgraded apps to Azure with minimal effort. Modernized apps can immediately use Azure AI Foundry to unlock over 11,000 models, built-in observability, safety tools, and agent services.
21
+
***CVE detection and remediation**: Automatically detect and patch known vulnerabilities post-upgrade. Copilot applies secure fixes while keeping you in full control of the changes.
22
+
23
+
***Seamless Azure integration**: Deploy upgraded apps to Azure with minimal effort. Modernized apps can immediately use Azure AI Foundry to unlock over 11,000 models, built-in observability, safety tools, and agent services.
28
24
29
25
## Get started
30
26
31
-
Get started with one of the following tutorials or learn more about [general app modernization](https://learn.microsoft.com/en-us/azure/developer/github-copilot-app-modernization/overview):
27
+
Get started with one of the following tutorials:
32
28
33
29
*[Upgrade a Java project](https://learn.microsoft.com/java/upgrade/quickstart-upgrade)
34
30
*[Assess and migrate a Java project](https://learn.microsoft.com/azure/developer/java/migration)
35
31
*[Detect and fix security issues in your Java project](https://learn.microsoft.com/java/upgrade/tools)
32
+
33
+
## Related resources
34
+
35
+
* Learn more about [general concepts of app modernization](https://learn.microsoft.com/en-us/azure/developer/github-copilot-app-modernization/overview)
0 commit comments