Health Assessment about-health-assessment
Health Assessment is an automated, non-intrusive scan for Production and Stage environments in Cloud Manager within AEM as a Cloud Service. It evaluates content, code, and configurations to find anti-patterns and departures from best practices, improving security and performance.
The health assessment service does the following:
- Scans environments and exposes performance bottlenecks, inefficiencies, and risks.
- Analyzes content structures, such as blueprints, live copies, and customer configurations.
- Detects outdated dependencies, including AEM SDK and third-party libraries.
- Flags code quality issues, such as incorrect annotations and inefficient patterns.
- Delivers actionable guidance in dashboards (for example, Action Center).
- Drives proactive remediation to improve system performance.
Each run lists issues by severity, links to guidance and recommended fixes, and supports a PDF export of the report. You can use the Latest Report view for the current state and Past Reports to compare runs.
See also Health Assessment patterns for rule definitions and remediation details.
Access the Health Assessment page access-health-assessment
-
Sign into Cloud Manager at experiece.adobe.com.
-
In the Quick access section, click Experience Manager.
-
In the left side panel, click Cloud Manager.
-
Select an organization that you want. The image below is for illustration. Select your own organization name.
-
On the My Programs console, click the program for which you want to view its report.
-
Do either one of the following:
-
In the Environments card, to the right of an environment name, click
-
From the left side menu, under Services, click
-
Run a new report for a selected environment run-report
-
In the upper-right corner of the Health Assessment page, confirm the target environment that you are about to assess.
If the environment is incorrect, click
-
Click Run Report.
While a report runs for the selected environment, Run Report stays disabled until it finishes.
When the report is complete, the report appears on the Health Assessment page, in the Latest Report section.
View the latest report view-latest-report
-
On the Health Assessment page, review the Latest report section for the following information:
- Results from the most recent run.
- Run date and time.
- Total issue count.
- Highlights of top critical issues.
- Actions: View details or Download PDF of all issues.
View the latest report details view-report-details
-
On the Health Assessment page, to the right of the Latest Report title, click
The View details option shows you the following:
-
A comprehensive list of issues.
-
Ability to view findings and issue descriptions.
-
Ability to view documentation with potential fixes.
-
The Download option gives you the ability to download individual issue reports in PDF.
-
Download PDF of entire report download-pdf-report
-
Near the upper-right corner of the report page, click Download.
A ZIP file is generated that contains PDFs for all issues detected in that report.
Review past reports review-past-reports
On the Health Assessment page, review the Past Reports section for the following information:
- View details of any prior report.
- View each run’s date.
- Download a PDF for any report.
- Sort by date, issue count, or environment.
- To the right of the Past Reports heading, click
- To the far right of a report, click
Health Assessment patterns ha-patterns
The following is the full list of anti-patterns and issues that Health Assessment detects in AEM as a Cloud Service. The table groups items into three types: Content Analysis, Code Analysis, and Cloud Service Optimizer anti-patterns, with an explanation for each.
jcr:content
node in page.sling:resourceType
in page.@Inject
annotation.