Skip to content

Commit c8e5597

Browse files
authored
Update Java assessment doc for version 7 preview
1 parent d57e48c commit c8e5597

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/migrate/appcat/java-preview.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 01/08/2025
1010
#customer intent: As a developer, I want to assess my Java application so that I can understand its readiness for migration to Azure.
1111
---
1212

13-
# Azure Migrate application and code assessment for Java
13+
# Azure Migrate application and code assessment for Java version 7 (Preview)
1414

1515
> [!Note]
1616
> This documentation is for the next generation of _Azure Migrate application and code assessment for Java_ **version 7.x**. This version is in **preview**.
@@ -43,13 +43,12 @@ The tool contains rules for helping you replatform your applications so you can
4343

4444
The rules used by Azure Migrate application and code assessment are grouped based on a *target*. A target is where or how the application runs, and general needs and expectations. When assessing an application, you can choose multiple targets. The following table describes the available targets:
4545

46-
| Target | Description | ID |
46+
| Target Name | Description | Target |
4747
|--------------------------|------------------------------------------------------------------------|------------------------|
4848
| Azure App Service | Best practices for deploying an app to Azure App Service. | `azure-appservice` |
4949
| Azure Kubernetes Service | Best practices for deploying an app to Azure Kubernetes Service. | `azure-aks` |
5050
| Azure Container Apps | Best practices for deploying an app to Azure Container Apps. | `azure-container-apps` |
5151
| Cloud Readiness | General best practices for making an application Cloud (Azure) ready. | `cloud-readiness` |
52-
| Discovery | Identifies technology usage such as libraries and frameworks. | `discovery` |
5352
| Linux | General best practices for making an application Linux ready. | `linux` |
5453
| OpenJDK 11 | General best practices for running a Java 8 application with Java 11. | `openjdk11` |
5554
| OpenJDK 17 | General best practices for running a Java 11 application with Java 17. | `openjdk17` |
@@ -104,7 +103,7 @@ For the JDK requirement, we recommend you use the [Microsoft Build of OpenJDK](/
104103
### Prerequisites
105104

106105
- [Download](/java/openjdk/download#openjdk-17) and [install Microsoft Build of OpenJDK 17](/java/openjdk/install). Ensure that the **JAVA_HOME** environment variable is set.
107-
- [Download Apache Maven](https://maven.apache.org/download.cgi) and [install locally](https://maven.apache.org/install.html).
106+
- [Download Apache Maven](https://maven.apache.org/download.cgi) and [install locally](https://maven.apache.org/install.html). Ensure that the Maven binary (`mvn`) is reachable through `PATH` environment variable.
108107
- [Download and install Python 3](https://www.python.org/downloads/).
109108

110109
### Installation
@@ -150,12 +149,12 @@ On Windows, this is `%USERPROFILE%/.appcat` and on Linux/Mac, this is `$HOME/.ap
150149

151150
Add the `.appcat` folder to your PATH environment variable so you can run the tool from any folder in the terminal.
152151

153-
- **Linux / macOS:**
152+
- **Linux / macOS:**
154153
```sh
155154
mv /path/to/extracted/azure-migrate-appcat-for-java-cli-<OS>-<architecture>-<release-version>-preview/ $HOME/.appcat
156155
```
157156

158-
- **Windows:**
157+
- **Windows:**
159158
```psh
160159
move /path/to/extracted/azure-migrate-appcat-for-java-cli-<OS>-<architecture>-<release-version>-preview/ %USERPROFILE%/.appcat
161160
```

0 commit comments

Comments
 (0)