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: articles/migrate/appcat/appcat7-interpret-report.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,31 +14,32 @@ ms.date: 01/15/2025
14
14
#customer intent: As a developer, I want to assess my Java application so that I can understand its readiness for migration to Azure.
15
15
---
16
16
# Interpret the AppCAT 7 report
17
-
This document guides you through the AppCAT report to help you well understand it for assessing the migration readiness of your Java application to Azure. The report generated by appcat provides a comprehensive overview of the application and its components. You can use this report to gain insights into the structure and dependencies of the application, and to determine its suitability for replatform and modernization.
17
+
This document guides you through the AppCAT report to help you well understand it for assessing the migration readiness of your Java application to Azure. The report provides a comprehensive overview of the application and its components. You can use this report to gain insights into the structure and dependencies of the application, and to determine its suitability for replatform and modernization.
18
18
## Application list view
19
19
The landing page of the report presents a overall view of all analyzed applications. From here, you can navigate to individual application reports to explore detailed findings.
20
20
21
21
:::image type="content" source="media/java/appcat-7-report-applist.png" alt-text="app list of the AppCAT assessment report." lightbox="media/java/appcat-7-report-applist.png":::
22
22
## Application view
23
-
The application report consists of three sections:
24
-
- Application Information: shows the basic information of your application.
25
-
- Issue Summary: shows the issue overview for three domains with percentage on issue criticality.
23
+
The application report consists of 3 sections:
24
+
-**Application Information**: Reveals the basic information of your application including Java version, framework, build tool, etc..
25
+
-**Issue Summary**: shows the issue overview for three domains with percentage on issue criticality.
26
26
- The detail report is organized into 4 sub sections:
27
-
- Issues: Provides a concise summary of all issues that require attention.
28
-
- Dependencies: Displays all Java-packaged dependencies found within the application.
29
-
- Technologies: Displays all embedded libraries grouped by functionality, allowing you to quickly view the technologies used in the application.
30
-
- Insights: Detailed files and information to better understand detected technologies
27
+
-**Issues**: Provides a concise summary of all issues that require attention.
28
+
-**Dependencies**: Displays all Java-packaged dependencies found within the application.
29
+
-**Technologies**: Displays all embedded libraries grouped by functionality, allowing you to quickly view the technologies used in the application.
30
+
-**Insights**: Detailed files and information to better understand detected technologies.
31
31
32
32
:::image type="content" source="media/java/appcat-7-report-app.png" alt-text="app view of the AppCAT assessment report." lightbox="media/java/appcat-7-report-app.png":::
33
33
### Issues
34
-
Access this report by clicking the Issues tab. It provides a categorized issue list of various aspects of Azure readiness, cloud native, and Java modernization that you need to address to successfully migrate the application to Azure. Learn more about domains and criticality via below sections.
34
+
Access this part by clicking the Issues tab. It provides a categorized issue list of various aspects of Azure readiness, cloud native, and Java modernization that you need to address to successfully migrate the application to Azure. Learn more about domain and criticality via below sections.
35
35
|Domain|Description|
36
36
|---------|---------|
37
37
|Azure readiness|Identifies app dependencies and suggests equivalent Azure solutions|
38
38
|cloud native|Assesses how well the app follows cloud-native practices like scalability and containerization|
39
39
|Java modernization|Identifies JDK and framework issues for version upgrade|
40
40
41
41
|Criticality|Description|
42
+
|---------|---------|
42
43
|Mandatory|Issues that must be fixed for migration to Azure|
43
44
|Potential|Issues that might impact migration and need review|
44
45
|Optional|Low-impact issues; fixing them is recommended but optional|
@@ -54,15 +55,15 @@ Each reported issue can be expanded, by clicking on the title, to obtain additio
54
55
:::image type="content" source="media/java/appcat-7-report-issue-code.png" alt-text="issue code of the AppCAT issue code report." lightbox="media/java/appcat-7-report-issue-code.png":::
55
56
56
57
### Technologies
57
-
Access this report by clicking the Technologies tab. The report lists the occurrences of technologies, grouped by function, in the analyzed application. It is an overview of the technologies found in the application, and is designed to assist users in quickly understanding each application’s purpose.
58
+
Access this part by clicking the Technologies tab. The report lists the occurrences of technologies, grouped by function, in the analyzed application. It is an overview of the technologies found in the application, and is designed to assist users in quickly understanding each application’s purpose.
58
59
59
60
:::image type="content" source="media/java/appcat-7-report-technologies.png" alt-text="technologies of the AppCAT assessment report." lightbox="media/java/appcat-7-report-technologies.png":::
60
61
### Dependencies
61
-
Access this report by clicking the Dependencies tab.
62
+
Access this part by clicking the Dependencies tab. Displays all Java-packaged dependencies found within the application.
62
63
63
64
:::image type="content" source="media/java/appcat-7-report-dependencies.png" alt-text="dependencies of the AppCAT assessment report." lightbox="media/java/appcat-7-report-dependencies.png":::
64
65
### Insights
65
-
Access this report by clicking the Insights tab.
66
+
Access this part by clicking the Insights tab. Detailed files and information to better understand detected technologies.
66
67
67
68
:::image type="content" source="media/java/appcat-7-report-insights.png" alt-text="Insights of the AppCAT assessment report." lightbox="media/java/appcat-7-report-insights.png":::
0 commit comments