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
{{ message }}
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-13
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
---
2
2
page_type: sample
3
3
languages:
4
-
- javascript
5
-
- nodejs
4
+
- c
6
5
- cpp
7
6
products:
8
7
- azure
@@ -27,29 +26,27 @@ The [MXChip IoT DevKit](https://aka.ms/iot-devkit) is an all-in-one Arduino-comp
27
26
28
27
Finish the [Getting Started Guide](https://docs.microsoft.com/en-us/samples/azure-samples/mxchip-iot-devkit-get-started/sample/) to:
29
28
30
-
* Have your IoT DevKit connected to Wi-Fi.
31
-
* Prepare the development environment.
29
+
* Have your IoT DevKit connected to Wi-Fi.
30
+
* Prepare the development environment.
32
31
33
32
An active Azure subscription. If you do not have one, you can register via one of these methods:
34
33
35
-
* Activate a [free 30-day trial Microsoft Azure account](https://azure.microsoft.com/free/).
36
-
* If you are an MSDN or Visual Studio subscriber
37
-
Claim your [Azure credit](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/).
34
+
* Activate a [free 30-day trial Microsoft Azure account](https://azure.microsoft.com/free/).
35
+
* If you are an MSDN or Visual Studio subscriber. Claim your [Azure credit](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/).
38
36
39
37
## Even if you have a subscription
40
38
41
39
Even if you do have an active Azure subscription but have not yet created an instance of the Device Provisioning service
42
40
43
-
* Create and link IoT Hub with Device Provisioning Service instance with
44
-
[Set up auto provisioning](https://docs.microsoft.com/en-us/azure/iot-dps/quick-setup-auto-provision).
41
+
* Create and link IoT Hub with Device Provisioning Service instance with [Set up auto provisioning](https://docs.microsoft.com/en-us/azure/iot-dps/quick-setup-auto-provision).
45
42
46
43
## Open the project folder
47
44
48
45
### Start VS Code
49
46
50
-
* Start Visual Studio Code.
51
-
* Make sure [Azure IoT Device Workbench](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-iot-workbench) is installed.
52
-
* Connect IoT DevKit to your PC.
47
+
* Start Visual Studio Code.
48
+
* Make sure [Azure IoT Tools](https://aka.ms/azure-iot-tools) is installed.
49
+
* Connect IoT DevKit to your PC.
53
50
54
51
### Open Azure IoT Device Workbench Examples
55
52
@@ -179,4 +176,4 @@ Advance to the other tutorials to learn:
0 commit comments