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
Copy file name to clipboardExpand all lines: articles/iot/iot-sdks.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The following tables list the various SDKs you can use to build IoT solutions.
20
20
21
21
Use the device SDKs to develop code to run on IoT devices that connect to IoT Hub or IoT Central.
22
22
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).
24
24
25
25
### Embedded device SDKs
26
26
@@ -30,6 +30,28 @@ Use the embedded device SDKs to develop code to run on IoT devices that connect
30
30
31
31
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).
32
32
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).
0 commit comments