Skip to content

Commit 7d6429c

Browse files
committed
fixing links
1 parent 761b9e6 commit 7d6429c

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

articles/defender-for-iot/organizations/legacy-central-management/how-to-investigate-all-enterprise-sensor-detections-in-a-device-inventory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To view alerts from connected OT sensors for a specific zone, use the **Site Man
6262
1. Locate the site and zone you want to view, using the filtering options at the top as needed:
6363

6464
- **Connectivity**: Select to view only all OT sensors, or only connected / disconnected sensors only.
65-
- **Upgrade Status**: Select to view all OT sensors, or only those with a specific [software update status](../update-ot-software.md#update-an-on-premises-management-console).
65+
- **Upgrade Status**: Select to view all OT sensors, or only those with a [specific software update status](how-to-manage-sensors-from-the-on-premises-management-console.md#update-an-on-premises-management-console).
6666
- **Business Unit**: Select to view all OT sensors, or only those from a [specific business unit](../best-practices/plan-corporate-monitoring.md#plan-ot-sites-and-zones).
6767
- **Region**: Select to view all OT sensors, or only those from a [specific region](../best-practices/plan-corporate-monitoring.md#plan-ot-sites-and-zones).
6868

articles/defender-for-iot/organizations/legacy-central-management/how-to-manage-sensors-from-the-on-premises-management-console.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To perform the procedures in this article, make sure you have:
2121

2222
- Access to the on-premises management console as an **Admin** user. For more information, see [On-premises users and roles for OT monitoring with Defender for IoT](../roles-on-premises.md).
2323

24-
# Update sensors from an on-premises management console
24+
## Update sensors from an on-premises management console
2525

2626
This procedure describes how to update several OT sensors simultaneously from a legacy on-premises management console.
2727

@@ -44,13 +44,13 @@ The software version on your on-premises management console must be equal to tha
4444

4545
The **Available versions** area lists all update packages available for your specific update scenario. You may have multiple options, but there will always be one specific version marked as **Recommended** for you. For example:
4646

47-
:::image type="content" source="media/update-ot-software/recommended-version.png" alt-text="Screenshot highlighting the recommended update version for the selected update scenario." lightbox="media/update-ot-software/recommended-version.png":::
47+
:::image type="content" source="../media/update-ot-software/recommended-version.png" alt-text="Screenshot highlighting the recommended update version for the selected update scenario." lightbox="../media/update-ot-software/recommended-version.png":::
4848

4949
1. Scroll down further in the **Local update** pane and select **Download** to download the software file.
5050

5151
If you'd selected the **Are you updating through a local manager** option, files will be listed for both the on-premises management console and the sensor. For example:
5252

53-
:::image type="content" source="media/update-ot-software/download-update-package.png" alt-text="Screenshot of the Local update pane with two download files showing, for an on-premises management console and a sensor." lightbox="media/update-ot-software/download-update-package.png":::
53+
:::image type="content" source="../media/update-ot-software/download-update-package.png" alt-text="Screenshot of the Local update pane with two download files showing, for an on-premises management console and a sensor." lightbox="../media/update-ot-software/download-update-package.png":::
5454

5555
The update packages are downloaded with the following file syntax names:
5656

@@ -59,7 +59,7 @@ The software version on your on-premises management console must be equal to tha
5959

6060
Where `<version number>` is the software version number you're updating to.
6161

62-
[!INCLUDE [root-of-trust](includes/root-of-trust.md)]
62+
[!INCLUDE [root-of-trust](../includes/root-of-trust.md)]
6363

6464
### Update an on-premises management console
6565

@@ -81,7 +81,7 @@ The software version on your on-premises management console must be equal to tha
8181

8282
Save your changes when you're finished selecting sensors to update. For example:
8383

84-
:::image type="content" source="media/how-to-manage-sensors-from-the-on-premises-management-console/automatic-updates.png" alt-text="Screenshot of on-premises management console with Automatic Version Updates selected." lightbox="media/how-to-manage-sensors-from-the-on-premises-management-console/automatic-updates.png":::
84+
:::image type="content" source="../media/how-to-manage-sensors-from-the-on-premises-management-console/automatic-updates.png" alt-text="Screenshot of on-premises management console with Automatic Version Updates selected." lightbox="../media/how-to-manage-sensors-from-the-on-premises-management-console/automatic-updates.png":::
8585

8686
> [!IMPORTANT]
8787
> If your **Automatic Version Updates** option is red, you have an update conflict. An update conflict might occur if you have multiple sensors marked for automatic updates but the sensors currently have different software versions installed. Select the **Automatic Version Updates** option to resolve the conflict.

articles/defender-for-iot/organizations/legacy-central-management/how-to-set-up-high-availability.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: how-to
66
---
77
# About high availability (Legacy)
88

9-
[!INCLUDE [on-premises-management-deprecation](includes/on-premises-management-deprecation.md)]
9+
[!INCLUDE [on-premises-management-deprecation](../includes/on-premises-management-deprecation.md)]
1010

1111
Increase the resiliency of your Defender for IoT deployment by configuring [high availability](legacy-air-gapped-deploy.md#high-availability-for-on-premises-management-consoles) on your on-premises management console. High availability deployments ensure your managed sensors continuously report to an active on-premises management console.
1212

@@ -51,7 +51,7 @@ Before you perform the procedures in this article, verify that you've met the fo
5151

5252
1. The connection string is composed of the IP address and the token. The IP address is before the colon, and the token is after the colon. Copy the IP address and token separately. For example, if your connection string is ```172.10.246.232:a2c4gv9de23f56n078a44e12gf2ce77f```, copy the IP address ```172.10.246.232``` and the token ```a2c4gv9de23f56n078a44e12gf2ce77f``` separately.
5353

54-
:::image type="content" source="../media/how-to-set-up-high-availability/copy-connection-string-second-part.png" alt-text="Screenshot showing to copy each part of the connection string to use in the following command." lightbox="media/how-to-set-up-high-availability/copy-connection-string-second-part.png":::
54+
:::image type="content" source="../media/how-to-set-up-high-availability/copy-connection-string-second-part.png" alt-text="Screenshot showing to copy each part of the connection string to use in the following command." lightbox="../media/how-to-set-up-high-availability/copy-connection-string-second-part.png":::
5555

5656
1. **On the primary appliance**, use the following steps to connect the secondary appliance to the primary via CLI:
5757

@@ -168,7 +168,7 @@ Perform the update in the following order. Make sure each step is complete befor
168168
sudo cyberx-management-trusted-hosts-apply
169169
```
170170
171-
1. Update both the primary and secondary appliances to the new version. For more information, see [Update an on-premises management console](../update-ot-software.md#update-an-on-premises-management-console).
171+
1. Update both the primary and secondary appliances to the new version. For more information, see [Update an on-premises management console](how-to-manage-sensors-from-the-on-premises-management-console.md#update-an-on-premises-management-console).
172172
173173
1. Set up high availability again, on both the primary and secondary appliances. For more information, see [Create the primary and secondary pair](#create-the-primary-and-secondary-pair).
174174

articles/defender-for-iot/organizations/legacy-central-management/how-to-work-with-alerts-on-premises-management-console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To view alerts from connected OT sensors for a specific zone, use the **Site Man
8686
1. Locate the site and zone you want to view, using the filtering options at the top as needed:
8787

8888
- **Connectivity**: Select to view only all OT sensors, or only connected / disconnected sensors only.
89-
- **Upgrade Status**: Select to view all OT sensors, or only those with a specific [software update status](../update-ot-software.md#update-an-on-premises-management-console).
89+
- **Upgrade Status**: Select to view all OT sensors, or only those with a specific [software update status](how-to-manage-sensors-from-the-on-premises-management-console.md#update-an-on-premises-management-console).
9090
- **Business Unit**: Select to view all OT sensors, or only those from a [specific business unit](../best-practices/plan-corporate-monitoring.md#plan-ot-sites-and-zones).
9191
- **Region**: Select to view all OT sensors, or only those from a [specific region](../best-practices/plan-corporate-monitoring.md#plan-ot-sites-and-zones).
9292

0 commit comments

Comments
 (0)