Skip to content

Commit 89e419e

Browse files
authored
Merge pull request #32695 from yoichinak/patch-36
Suggest to close code blocks
2 parents fd970d9 + 0de3d1b commit 89e419e

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

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

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

106107
4. Save the deployment.template.json file.
107108

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

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

106107
4. Save the deployment.template.json file.
107108

articles/iot-edge/tutorial-develop-for-windows.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ The IoT Edge runtime needs your registry credentials to pull your container imag
170170
"address": "<registry name>.azurecr.io"
171171
}
172172
}
173+
```
173174

174175
4. Save the deployment.template.json file.
175176

@@ -334,4 +335,4 @@ In this tutorial, you set up Visual Studio 2019 on your development machine and
334335

335336
> [!div class="nextstepaction"]
336337
> [C](tutorial-c-module-windows.md)
337-
> [C#](tutorial-csharp-module-windows.md)
338+
> [C#](tutorial-csharp-module-windows.md)

0 commit comments

Comments
 (0)