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-hub-device-update/device-update-tls-download.md
+6-21Lines changed: 6 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,27 +15,12 @@ ms.subservice: device-update
15
15
16
16
# How to understand and use the Transport Layer Security (TLS) download feature in Device Update for IoT Hub (Preview)
17
17
18
-
When a device downloads an update from the Device Update service, the connection between the Device Update service and the device is HTTP-based. If a TLS connection (HTTPS) between the Device Update service and the device is preferred, this capability can be enabled upon request.
19
-
20
-
>[!NOTE]
21
-
>The TLS download feature is currently in [public preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
22
-
23
-
## How to enable the TLS download feature
24
-
25
-
Obtain your Azure Subscription ID and your Device Update for IoT Hub *account*, *instance*, and *Azure region* information. Here's how to find that information:
26
-
27
-
- Azure Subscription ID:
28
-
- See this article: [https://aka.ms/get-subscription-id](https://aka.ms/get-subscription-id)
29
-
30
-
- Device Update for IoT Hub information:
31
-
- Go to the [Azure portal](https://portal.azure.com/).
32
-
- Search for "Device Update for IoT Hubs" and select the **Device Update for IoT Hubs** option.
33
-
- Select your Device Update account. The *account name* is at the top of the screen.
34
-
- Select the **Overview** view from the left-hand navigation pane. Look for the "Location" field (such as "West US 2"). This field is your *Azure region*.
35
-
- Under the **Instance Management** heading in the left-hand navigation bar, select **Instances**. You'll see your *instance name*.
36
-
- Use [this link](https://nam.dcv.ms/dBgKOpqIL7) to submit the information. You'll receive a reply when your Device Update instance is enabled for the preview TLS download feature.
37
-
38
-
## Additional changes if using FreeRTOS
18
+
When a device downloads an update from the Device Update service, the connection between the Device Update service and the device is HTTP-based. If a TLS connection (HTTPS) between the Device Update service and the device is preferred, this capability is currently under consideration.
19
+
20
+
> [!NOTE]
21
+
> The TLS download feature preview is currently closed. This page is being maintained for existing preview customers. The page will be updated if the preview is re-opened for additional customers.
22
+
23
+
## Additional considerations if using FreeRTOS
39
24
40
25
If you're using FreeRTOS, the [Azure IoT Middleware for FreeRTOS](https://github.com/Azure/azure-iot-middleware-freertos) and [FreeRTOS samples](https://github.com/Azure-Samples/iot-middleware-freertos-samples) available from Microsoft currently support HTTP URLs and need to be modified for TLS (HTTPS) URLs:
0 commit comments