Skip to content

Commit eacd231

Browse files
committed
Fix links
1 parent 421b154 commit eacd231

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/iot-operations/deploy-iot-ops/howto-prepare-cluster.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The [AksEdgeQuickStartForAio.ps1](https://github.com/Azure/AKS-Edge/blob/main/to
140140

141141
### Configure multi-node clusters for Azure Container Storage
142142

143-
On multi-node clusters with at least three nodes, you have the option of enabling fault tolerance for storage with [Azure Container Storage enabled by Azure Arc](../../azure-arc/container-storage/overview.md) when you deploy Azure IoT Operations.
143+
On multi-node clusters with at least three nodes, you have the option of enabling fault tolerance for storage with [Azure Container Storage enabled by Azure Arc](/azure/azure-arc/container-storage/overview) when you deploy Azure IoT Operations.
144144

145145
By default, Azure Kubernetes Service Edge Essentials clusters support Azure Container Storage. There are no additional steps to configure AKS Edge Essential clusters for fault tolerance.
146146

@@ -192,7 +192,7 @@ To prepare a K3s Kubernetes cluster on Ubuntu:
192192
193193
### Configure multi-node clusters for Azure Container Storage
194194
195-
On multi-node clusters with at least three nodes, you have the option of enabling fault tolerance for storage with [Azure Container Storage enabled by Azure Arc](../../azure-arc/container-storage/overview.md) when you deploy Azure IoT Operations. If you want to enable that option, prepare your multi-node cluster with the following steps:
195+
On multi-node clusters with at least three nodes, you have the option of enabling fault tolerance for storage with [Azure Container Storage enabled by Azure Arc](/azure/azure-arc/container-storage/overview) when you deploy Azure IoT Operations. If you want to enable that option, prepare your multi-node cluster with the following steps:
196196
197197
1. Install the required NVME over TCP module for your kernel using the following command:
198198
@@ -201,7 +201,7 @@ On multi-node clusters with at least three nodes, you have the option of enablin
201201
```
202202
203203
> [!NOTE]
204-
> The minimum supported Linux kernel version is 5.1. At this time, there are known issues with 6.4 and 6.2. For the latest information, refer to [Azure Container Storage release notes](../../azure-arc/edge-storage-accelerator/release-notes.md)
204+
> The minimum supported Linux kernel version is 5.1. At this time, there are known issues with 6.4 and 6.2. For the latest information, refer to [Azure Container Storage release notes](/azure/azure-arc/edge-storage-accelerator/release-notes)
205205
206206
1. On each node in your cluster, set the number of **HugePages** to 512 using the following command:
207207
@@ -220,7 +220,7 @@ On multi-node clusters with at least three nodes, you have the option of enablin
220220

221221
### Configure multi-node clusters for Azure Container Storage
222222

223-
On multi-node clusters with at least three nodes, you have the option of enabling fault tolerance for storage with [Azure Container Storage (preview)](../../azure-arc/edge-storage-accelerator/overview.md) when you deploy Azure IoT Operations.
223+
On multi-node clusters with at least three nodes, you have the option of enabling fault tolerance for storage with [Azure Container Storage (preview)](/azure/azure-arc/edge-storage-accelerator/overview) when you deploy Azure IoT Operations.
224224

225225
This feature isn't recommended for Codespaces because Codespaces aren't persistent. If you want to enable fault tolerance anyways, prepare your multi-node cluster with the following steps:
226226

@@ -231,7 +231,7 @@ This feature isn't recommended for Codespaces because Codespaces aren't persiste
231231
```
232232

233233
> [!NOTE]
234-
> The minimum supported Linux kernel version is 5.1. At this time, there are known issues with 6.4 and 6.2. For the latest information, refer to [Azure Container Storage release notes](../../azure-arc/edge-storage-accelerator/release-notes.md)
234+
> The minimum supported Linux kernel version is 5.1. At this time, there are known issues with 6.4 and 6.2. For the latest information, refer to [Azure Container Storage release notes](/azure/azure-arc/edge-storage-accelerator/release-notes)
235235

236236
1. On each node in your cluster, set the number of **HugePages** to 512 using the following command:
237237

articles/iot-operations/deploy-iot-ops/overview-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ Azure IoT Operations is a suite of data services that run on Azure Arc-enabled e
5454

5555
* Installed dependencies
5656
* [Azure Device Registry](../discover-manage-assets/overview-manage-assets.md#store-assets-as-azure-resources-in-a-centralized-registry)
57-
* [Azure Container Storage enabled by Azure Arc](../../azure-arc/container-storage/overview.md)
57+
* [Azure Container Storage enabled by Azure Arc](/azure/azure-arc/container-storage/overview)
5858

5959
## Organize instances by using sites
6060

6161
Azure IoT Operations supports Azure Arc sites for organizing instances. A _site_ is a cluster resource in Azure like a resource group, but sites typically group instances by physical location and make it easier for OT users to locate and manage assets. An IT administrator creates sites and scopes them to a subscription or resource group. Then, any Azure IoT Operations deployed to an Arc-enabled cluster is automatically collected in the site associated with its subscription or resource group
6262

63-
For more information, see [What is Azure Arc site manager (preview)?](../../azure-arc/site-manager/overview.md)
63+
For more information, see [What is Azure Arc site manager (preview)?](/azure/azure-arc/site-manager/overview)
6464

6565
## Next steps
6666

0 commit comments

Comments
 (0)