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
Copy file name to clipboardExpand all lines: articles/azure-percept/create-people-counting-solution-with-azure-percept-devkit-vision.md
+9-12Lines changed: 9 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,10 +125,10 @@ This section guides users on modifying the cloned people counting repo with thei
125
125
126
126
3. Now you will build the module image and push it to your container registry. Open Visual Studio Code integrated terminal by selecting `View > Terminal `
127
127
128
-
4. Sign into Docker with the Azure Container registry (ACR) credentials that you saved after creating the registry using below command in terminal-
128
+
4. Sign into Docker with the Azure Container registry (ACR) credentials that you saved after creating the registry using below command in terminal. Note that this command would give a warning that using --password or -p via CLI is insecure. Therefore, if you want a more secure login for your future solution development, use `--passwork-stdin` instead by following [this instruction](https://docs.docker.com/engine/reference/commandline/login/).
5. Visual Studio Code now has access to your container registry. In the next steps you will turn the solution code into a container image. In Visual Studio Code explorer, right click the `deployment.template.json` file and select `Build and Push IoT Edge Solution`
133
133
134
134

@@ -283,15 +283,12 @@ Step 5 guides users through creating, configuring, and running a Stream Analytic
283
283
284
284
4. Enter the following information-
285
285
286
-
a. `Output alias` - A unique alias for the output
287
-
288
-
b. `Group workspace` - Select your target group workspace.
289
-
290
-
c. `Dataset name` - Enter a dataset name
291
-
292
-
d. `Table name` - Enter a table name
293
-
294
-
e. `Authentication mode` - Leave as the default
286
+
-`Output alias` - A unique alias for the output
287
+
-`Select Group workspace from your subscriptions` - Select this radio button
288
+
-`Group workspace` - Select your target group workspace
289
+
-`Dataset name` - Enter a dataset name
290
+
-`Table name` - Enter a table name
291
+
-`Authentication mode` - User token
295
292
296
293
:::image type="content" source="./media/create-people-counting-solution-with-azure-percept-vision-images/stream-analytics-output-fields.png" alt-text="Power BI new output fields.":::
297
294
@@ -353,7 +350,7 @@ This step will guide users on how to create a Power BI report from the People Co
353
350
354
351
7. This will generate a graph as follows-
355
352
356
-

353
+

357
354
358
355
8. Click `Refresh` periodically to update the graph
0 commit comments