aca-java-runtimes-workshop
aca-java-runtimes-workshop copied to clipboard
Host the code and the documentation of the Azure Container Apps workshop for Java runtimes (Quarkus, Micronaut, Spring Boot)
Bumps [net.sourceforge.plantuml:plantuml](https://github.com/plantuml/plantuml) from 1.2021.2 to 1.2023.9. Commits 74574c4 chore: Version 1.2023.9 6475c39 chore: add tests for testCanWeReadThisEnvironmentVariable ff6e71e fix: only allow to read some environment variables fbe7fa3 feat: remove legacy...
- /!\ Add IMPORTANT note in azure to NOT use a company account as can enforce restrictive policies /!\ - Rewrite the env variable part: make command to set UNIQUE_ID...
reminder for me to change it 😉
When you look at the best [naming practices](https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/resource-abbreviations#containers), it is recommended to prefix a container app with `ctap`. So we should rename our apps: ``` QUARKUS_APP="ctap-quarkus" MICRONAUT_APP="ctap-micronaut" SPRING_APP="ctap-springboot" ``` Instead...
Some attendees running on WSL had some issues. One variable was set with a Carriage Return and made some AZ CLI commands impossible to run
It would be good to add a section on the size of the JAR files generated by the 3 runtimes, as well as the difference between JVM and Native
Error running mvn install on Windows Ubuntu WSL ``` $ uname -a Linux DESKTOP-R4VLT3C 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux mvn -v Apache...
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...