Skip to content

Commit 8261e4f

Browse files
committed
Fix warnings
1 parent 8fa3531 commit 8261e4f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

articles/iot-hub-device-update/create-device-update-account.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create a device update account in Device Update for Azure IoT Hub | Micro
33
description: Create a device update account in Device Update for Azure IoT Hub.
44
author: vimeht
55
ms.author: vimeht
6-
ms.date: 06/21/2022
6+
ms.date: 06/22/2022
77
ms.topic: how-to
88
ms.service: iot-hub-device-update
99
ms.custom: subject-rbac-steps
@@ -27,14 +27,16 @@ An IoT hub. It's recommended that you use an S1 (Standard) tier or above.
2727

2828
* Use the Bash environment in [Azure Cloud Shell](../cloud-shell/quickstart.md).
2929

30-
[![Launch Cloud Shell in a new window](media/cloud-shell-try-it/hdi-launch-cloud-shell.png)](https://shell.azure.com)
30+
[![Launch Cloud Shell in a new window](../../includes/media/cloud-shell-try-it/hdi-launch-cloud-shell.png)](https://shell.azure.com)
3131

3232
* If you prefer to run CLI reference commands locally, [install the Azure CLI](/cli/azure/install-azure-cli)
3333

3434
* Sign in to the Azure CLI by using the [az login](/cli/azure/reference-index#az-login) command.
3535
* Run [az version](/cli/azure/reference-index#az-version) to find the version and dependent libraries that are installed. To upgrade to the latest version, run [az upgrade](/cli/azure/reference-index#az-upgrade).
3636
* When prompted, install Azure CLI extensions on first use. The commands in this article use the **azure-iot** extension. Run `az extension update --name azure-iot` to make sure you're using the latest version of the extension.
3737

38+
---
39+
3840
## Create a device update account and instance
3941

4042
# [Azure portal](#tab/portal)

articles/iot-hub-device-update/device-update-log-collection.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Learn how to initiate a Device Update for IoT Hub log operation and view collect
2222

2323
> [!NOTE]
2424
> The remote log collection feature is currently compatible only with devices that implement the Diagnostic Interface and are able to upload files to Azure Blob storage. The reference agent implementation also expects the device to write log files to a user-specified file path on the device.
25+
2526
# [CLI](#tab/cli)
2627

2728
* [Access to an IoT Hub with Device Update for IoT Hub enabled](create-device-update-account.md).
@@ -34,7 +35,7 @@ Learn how to initiate a Device Update for IoT Hub log operation and view collect
3435

3536
* Use the Bash environment in [Azure Cloud Shell](../cloud-shell/quickstart.md).
3637

37-
[![Launch Cloud Shell in a new window](media/cloud-shell-try-it/hdi-launch-cloud-shell.png)](https://shell.azure.com)
38+
[![Launch Cloud Shell in a new window](../../includes/media/cloud-shell-try-it/hdi-launch-cloud-shell.png)](https://shell.azure.com)
3839

3940
* If you prefer to run CLI reference commands locally, [install the Azure CLI](/cli/azure/install-azure-cli)
4041

@@ -45,6 +46,8 @@ Learn how to initiate a Device Update for IoT Hub log operation and view collect
4546
> [!NOTE]
4647
> The remote log collection feature is currently compatible only with devices that implement the Diagnostic Interface and are able to upload files to Azure Blob storage. The reference agent implementation also expects the device to write log files to a user-specified file path on the device.
4748
49+
---
50+
4851
## Link your Azure Blob storage account to your Device Update instance
4952

5053
In order to use the remote log collection feature, you must first link an Azure Blob storage account with your Device Update instance. This Azure Blob storage account is where your devices will upload diagnostic logs to.

0 commit comments

Comments
 (0)