Azure / aca-java-runtimes-workshop

Host the code and the documentation of the Azure Container Apps workshop for Java runtimes (Quarkus, Micronaut, Spring Boot)
https://aka.ms/java-runtimes
MIT License
19 stars 15 forks source link

Rename the container apps #18

Open agoncal opened 1 year ago

agoncal commented 1 year ago

When you look at the best naming practices, 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 of

QUARKUS_APP="quarkus-app"
MICRONAUT_APP="micronaut-app"
SPRING_APP="springboot-app"

We should check the Azure Naming Tool.

sinedied commented 1 year ago

I'm deferring this one as it would need redoing a lot of the screenshots!