Skip to content

Commit 0ff89cc

Browse files
authored
fixing capitalization
1 parent 2b093f1 commit 0ff89cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ To create a container registry:
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)