Skip to content

Commit 5e64a84

Browse files
authored
Merge pull request #298662 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 328a110 + e4f5c84 commit 5e64a84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

articles/iot-central/core/howto-transform-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ In this scenario, the IoT Edge device runs a custom module that transforms the d
108108
- Build the custom module.
109109
- Add the custom module to a container registry.
110110

111-
The IoT Edge runtime downloads custom modules from a container registry such as an Azure container registry or Docker Hub. The [Azure Cloud Shell](../../cloud-shell/overview.md) has all the tools you need to create a container registry, build the module, and upload the module to the registry:
111+
The IoT Edge runtime downloads custom modules from a container registry such as an Azure Container Registry or Docker Hub. The [Azure Cloud Shell](../../cloud-shell/overview.md) has all the tools you need to create a container registry, build the module, and upload the module to the registry:
112112

113113
To create a container registry:
114114

0 commit comments

Comments
 (0)