Skip to content

Commit e8b8ea9

Browse files
authored
Update appcat7-interpret-report.md
1 parent 9573cc0 commit e8b8ea9

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

articles/migrate/appcat/appcat7-interpret-report.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,32 @@ ms.date: 01/15/2025
1414
#customer intent: As a developer, I want to assess my Java application so that I can understand its readiness for migration to Azure.
1515
---
1616
# 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.
1818
## Application list view
1919
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.
2020

2121
:::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":::
2222
## 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.
2626
- 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.
3131

3232
:::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":::
3333
### 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.
3535
|Domain|Description|
3636
|---------|---------|
3737
|Azure readiness|Identifies app dependencies and suggests equivalent Azure solutions|
3838
|cloud native|Assesses how well the app follows cloud-native practices like scalability and containerization|
3939
|Java modernization|Identifies JDK and framework issues for version upgrade|
4040

4141
|Criticality|Description|
42+
|---------|---------|
4243
|Mandatory|Issues that must be fixed for migration to Azure|
4344
|Potential|Issues that might impact migration and need review|
4445
|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
5455
:::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":::
5556

5657
### 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.
5859

5960
:::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":::
6061
### 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.
6263

6364
:::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":::
6465
### 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.
6667

6768
:::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":::
6869

0 commit comments

Comments
 (0)