Skip to content

Commit 6a04991

Browse files
Merge pull request #265477 from timlt/combine-sdk
Combine SDK articles content
2 parents 4a687b4 + 289d5c4 commit 6a04991

File tree

4 files changed

+28
-34
lines changed

4 files changed

+28
-34
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@
8484
"source_path_from_root": "/articles/iot/iot-security-best-practices.md",
8585
"redirect_url": "/azure/iot/iot-overview-security",
8686
"redirect_document_id": true
87+
},
88+
{
89+
"source_path_from_root": "/articles/iot/iot-device-sdks-lifecycle-and-support.md",
90+
"redirect_url": "/azure/iot/iot-sdks",
91+
"redirect_document_id": false
8792
}
8893
]
8994
}

articles/iot/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ items:
126126
items:
127127
- name: Device and Service SDKs
128128
href: iot-sdks.md
129-
- name: Device SDKs lifecycle and support
130-
href: iot-device-sdks-lifecycle-and-support.md
131129
- name: Azure Certified for IoT device catalog
132130
href: https://catalog.azureiotsolutions.com/
133131
- name: Azure IoT Tools for VS Code

articles/iot/iot-device-sdks-lifecycle-and-support.md

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

articles/iot/iot-sdks.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following tables list the various SDKs you can use to build IoT solutions.
2020

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

23-
To learn more about how to use the device SDKs, see [What is Azure IoT device and application development?](../iot-develop/about-iot-develop.md).
23+
To learn more about how to use the device SDKs, see [What is Azure IoT device and application development?](../iot-develop/about-iot-develop.md).
2424

2525
### Embedded device SDKs
2626

@@ -30,6 +30,28 @@ Use the embedded device SDKs to develop code to run on IoT devices that connect
3030

3131
To learn more about when to use the embedded device SDKs, see [C SDK and Embedded C SDK usage scenarios](../iot-develop/concepts-using-c-sdk-and-embedded-c-sdk.md).
3232

33+
### Device SDK lifecycle and support
34+
35+
This section summarizes the Azure IoT Device SDK lifecycle and support policy. For more information, see [Azure SDK Lifecycle and support policy](https://azure.github.io/azure-sdk/policies_support.html).
36+
37+
#### Package lifecycle
38+
39+
Packages are released in the following categories. Each category has a defined support structure.
40+
41+
1. **Beta** - Also known as Preview or Release Candidate. Available for early access and feedback purposes and **is not recommended** for use in production. The preview version support is limited to GitHub issues. Preview releases typically live for less than six months, after which they're either deprecated or released as active.
42+
43+
1. **Active** - Generally available and fully supported, receives new feature updates, as well as bug and security fixes. We recommend that customers use the **latest version** because that version receives fixes and updates.
44+
45+
1. **Deprecated** - Superseded by a more recent release. Deprecation occurs at the same time the new release becomes active. Deprecated releases address the most critical bug fixes and security fixes for another **12 months**.
46+
47+
#### Get support
48+
49+
If you experience problems while using the Azure IoT SDKs, there are several ways to seek support:
50+
51+
* **Reporting bugs** - All customers can report bugs on the issues page for the GitHub repository associated with the relevant SDK.
52+
53+
* **Microsoft Customer Support team** - Users who have a [support plan](https://azure.microsoft.com/support/plans/) can engage the Microsoft Customer Support team by creating a support ticket directly from the [Azure portal](https://portal.azure.com/signin/index/?feature.settingsportalinstance=mpac).
54+
3355
## IoT Hub service SDKs
3456

3557
[!INCLUDE [iot-hub-sdks-service](../../includes/iot-hub-sdks-service.md)]

0 commit comments

Comments
 (0)