Skip to content

Commit 55fc242

Browse files
authored
Merge pull request #1 from PatAltimore/ethan-main
Add feedback
2 parents 02a02b0 + 335ee86 commit 55fc242

5 files changed

+19
-17
lines changed

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

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: patricka
77
ms.topic: how-to
88
ms.custom:
99
- ignite-2023
10-
ms.date: 10/22/2024
10+
ms.date: 12/12/2024
1111

1212
#CustomerIntent: As an operator, I want to Azure Arc enable AKS Edge Essentials clusters using Layered Network Management so that I have secure isolate devices.
1313
ms.service: azure-iot-operations
@@ -23,7 +23,7 @@ This walkthrough is an example of deploying Azure IoT Operations to a special en
2323
> - [Deployment overview - Azure IoT Operations](../deploy-iot-ops/overview-deploy.md)
2424
> - [Prepare your Kubernetes cluster - Azure IoT Operations](../deploy-iot-ops/howto-prepare-cluster.md)
2525
> - [Deploy Azure IoT Operations to an Arc-enabled Kubernetes cluster - Azure IoT Operations](../deploy-iot-ops/howto-deploy-iot-operations.md)
26-
> - You can reuse the cloud dependencies you create for this trial to reduce the complexity when setting up Azure IoT Operations in a Purdue Network environment. For example, **Key vault**, **Managed Identity** and **Storage account**.
26+
> - You can reuse the cloud dependencies you create for this trial to reduce the complexity when setting up Azure IoT Operations in a Purdue Network environment. For example, **Key vault**, **Managed Identity**, and **Storage account**.
2727
>
2828
> You can't migrate a previously deployed Azure IoT Operations from its original network to an isolated network. For this scenario, follow the steps to begin with creating new clusters.
2929
@@ -61,20 +61,21 @@ The next step is to set up an Arc-enabled cluster in level 3 that's compatible f
6161

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

64-
- Follow the [Prepare your Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-prepare-cluster.md) to set up and Arc-enable your K3s cluster.
65-
1. Prepare your K3s cluster with internet access.
66-
1. It is recommanded to install the kubectl client with [these steps](/azure/azure-arc/kubernetes/troubleshooting#azure-cli) to ensure kubectl client is installed properly for Arc-enablement.
67-
1. Proceed to Arc-enable the cluster.
68-
1. Before you disable internet access of your cluster, you also need to complete the [Prerequisites for deploying Azure IoT Operations](/azure/iot-operations/deploy-iot-ops/howto-deploy-iot-operations#prerequisites).
69-
1. After installing the required software components and set up the K3s cluster, you can restrict the internet access for this cluster and configure the [CoreDNS](howto-configure-layered-network.md#configure-custom-dns) to redirect network traffic to your Layered Network Management service at level 4.
70-
64+
Follow the [Prepare your Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-prepare-cluster.md) to set up and Arc-enable your K3s cluster.
65+
66+
1. Prepare your K3s cluster with internet access.
67+
1. It's recommended to install the kubectl client with [these steps](/azure/azure-arc/kubernetes/troubleshooting#azure-cli) to ensure kubectl client is installed properly for Arc-enablement.
68+
1. Proceed to Arc-enable the cluster.
69+
1. Before you disable internet access of your cluster, you also need to complete the [Prerequisites for deploying Azure IoT Operations](/azure/iot-operations/deploy-iot-ops/howto-deploy-iot-operations#prerequisites).
70+
1. After installing the required software components and set up the K3s cluster, you can restrict the internet access for this cluster and configure the [CoreDNS](howto-configure-layered-network.md#configure-custom-dns) to redirect network traffic to your Layered Network Management service at level 4.
7171

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

74-
- Follow the [Prepare your Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-prepare-cluster.md) to set up and Arc-enable your AKS Edge Essentials cluster.
75-
1. Prepare the AKS Edge Essentials with internet access.
76-
1. Before you disable internet access of your cluster, you also need to complete the [Prerequisites for deploying Azure IoT Operations](/azure/iot-operations/deploy-iot-ops/howto-deploy-iot-operations#prerequisites).
77-
1. After setting up the AKS Edge Essentials cluster, you can restrict the internet access for this cluster and rely on the **DNS server** that is prepared from earlier steps to redirect the network traffic to the Layered Network Management service at level 4.
74+
Follow the [Prepare your Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-prepare-cluster.md) to set up and Arc-enable your AKS Edge Essentials cluster.
75+
76+
1. Prepare the AKS Edge Essentials with internet access.
77+
1. Before you disable internet access of your cluster, you also need to complete the [Prerequisites for deploying Azure IoT Operations](/azure/iot-operations/deploy-iot-ops/howto-deploy-iot-operations#prerequisites).
78+
1. After setting up the AKS Edge Essentials cluster, you can restrict the internet access for this cluster and rely on the **DNS server** that is prepared from earlier steps to redirect the network traffic to the Layered Network Management service at level 4.
7879

7980
---
8081

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.subservice: layered-network-management
66
ms.author: patricka
77
ms.topic: how-to
88
ms.custom: ignite-2023, devx-track-azurecli
9-
ms.date: 10/22/2024
9+
ms.date: 12/12/2024
1010

1111
#CustomerIntent: As an operator, I want to configure Layered Network Management so that I have secure isolate devices.
1212
ms.service: azure-iot-operations

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
@@ -6,7 +6,7 @@ ms.subservice: layered-network-management
66
ms.author: patricka
77
ms.topic: how-to
88
ms.custom: ignite-2023, devx-track-azurecli
9-
ms.date: 10/22/2024
9+
ms.date: 12/12/2024
1010

1111
#CustomerIntent: As an operator, I want to configure Layered Network Management so that I have secure isolate devices.
1212
ms.service: azure-iot-operations

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: patricka
77
ms.topic: how-to
88
ms.custom:
99
- ignite-2023
10-
ms.date: 10/18/2024
10+
ms.date: 12/12/2024
1111

1212
#CustomerIntent: As an operator, I want to configure Layered Network Management so that I have secure isolate devices.
1313
ms.service: azure-iot-operations
@@ -193,6 +193,7 @@ A custom DNS is only needed for levels 3 and below. This example uses a [dnsmasq
193193
> ```bash
194194
> systemctl disable --now systemd-resolved
195195
> ```
196+
196197
1. Modify the `/etc/dnsmasq.conf` file as shown to route these domains to the upper level.
197198
- Change the IPv4 address from 10.104.0.10 to respective destination address for that level. In this case, the IP address of the Layered Network Management service in the parent level.
198199

articles/iot-operations/manage-layered-network/howto-deploy-aks-layered-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: patricka
77
ms.topic: how-to
88
ms.custom:
99
- ignite-2023
10-
ms.date: 10/22/2024
10+
ms.date: 12/12/2024
1111

1212
#CustomerIntent: As an operator, I want to configure Layered Network Management so that I have secure isolate devices.
1313
ms.service: azure-iot-operations

0 commit comments

Comments
 (0)