Skip to content

Commit eaff4a1

Browse files
authored
Merge pull request #190991 from nkhuyent/ngt-vision-2
Update per customer feedbacks
2 parents d1deed4 + ae86f2e commit eaff4a1

File tree

1 file changed

+11
-19
lines changed

1 file changed

+11
-19
lines changed

articles/azure-percept/create-people-counting-solution-with-azure-percept-devkit-vision.md

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ This section guides users on modifying the cloned people counting repo with thei
125125

126126
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 `
127127

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/).
129129

130130
`docker login -u <ACR username> -p <ACR password> <ACR login server>`
131-
131+
132132
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`
133133

134134
![Build and Push IoT Edge Solution](./media/create-people-counting-solution-with-azure-percept-vision-images/build-and-push.png)
@@ -243,19 +243,13 @@ Step 5 guides users through creating, configuring, and running a Stream Analytic
243243
3. On the new input pane, enter the following information -
244244

245245
- `Input alias` - Enter a unique alias for the input
246-
246+
247247
- `Select IoT Hub from your subscription` - Select this radio button
248-
249248
- `Subscription` - Select the Azure subscription you are using for this lab
250-
251249
- `IoT Hub` - Select the IoT Hub you are using for this lab
252-
253250
- `Consumer group` - Select the consumer group you created previously
254-
255251
- `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-
257252
- `Shared access policy key` - This field is auto filled based on your selection for the shared access policy name
258-
259253
- `Endpoint` - Select Messaging
260254

261255
Leave all other fields as default-
@@ -283,15 +277,13 @@ Step 5 guides users through creating, configuring, and running a Stream Analytic
283277

284278
4. Enter the following information-
285279

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
295287

296288
:::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.":::
297289

@@ -353,7 +345,7 @@ This step will guide users on how to create a Power BI report from the People Co
353345

354346
7. This will generate a graph as follows-
355347

356-
![graph is generated](./media/create-people-counting-solution-with-azure-percept-vision-images/ power-bi-graph.png)
348+
![graph is generated](./media/create-people-counting-solution-with-azure-percept-vision-images/power-bi-graph.png)
357349

358350
8. Click `Refresh` periodically to update the graph
359351

0 commit comments

Comments
 (0)