Azure / Azure/aca-java-runtimes-workshop

Rename the container apps

Open
#18 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.