File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,16 @@ If you have any questions or feature requests, please create new issue with deta
29
29
30
30
## Running the sample in ` IoTCentralApp ` folder
31
31
1 . Make sure [ Azure CLI] ( https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest ) has been installed on your dev machine.
32
- 2 . In console Window, change directory to ` src ` folder.
33
- 3 . Type ` dotnet run ` and press enter.
34
- 4 . Follow the output in the console window to create your IoT Central App with a connected device. Basically, you will be doing the following things.
32
+ 2 . In console window, run below command to login:
33
+
34
+ ``` cmd
35
+ az login
36
+ az account get-access-token --resource https://apps.azureiotcentral.com
37
+ ```
38
+
39
+ 3. In console window, change directory to `src` folder.
40
+ 4. Type `dotnet run` and press enter.
41
+ 5. Follow the output in the console window to create your IoT Central App with a connected device. Basically, you will be doing the following things.
35
42
- Login via Azure CLI.
36
43
- Select a subscrption with arrow keys.
37
44
- Create a new resource group or not.
You can’t perform that action at this time.
0 commit comments