Skip to content

Commit f81c853

Browse files
committed
Bar fixes
1 parent cb9d263 commit f81c853

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

articles/defender-for-iot/device-builders/quickstart-onboard-iot-hub.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Quickstart: Enable Microsoft Defender for IoT on your Azure IoT Hub'
33
description: Learn how to enable Defender for IoT in an Azure IoT hub.
44
ms.topic: quickstart
5-
ms.date: 01/12/2022
5+
ms.date: 01/13/2022
66
ms.custom: mode-other
77
---
88

@@ -23,7 +23,7 @@ This article explains how to enable Microsoft Defender for IoT on an Azure IoT h
2323
2424
## Create an IoT Hub with Microsoft Defender for IoT
2525

26-
You can create a hub in the Azure portal, or using other tools such as Azure IoT Tools for VS code, PowerShell, Azure CLI, or REST API. This tutorial assumes you're using the portal. For all new IoT hubs, Defender for IoT is set to **On** by default.
26+
You can create a hub in the Azure portal. For all new IoT hubs, Defender for IoT is set to **On** by default.
2727

2828
**To create an IoT Hub**:
2929

@@ -33,7 +33,7 @@ You can create a hub in the Azure portal, or using other tools such as Azure IoT
3333

3434
:::image type="content" source="media/quickstart-onboard-iot-hub/management-tab.png" alt-text="Ensure the Defender for IoT toggle is set to on.":::
3535

36-
1. Follow the rest of the article to create the hub.
36+
1. Follow the rest of [this article](../../iot-hub/iot-hub-create-through-portal.md#create-an-iot-hub) to create the hub.
3737

3838
## Enable Defender for IoT on an existing IoT Hub
3939

articles/defender-for-iot/device-builders/tutorial-configure-your-solution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Add a resource group to your IoT solution
33
description: In this quickstart, learn how to configure your end-to-end IoT solution using Microsoft Defender for IoT.
44
ms.topic: tutorial
5-
ms.date: 01/12/2022
5+
ms.date: 01/13/2022
66
ms.custom: mode-other
77
---
88

99
# Tutorial: Add a resource group to your IoT solution
1010

11-
This article explains how to Add resource group to your Microsoft Defender for IoT solution.
11+
This article explains how to add a resource group to your Microsoft Defender for IoT solution. To learn more about resource groups, see [Manage Azure Resource Manager resource groups by using the Azure portal](../../azure-resource-manager/management/manage-resource-groups-portal.md).
1212

1313
With Defender for IoT, you can monitor your entire IoT solution in one dashboard. From that dashboard, you can surface all of your IoT devices, IoT platforms, and back-end resources in Azure.
1414

articles/defender-for-iot/device-builders/tutorial-create-micro-agent-module-twin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create a DefenderforIoTMicroAgent module twin (Preview)
33
description: In this tutorial, you will learn how to create a DefenderIotMicroAgent module twin for new devices.
4-
ms.date: 01/10/2022
4+
ms.date: 01/13/2022
55
ms.topic: tutorial
66
ms.custom: mode-other
77
---

articles/defender-for-iot/device-builders/tutorial-investigate-security-alerts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Investigate security alerts
33
description: Learn how to investigate Defender for IoT security alerts on your IoT devices.
44
ms.topic: tutorial
5-
ms.date: 01/11/2022
5+
ms.date: 01/13/2022
66
---
77

88
# Tutorial: Investigate security alerts
@@ -89,4 +89,4 @@ There are no resources to clean up.
8989
## Next steps
9090

9191
> [!div class="nextstepaction"]
92-
> Learn how to [Connect your data from Defender for IoT for device builders to Microsoft Sentinel (Public preview)](how-to-configure-with-sentinel.md).
92+
> Learn how to [Connect your data from Defender for IoT for device builders to Microsoft Sentinel (Public preview)](how-to-configure-with-sentinel.md)

articles/defender-for-iot/device-builders/tutorial-standalone-agent-binary-installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Install the Microsoft Defender for IoT micro agent (Preview)
33
description: Learn how to install and authenticate the Defender for IoT micro agent.
4-
ms.date: 01/11/2022
4+
ms.date: 01/13/2022
55
ms.topic: tutorial
66
ms.custom: mode-other
77
#Customer intent: As an Azure admin I want to install the Defender for IoT agent on devices connected to an Azure IoT Hub
@@ -103,7 +103,7 @@ You will need to copy the module identity connection string from the DefenderIoT
103103
104104
1. Select a device from the Device ID list.
105105
106-
1. Select the **Module identities** tab.
106+
1. Select the **Module Identities** tab.
107107
108108
1. Select the **DefenderIotMicroAgent** module from the list of module identities associated with the device.
109109
@@ -117,13 +117,13 @@ You will need to copy the module identity connection string from the DefenderIoT
117117
118118
**To configure the agent to authenticate using a module identity connection string**:
119119
120-
1. Place a file named `connection_string.txt` containing the connection string encoded in utf-8 in the Defender for Cloud agent directory `/var/defender_iot_micro_agent` path by entering the following command:
120+
1. Create a file named `connection_string.txt` containing the copied connection string encoded in utf-8 in the Defender for Cloud agent directory `/var/defender_iot_micro_agent` path by entering the following command:
121121
122122
```bash
123123
sudo bash -c 'echo "<connection string>" > /var/defender_iot_micro_agent/connection_string.txt'
124124
```
125125
126-
The `connection_string.txt` is now be located in the following path location `/var/defender_iot_micro_agent/connection_string.txt`.
126+
The `connection_string.txt` will now be located in the following path location `/var/defender_iot_micro_agent/connection_string.txt`.
127127
128128
1. Restart the service using this command:
129129

0 commit comments

Comments
 (0)