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.
When you look at the best naming practices, it is recommended to prefix a container app with
ctap. So we should rename our apps:Instead of
We should check the Azure Naming Tool.