Skip to content

Commit dade0a9

Browse files
authored
Merge pull request #126616 from changeworld/patch-53
Fix typo
2 parents c90fc42 + f59e096 commit dade0a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/tutorial-java-quarkus-connect-managed-identity-postgresql-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ What you learn:
2121

2222
> [!div class="checklist"]
2323
> * Configure a Quarkus app to authenticate using Microsoft Entra ID with a PostgreSQL Database.
24-
> * Create an Azure container registry and push a Java app image to it.
24+
> * Create an Azure Container Registry instance and push a Java app image to it.
2525
> * Create a Container App in Azure.
2626
> * Create a PostgreSQL database in Azure.
2727
> * Connect to a PostgreSQL Database with managed identity using Service Connector.
@@ -49,7 +49,7 @@ LOCATION="eastus"
4949
az group create --name $RESOURCE_GROUP --location $LOCATION
5050
```
5151

52-
Create an Azure container registry instance using the [az acr create](/cli/azure/acr#az-acr-create) command and retrieve its login server using the [az acr show](/cli/azure/acr#az-acr-show) command. The registry name must be unique within Azure and contain 5-50 alphanumeric characters. All letters must be specified in lower case. In the following example, `mycontainerregistry007` is used. Update this to a unique value.
52+
Create an Azure Container Registry instance using the [az acr create](/cli/azure/acr#az-acr-create) command and retrieve its login server using the [az acr show](/cli/azure/acr#az-acr-show) command. The registry name must be unique within Azure and contain 5-50 alphanumeric characters. All letters must be specified in lower case. In the following example, `mycontainerregistry007` is used. Update this to a unique value.
5353

5454
```azurecli
5555
REGISTRY_NAME=mycontainerregistry007

0 commit comments

Comments
 (0)