Skip to content

Commit 2b093f1

Browse files
committed
Fix typo
Azure container registry -> Azure Container Registry
1 parent 2155d2f commit 2b093f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,15 @@ 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

115115
1. Open the [Azure Cloud Shell](https://shell.azure.com/) and sign in to your Azure subscription.
116116

117117
1. Select the **Bash** shell.
118118

119-
1. Run the following commands to create an Azure container registry:
119+
1. Run the following commands to create an Azure Container Registry:
120120

121121
```azurecli
122122
REGISTRY_NAME="{your unique container registry name}"
@@ -156,7 +156,7 @@ To create a device template for the IoT Edge gateway device:
156156
157157
1. Open your local copy of the *moduledeployment.json* manifest file in a text editor.
158158
159-
1. Find the `registryCredentials` section and replace the placeholders with the values you made a note of when you created the Azure container registry. The `address` value looks like `{your username}.azurecr.io`.
159+
1. Find the `registryCredentials` section and replace the placeholders with the values you made a note of when you created the Azure Container Registry. The `address` value looks like `{your username}.azurecr.io`.
160160
161161
1. Find the `settings` section for the `transformmodule`. Replace `{your username}` with the same value you used in the previous step. Save the changes.
162162

0 commit comments

Comments
 (0)