You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This action should create a manifest file in the src/edge/config folder named deployment.customvision.amd64.json.
151
-
1. Open the src/edge/ deployment.customvision.template.json file, and find the registryCredentials JSON block. In this block, you'll find the address of your Azure container registry along with its username and password.
151
+
1. Open the src/edge/ deployment.customvision.template.json file, and find the `registryCredentials` JSON block. In this block, you'll find the address of your Azure container registry along with its username and password.
152
152
1. Push the local Custom Vision container into your Azure Container Registry instance by following these steps on the command line:
153
153
154
154
1. Sign in to the registry by executing the following command:
@@ -162,9 +162,9 @@ After you're finished, you can export the model to a Docker container by using t
162
162
1. Tag your image by using this command: <br/>`docker tag cvtruck <address>/cvtruck`.
163
163
1. Push your image by using this command: <br/>`docker push <address>/cvtruck`.
164
164
165
-
If successful, you should see Pushed on the command line along with the SHA for the image.
165
+
If successful, you should see `Pushed` on the command line along with the SHA for the image.
166
166
1. You can also confirm by checking your Azure Container Registry instance in the Azure portal. Here you'll see the name of the repository along with the tag.
167
-
1. Set the IoT Hub connection string by selecting the **More actions** icon next to the **AZURE IOT HUB** pane in the lower-left corner. You can copy the string from the appsettings.json file. (Here's another recommended approach to ensure you have the proper IoT hub configured within Visual Studio Code via the [Select IoT Hub command](https://github.com/Microsoft/vscode-azure-iot-toolkit/wiki/Select-IoT-Hub)).
167
+
1. Set the IoT Hub connection string by selecting the **More actions** icon next to the **AZURE IOT HUB** pane in the lower-left corner. You can copy the string from the appsettings.json file. (Here's another recommended approach to ensure you have the proper IoT hub configured within Visual Studio Code via the [Select IoT Hub command](https://github.com/Microsoft/vscode-azure-iot-toolkit/wiki/Select-IoT-Hub).)
168
168
169
169
> [!div class="mx-imgBorder"]
170
170
> :::image type="content" source="./media/custom-vision-tutorial/connection-string.png" alt-text="Screenshot that shows Set IoT Hub Connection String.":::
@@ -188,7 +188,7 @@ Right-click the Live Video Analytics device, and select **Start Monitoring Built
188
188
189
189
## Run the sample program
190
190
191
-
If you open the graph topology for this tutorial in a browser, you'll see that the value of inferencingUrl has been set to http://cv:80/image. This setting means the inference server will return results after detecting toy trucks, if any, in the live video.
191
+
If you open the graph topology for this tutorial in a browser, you'll see that the value of `inferencingUrl` has been set to `http://cv:80/image`. This setting means the inference server will return results after detecting toy trucks, if any, in the live video.
192
192
193
193
1. In Visual Studio Code, open the **Extensions** tab (or select **Ctrl+Shift+X**) and search for Azure IoT Hub.
0 commit comments