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
+11-19Lines changed: 11 additions & 19 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 `--password-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

@@ -243,19 +243,13 @@ Step 5 guides users through creating, configuring, and running a Stream Analytic
243
243
3. On the new input pane, enter the following information -
244
244
245
245
-`Input alias` - Enter a unique alias for the input
246
-
246
+
247
247
-`Select IoT Hub from your subscription` - Select this radio button
248
-
249
248
-`Subscription` - Select the Azure subscription you are using for this lab
250
-
251
249
-`IoT Hub` - Select the IoT Hub you are using for this lab
252
-
253
250
-`Consumer group` - Select the consumer group you created previously
254
-
255
251
-`Shared access policy name` - Select the name of the shared access policy you want the Stream Analytics job to use for your IoT hub. For this lab, you can select service
256
-
257
252
-`Shared access policy key` - This field is auto filled based on your selection for the shared access policy name
258
-
259
253
-`Endpoint` - Select Messaging
260
254
261
255
Leave all other fields as default-
@@ -283,15 +277,13 @@ Step 5 guides users through creating, configuring, and running a Stream Analytic
283
277
284
278
4. Enter the following information-
285
279
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
280
+
-`Output alias` - A unique alias for the output
281
+
282
+
-`Select Group workspace from your subscriptions` - Select this radio button
283
+
-`Group workspace` - Select your target group workspace
284
+
-`Dataset name` - Enter a dataset name
285
+
-`Table name` - Enter a table name
286
+
-`Authentication mode` - User token
295
287
296
288
:::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
289
@@ -353,7 +345,7 @@ This step will guide users on how to create a Power BI report from the People Co
353
345
354
346
7. This will generate a graph as follows-
355
347
356
-

348
+

357
349
358
350
8. Click `Refresh` periodically to update the graph
0 commit comments