Skip to content

Commit 81ba865

Browse files
authored
ACR image name should be lower case.
1 parent f99384d commit 81ba865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-edge/tutorial-store-data-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The following steps show you how to create an IoT Edge function using Visual Stu
6666
| Provide a solution name | Enter a descriptive name for your solution, like **SqlSolution**, or accept the default. |
6767
| Select module template | Choose **Azure Functions - C#**. |
6868
| Provide a module name | Name your module **sqlFunction**. |
69-
| Provide Docker image repository for the module | An image repository includes the name of your container registry and the name of your container image. Your container image is prepopulated from the last step. Replace **localhost:5000** with the login server value from your Azure container registry. You can retrieve the login server from the Overview page of your container registry in the Azure portal. <br><br>The final string looks like \<registry name\>.azurecr.io/sqlFunction. |
69+
| Provide Docker image repository for the module | An image repository includes the name of your container registry and the name of your container image. Your container image is prepopulated from the last step. Replace **localhost:5000** with the login server value from your Azure container registry. You can retrieve the login server from the Overview page of your container registry in the Azure portal. <br><br>The final string looks like \<registry name\>.azurecr.io/sqlfunction. |
7070

7171
The VS Code window loads your IoT Edge solution workspace.
7272

0 commit comments

Comments
 (0)