aca-java-runtimes-workshop icon indicating copy to clipboard operation
aca-java-runtimes-workshop copied to clipboard

Add more deployments targets to the workshop

Open agoncal opened this issue 9 months ago • 0 comments

Today the workshop uses several frameworks (Quarkus, SpringBoot and Micronaut) and several artifact formats (JVM and GraalVM binary). We should also have several deployment target. Today we only deploy on ACA, but it would be nice to deploy on AppService and Azure Function.

The structure of the workshop could change around:

  • Setting up the project
  • Developing the applications
    • Developing the Quarkus Application
    • Developing the Micronaut Application
    • Developing the SpringBoot Application
  • Executing, Load Testing and Monitoring Locally
  • Deploying, Load Testing and Monitoring on ACA
  • Deploying, Load Testing and Monitoring on AppServices
  • Deploying, Load Testing and Monitoring on Azure Function

The "Going Native" should go under the "Developing the applications" for each app

agoncal avatar Feb 21 '25 17:02 agoncal