We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you look at the best naming practices, it is recommended to prefix a container app with ctap. So we should rename our apps:
ctap
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.
The text was updated successfully, but these errors were encountered:
I'm deferring this one as it would need redoing a lot of the screenshots!
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: