Skip to content

Commit ff6bd63

Browse files
committed
Fix links
1 parent cab84a6 commit ff6bd63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/iot-operations/manage-layered-network/howto-configure-aks-edge-essentials-layered-network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ The next step is to set up an Arc-enabled cluster in level 3 that's compatible f
6262

6363
# [K3S Cluster](#tab/k3s)
6464

65-
- Follow the [Prepare your Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-prepare-cluster.md&tabs=ubuntu) to setup and Arc-enable your K3s cluster.
65+
- Follow the [Prepare your Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-prepare-cluster.md) to setup and Arc-enable your K3s cluster.
6666
1. In addition, you need to configure the custom DNS for this cluster.
6767
- If you choose to use a local DNS server, and have completed the steps in previous section. You can proceed the cluster setup.
6868
- If you choose to use CoreDNS, you need to completet the **Create a cluster** section with internet access, then configure the [CoreDNS](howto-configure-layered-network.md#configure-custom-dns) for this cluster.
6969
1. Proceed to Arc-enable the cluster.
7070

7171
# [AKS Edge Essentials](#tab/aksee)
7272

73-
- Follow the [Prepare your Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-prepare-cluster.md&tabs=aks-edge-essentials) to setup and Arc-enable your AKS Edge Essentials cluster.
73+
- Follow the [Prepare your Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-prepare-cluster.md) to setup and Arc-enable your AKS Edge Essentials cluster.
7474
1. You will have to complete the **DNS server** configuration from previous section before start.
7575
1. For the step of **Get the `objectID`** you shall run the command on a different machine that have internet access.
7676

articles/iot-operations/manage-layered-network/howto-configure-l4-cluster-layered-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Follow the steps in [Single machine deployment](/azure/aks/hybrid/aks-edge-howto
114114
```powershell
115115
az login
116116
```
117-
1. Set environment variables for the setup steps. Replace values in `<>` with valid values or names of your choice. The `CLUSTER_NAME` and `RESOURCE_GROUP` are created based on the names you provide. Refer to [Azure IoT Operations supported regions](../iot-operations/overview-iot-operations#supported-regions) for choosing the `LOCATION`.
117+
1. Set environment variables for the setup steps. Replace values in `<>` with valid values or names of your choice. The `CLUSTER_NAME` and `RESOURCE_GROUP` are created based on the names you provide. Refer to [Azure IoT Operations supported regions](../overview-iot-operations#supported-regions) for choosing the `LOCATION`.
118118
```powershell
119119
# Id of the subscription where your resource group and Arc-enabled cluster will be created
120120
$SUBSCRIPTION_ID = "<subscription-id>"

0 commit comments

Comments
 (0)