Skip to content

Commit ae86f2e

Browse files
committed
Fix typo
1 parent 77c4e1d commit ae86f2e

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ 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. 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/).
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>`
131131

@@ -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-
@@ -284,6 +278,7 @@ Step 5 guides users through creating, configuring, and running a Stream Analytic
284278
4. Enter the following information-
285279

286280
- `Output alias` - A unique alias for the output
281+
287282
- `Select Group workspace from your subscriptions` - Select this radio button
288283
- `Group workspace` - Select your target group workspace
289284
- `Dataset name` - Enter a dataset name

0 commit comments

Comments
 (0)