Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 617 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 617 Bytes

Azure Java Project Analyzer

This project outputs a binary executable, which can analyze Java project and output azure.yaml. The generated azure.yaml can be used to deploy project by azd.

Build binary executable

go build

Execute binary executable

1. Example 1: Change directory then run ajpa

cd ${WORKING_DIRECTORY}
./ajpa

2. Example 2: Run ajpa with -cwd parameter

./ajpa -cwd ${WORKING_DIRECTORY}

Samples

More samples comparing azure.yaml generated by azd and ajpa can be found in SAMPLES.md.