Skip to content

Commit e6f918f

Browse files
authored
Merge pull request #313792 from dominicbetts/iot-fundamentals-deletes
Remove IoT fundamentals article
2 parents c446db7 + 520c8aa commit e6f918f

6 files changed

Lines changed: 10 additions & 114 deletions

File tree

articles/iot-hub/iot-sdks.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ The following tables list the various SDKs you can use to build IoT solutions.
1919

2020
Use the device SDKs to develop code to run on IoT devices that connect to IoT Hub or IoT Central.
2121

22-
To learn more about how to use the device SDKs, see [What is Azure IoT device and application development?](../iot/concepts-iot-device-development.md)
23-
2422
### Embedded device SDKs
2523

2624
[!INCLUDE [iot-hub-sdks-embedded](../../includes/iot-hub-sdks-embedded.md)]

articles/iot/.openpublishing.redirection.iot.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,11 @@
179179
"source_path_from_root": "/articles/iot/iot-mqtt-connect-to-iot-dps.md",
180180
"redirect_url": "/azure/iot-dps/iot-mqtt-connect-to-iot-dps",
181181
"redirect_document_id": true
182+
},
183+
{
184+
"source_path_from_root": "/articles/iot/concepts-iot-device-development.md",
185+
"redirect_url": "/azure/iot-hub/iot-hub-devguide-sdks",
186+
"redirect_document_id": false
182187
}
183188
]
184189
}

articles/iot/TOC.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@ items:
33
href: index.yml
44
- name: Overview
55
items:
6-
- name: What is Azure IoT?
7-
href: iot-introduction.md
8-
- name: IoT solution components
9-
items:
10-
- name: Device development
11-
href: iot-overview-device-development.md
12-
- name: Secure your solution
13-
href: iot-overview-security.md
14-
expanded: true
6+
- name: What is Azure IoT?
7+
href: iot-introduction.md
8+
- name: Secure your solution
9+
href: iot-overview-security.md
1510
- name: Choose an Azure IoT service
1611
href: iot-services-and-technologies.md
1712
- name: Develop IoT devices

articles/iot/concepts-iot-device-development.md

Lines changed: 0 additions & 100 deletions
This file was deleted.

articles/iot/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ conceptualContent:
6262
- url: ../iot-hub/iot-sdks.md#device-sdks
6363
itemType: reference
6464
text: Device SDKs reference
65-
- url: ./concepts-iot-device-development.md
65+
- url: ../iot-hub/iot-hub-devguide-sdks.md
6666
itemType: concept
6767
text: Device development for IoT Hub
6868
- url: /previous-versions/azure/iot/tutorial-send-telemetry-iot-hub

articles/iot/iot-overview-device-development.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ For MCU devices, see:
130130

131131
All of the device SDKs include samples that demonstrate how to use the SDK to connect to the cloud, send telemetry, and use the other primitives.
132132

133-
The [IoT device development](./concepts-iot-device-development.md) site includes tutorials and how-to guides that show you how to implement code for a range of device types and scenarios.
134-
135133
You can find more samples in the [code sample browser](/samples/browse/?expanded=azure&products=azure-iot%2Cazure-iot-edge%2Cazure-iot-pnp%2Cazure-rtos).
136134

137135
### Device development without a device SDK

0 commit comments

Comments
 (0)