Skip to content

This project outputs an binary that can analyze Java project and output azure.yaml which is used by azd.

Notifications You must be signed in to change notification settings

rujche/azure-java-project-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This project outputs an binary that can analyze Java project and output azure.yaml which is used by azd.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages