Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit b0b2134

Browse files
authored
Merge pull request #1 from xinyiz1226/patch-1
Update README.md
2 parents 39c72a6 + 9db29b8 commit b0b2134

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

README.md

+10-13
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
page_type: sample
33
languages:
4-
- javascript
5-
- nodejs
4+
- c
65
- cpp
76
products:
87
- azure
@@ -27,29 +26,27 @@ The [MXChip IoT DevKit](https://aka.ms/iot-devkit) is an all-in-one Arduino-comp
2726

2827
Finish the [Getting Started Guide](https://docs.microsoft.com/en-us/samples/azure-samples/mxchip-iot-devkit-get-started/sample/) to:
2928

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.
3231

3332
An active Azure subscription. If you do not have one, you can register via one of these methods:
3433

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

3937
## Even if you have a subscription
4038

4139
Even if you do have an active Azure subscription but have not yet created an instance of the Device Provisioning service
4240

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).
4542

4643
## Open the project folder
4744

4845
### Start VS Code
4946

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.
5350

5451
### Open Azure IoT Device Workbench Examples
5552

@@ -179,4 +176,4 @@ Advance to the other tutorials to learn:
179176
- [Manage device enrollments](https://docs.microsoft.com/en-us/azure/iot-dps/how-to-manage-enrollments)
180177
- [Revoke device access](https://docs.microsoft.com/en-us/azure/iot-dps/how-to-revoke-device-access-portal)
181178
- [Use HSM with SDK](https://docs.microsoft.com/en-us/azure/iot-dps/how-to-revoke-device-access-portal)
182-
- [Control access to Provisioning Service](https://docs.microsoft.com/en-us/azure/iot-dps/how-to-control-access)
179+
- [Control access to Provisioning Service](https://docs.microsoft.com/en-us/azure/iot-dps/how-to-control-access)

0 commit comments

Comments
 (0)