Azure / Azure/aca-java-runtimes-workshop
Rename the container apps
- Dominant language
- HTML
- Stars
- 17
- Forks
- 25
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 1
Description
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 of
```
QUARKUS_APP="quarkus-app"
MICRONAUT_APP="micronaut-app"
SPRING_APP="springboot-app"
```
We should check the [Azure Naming Tool](https://github.com/microsoft/CloudAdoptionFramework/tree/master/ready/AzNamingTool).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.