Skip to content

Commit bfadfb2

Browse files
authored
Merge pull request #234438 from ryanwinterms/support
add azure iot hub device sdk support page
2 parents 521b131 + ae35fd6 commit bfadfb2

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Azure IoT device SDKs lifecycle and support
3+
description: Describe the lifecycle and support for our IoT Hub and DPS device SDKs
4+
author: ryanwinter
5+
ms.author: rywinter
6+
ms.service: iot
7+
services: iot
8+
ms.topic: overview
9+
ms.date: 4/13/2023
10+
---
11+
12+
# Azure IoT Device SDK lifecycle and support
13+
14+
The article describes 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).
15+
16+
## Package lifecycle
17+
18+
The releases fall into the following categories, each with a defined support structure.
19+
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.
20+
21+
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.
22+
23+
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**.
24+
25+
## Get support
26+
27+
If you experience problems while using the Azure IoT SDKs, there are several ways to seek support:
28+
29+
* **Reporting bugs** - All customers can report bugs on the issues page for the GitHub repository associated with the relevant SDK.
30+
31+
* **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).

articles/iot/toc.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,12 @@
4848
href: ../time-series-insights/index.yml
4949
- name: IoT device developer
5050
href: ../iot-develop/index.yml
51-
- name: Azure IoT device SDKs and samples
52-
href: iot-sdks.md
51+
- name: Azure IoT SDKs
52+
items:
53+
- name: Device and Service SDKs
54+
href: iot-sdks.md
55+
- name: Device SDKs lifecycle and support
56+
href: iot-device-sdks-lifecycle-and-support.md
5357
- name: Azure Certified for IoT device catalog
5458
href: https://catalog.azureiotsolutions.com/
5559
- name: Azure IoT Tools for VS Code

0 commit comments

Comments
 (0)