Skip to content

Commit d3f75e1

Browse files
authored
Merge pull request #101699 from v-maudel/patch-428
C164863: Adding missing backticks at end of code
2 parents 29869c9 + def4680 commit d3f75e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/iot-edge/tutorial-csharp-module-windows.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ The deployment manifest shares the credentials for your container registry with
9999
"address": "<registry name>.azurecr.io"
100100
}
101101
}
102+
```
102103

103104
3. Open the **.env** file in your module solution. (It's hidden by default in the Solution Explorer, so you might need to select the **Show All Files** button to display it.) The .env file should contain the same username and password variables that you saw in the deployment.template.json file.
104105

0 commit comments

Comments
 (0)