Skip to content

Commit 1932b78

Browse files
authored
Merge pull request #289771 from dominicbetts/release-aio-ga-lnm-preview
[SCOPED] AIO [GA]: Add preview note to LNM
2 parents 6e244a6 + 19585dc commit 1932b78

13 files changed

+44
-44
lines changed

articles/iot-operations/manage-layered-network/concept-iot-operations-in-layered-network.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: How does Azure IoT Operations work in layered network?
3-
description: Use the Layered Network Management service to enable Azure IoT Operations in industrial network environment.
3+
description: Use the Layered Network Management (preview) service to enable Azure IoT Operations in industrial network environment.
44
author: PatAltimore
55
ms.subservice: layered-network-management
66
ms.author: patricka
@@ -13,7 +13,7 @@ ms.service: azure-iot-operations
1313

1414
# How does Azure IoT Operations work in layered network?
1515

16-
You can deploy Azure IoT Operations in a layered network environment by using the Azure IoT Layered Network Management service. This service enables Azure IoT Operations to function in industrial network environments that have multiple isolated network layers.
16+
You can deploy Azure IoT Operations in a layered network environment by using the Azure IoT Layered Network Management (preview) service. This service enables Azure IoT Operations to function in industrial network environments that have multiple isolated network layers.
1717

1818
## Industrial scenario for Azure IoT Operations
1919

@@ -29,7 +29,7 @@ In some cases, the network design includes a single isolated network that is loc
2929

3030
Azure IoT Layered Network Management is designed for facilitating connections between Azure and clusters in different kinds of isolated network environments. Enabling Azure IoT Operations to function in top-level isolated layers and nested isolated layers as needed.
3131

32-
## How does Layered Network Management work?
32+
## How does Layered Network Management (preview) work?
3333

3434
The following diagram describes the mechanism to redirect traffic from an isolated network to Azure Arc. It explains the underlying logic. For information on specific steps to achieve this mechanism, see [Configure Azure IoT Layered Network Management](howto-configure-l4-cluster-layered-network.md).
3535

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Configure Layered Network Management to use Azure IoT Operations in an isolated network
3-
description: Configure Azure IoT Layered Network Management service to enable Azure IoT Operations in an isolated network.
2+
title: Configure Layered Network Management (preview) to use Azure IoT Operations in an isolated network
3+
description: Configure Azure IoT Layered Network Management (preview) service to enable Azure IoT Operations in an isolated network.
44
author: PatAltimore
55
ms.subservice: layered-network-management
66
ms.author: patricka
@@ -13,9 +13,9 @@ ms.date: 10/22/2024
1313
ms.service: azure-iot-operations
1414
---
1515

16-
# Configure Layered Network Management to use Azure IoT Operations in an isolated network
16+
# Configure Layered Network Management (preview) to use Azure IoT Operations in an isolated network
1717

18-
This walkthrough is an example of deploying Azure IoT Operations to a special environment that's different than the default [Azure IoT Operations scenario](../get-started-end-to-end-sample/quickstart-deploy.md). By default, Azure IoT Operations is deployed to an Arc-enabled cluster that has direct internet access. In this scenario, you deploy Azure IoT Operations to an isolated network environment. The hardware and cluster must meet the prerequisites of Azure IoT Operations and there are additional configurations for the network, host OS, and cluster. As a result, the Azure IoT Operations components run and connect to Arc through the Azure IoT Layered Network Management service.
18+
This walkthrough is an example of deploying Azure IoT Operations to a special environment that's different than the default [Azure IoT Operations scenario](../get-started-end-to-end-sample/quickstart-deploy.md). By default, Azure IoT Operations is deployed to an Arc-enabled cluster that has direct internet access. In this scenario, you deploy Azure IoT Operations to an isolated network environment. The hardware and cluster must meet the prerequisites of Azure IoT Operations and there are additional configurations for the network, host OS, and cluster. As a result, the Azure IoT Operations components run and connect to Arc through the Azure IoT Layered Network Management (preview) service.
1919

2020
>[!IMPORTANT]
2121
> This is an advanced scenario for Azure IoT Operations. You should complete the following steps to get familiar with the basic concepts before you start this advanced scenario.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Configure level 3 cluster in an isolated network
3-
description: Prepare a level 3 cluster and connect it to the Azure IoT Layered Network Management service
3+
description: Prepare a level 3 cluster and connect it to the Azure IoT Layered Network Management (preview) service
44
author: PatAltimore
55
ms.subservice: layered-network-management
66
ms.author: patricka
@@ -12,9 +12,9 @@ ms.date: 10/22/2024
1212
ms.service: azure-iot-operations
1313
---
1414

15-
# Configure level 3 cluster in an isolated network with Azure IoT Layered Network Management
15+
# Configure level 3 cluster in an isolated network with Azure IoT Layered Network Management (preview)
1616

17-
You can configure a special isolated network environment for deploying Azure IoT Operations. For example, level 3 or lower in the ISA-95 network architecture. In this article, you set up a Kubernetes cluster to meet all the prerequisites of Azure IoT Operations and Arc-enable the cluster through the Azure IoT Layered Network Management service in the upper level. Before you start this process, the Layered Network Management service has to be ready for accepting the connection request from this level.
17+
You can configure a special isolated network environment for deploying Azure IoT Operations. For example, level 3 or lower in the ISA-95 network architecture. In this article, you set up a Kubernetes cluster to meet all the prerequisites of Azure IoT Operations and Arc-enable the cluster through the Azure IoT Layered Network Management (preview) service in the upper level. Before you start this process, the Layered Network Management (preview) service has to be ready for accepting the connection request from this level.
1818

1919
You'll complete the following tasks:
2020
- Set up the host system and install all the required software in an internet facing environment.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Configure Layered Network Management on level 4 cluster
3-
description: Deploy and configure Azure IoT Layered Network Management on a level 4 cluster.
2+
title: Configure Layered Network Management (preview) on level 4 cluster
3+
description: Deploy and configure Azure IoT Layered Network Management (preview) on a level 4 cluster.
44
author: PatAltimore
55
ms.subservice: layered-network-management
66
ms.author: patricka
@@ -12,9 +12,9 @@ ms.date: 10/22/2024
1212
ms.service: azure-iot-operations
1313
---
1414

15-
# Configure Azure IoT Layered Network Management on level 4 cluster
15+
# Configure Azure IoT Layered Network Management (preview) on level 4 cluster
1616

17-
Azure IoT Layered Network Management Preview is a component to support Azure IoT Operations. However, it needs to be deployed individually to the top network layer for supporting the Azure IoT Operations in the lower layer. In the top level of your network layers (usually level 4 of the ISA-95 network architecture), the cluster and Layered Network Management service have direct internet access. Once the setup is completed, the Layered Network Management service is ready for receiving network traffic from the child layer and forwards it to Azure Arc.
17+
Azure IoT Layered Network Management (preview) is a component to support Azure IoT Operations. However, it needs to be deployed individually to the top network layer for supporting the Azure IoT Operations in the lower layer. In the top level of your network layers (usually level 4 of the ISA-95 network architecture), the cluster and Layered Network Management service have direct internet access. Once the setup is completed, the Layered Network Management (preview) service is ready for receiving network traffic from the child layer and forwards it to Azure Arc.
1818

1919
## Prerequisites
2020
Meet the following minimum requirements for deploying the Layered Network Management individually on the system.

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create sample network environment for Layered Network Management
3-
description: Set up a test or sample network environment for Azure IoT Layered Network Management.
2+
title: Create sample network environment for Layered Network Management (preview)
3+
description: Set up a test or sample network environment for Azure IoT Layered Network Management (preview).
44
author: PatAltimore
55
ms.subservice: layered-network-management
66
ms.author: patricka
@@ -13,10 +13,10 @@ ms.date: 10/18/2024
1313
ms.service: azure-iot-operations
1414
---
1515

16-
# Create sample network environment for Azure IoT Layered Network Management
16+
# Create sample network environment for Azure IoT Layered Network Management (preview)
1717

18-
To use Azure IoT Layered Network Management service, you need to configure an isolated network environment. For example, the [ISA-95](https://www.isa.org/standards-and-publications/isa-standards/isa-standards-committees/isa95)/[Purdue Network architecture](http://www.pera.net/). This page provides few examples for setting up a test environment depends on how you want to achieve the isolation.
19-
- *Physical segmentation* - The networks are physically separated. In this case, the Layered Network Management needs to be deployed to a dual NIC (Network Interface Card) host to connect to both the internet-facing network and the isolated network.
18+
To use Azure IoT Layered Network Management (preview) service, you need to configure an isolated network environment. For example, the [ISA-95](https://www.isa.org/standards-and-publications/isa-standards/isa-standards-committees/isa95)/[Purdue Network architecture](http://www.pera.net/). This page provides few examples for setting up a test environment depends on how you want to achieve the isolation.
19+
- *Physical segmentation* - The networks are physically separated. In this case, the Layered Network Management (preview) needs to be deployed to a dual NIC (Network Interface Card) host to connect to both the internet-facing network and the isolated network.
2020
- *Logical segmentation* - The network is logically segmented with configurations such as VLAN, subnet, or firewall. The Layered Network Management has a single endpoint and configured to be visible to its own network layer and the isolated layer.
2121

2222
Both approaches require you to configure a custom DNS in the isolated network layer to direct the network traffic to the Layered Network Management instance in upper layer.

articles/iot-operations/manage-layered-network/howto-connect-arc-enabled-servers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ ms.date: 10/22/2024
1111
ms.service: azure-iot-operations
1212
---
1313

14-
# Connect Azure Arc-enabled servers from an Azure IoT Layered Network Management isolated network
14+
# Connect Azure Arc-enabled servers from an Azure IoT Layered Network Management (preview) isolated network
1515

16-
This walkthrough is an example of connecting your host machine to Azure Arc as an [Arc-enabled server](/azure/azure-arc/servers) from an isolated network environment. For example, level 3 of the *Purdue Network*. You connect the host machine to Azure IoT Layered Network Management at the parent level as a proxy to reach Azure endpoints for the service. You can integrate these steps into your procedure to set up your cluster for Azure IoT Operations. Don't use this guidance independently. For more information, see [Configure Layered Network Management service to enable Azure IoT Operations in an isolated network](howto-configure-aks-edge-essentials-layered-network.md).
16+
This walkthrough is an example of connecting your host machine to Azure Arc as an [Arc-enabled server](/azure/azure-arc/servers) from an isolated network environment. For example, level 3 of the *Purdue Network*. You connect the host machine to Azure IoT Layered Network Management (preview) at the parent level as a proxy to reach Azure endpoints for the service. You can integrate these steps into your procedure to set up your cluster for Azure IoT Operations. Don't use this guidance independently. For more information, see [Configure Layered Network Management (preview) service to enable Azure IoT Operations in an isolated network](howto-configure-aks-edge-essentials-layered-network.md).
1717

1818
> [!IMPORTANT]
1919
> **Arc-enabled servers** aren't a requirement for the Azure IoT Operations experiences. You should evaluate your own design and only enable this service if it suits your needs. Before proceeding with these steps, you should also get familiar with the **Arc-enabled servers** by trying this service with a machine that has direct internet access.
2020
2121
> [!NOTE]
2222
> Layered Network Management for Arc-enabled servers does not support Azure VMs.
2323
24-
## Configuration for Layered Network Management
24+
## Configuration for Layered Network Management (preview)
2525

2626
To support the Arc-enabled servers, the level 4 Layered Network Management instance needs to include the following endpoints in the allowlist when applying the custom resource:
2727

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Quickstart: Configure Layered Network Management to Arc-enable a cluster in Azure environment"
3-
description: Deploy Azure IoT Layered Network Management to an AKS cluster and Arc-enable a cluster on an Ubuntu VM.
2+
title: "Quickstart: Configure Layered Network Management (preview) to Arc-enable a cluster in Azure environment"
3+
description: Deploy Azure IoT Layered Network Management (preview) to an AKS cluster and Arc-enable a cluster on an Ubuntu VM.
44
author: PatAltimore
55
ms.subservice: layered-network-management
66
ms.author: patricka
@@ -12,9 +12,9 @@ ms.date: 10/22/2024
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
1414
---
15-
# Quickstart: Configure Azure IoT Layered Network Management to Arc-enable a cluster in Azure environment
15+
# Quickstart: Configure Azure IoT Layered Network Management (preview) to Arc-enable a cluster in Azure environment
1616

17-
In this quickstart, you set up the Azure IoT Layered Network Management on a level 4 and level 3 Purdue network. Network level 4 has internet access and level 3 doesn't. You configure the Layered Network Management to route network traffic from level 3 to Azure. Finally, you can Arc-enable the K3S cluster in level 3 even it isn't directly connected to the internet.
17+
In this quickstart, you set up the Azure IoT Layered Network Management (preview) on a level 4 and level 3 Purdue network. Network level 4 has internet access and level 3 doesn't. You configure the Layered Network Management (preview) to route network traffic from level 3 to Azure. Finally, you can Arc-enable the K3S cluster in level 3 even it isn't directly connected to the internet.
1818

1919
- Level 4 an AKS cluster with Layered Network Management deployed.
2020
- Level 3 is a K3S cluster running on a Linux VM that uses the Layered Network Management instance in level 4 to achieve connection to Azure. The level 3 network is configured to have outbound access to the level 4 network on ports 443 and 8084. All other outbound access is disabled.
@@ -29,7 +29,7 @@ These prerequisites are only for deploying the Layered Network Management indepe
2929
- An Azure Linux Ubuntu **22.04.3 LTS** virtual machine
3030
- A jumpbox or setup machine that has access to the internet and both the level 3 and level 4 networks
3131

32-
## Deploy Layered Network Management to the AKS cluster
32+
## Deploy Layered Network Management (preview) to the AKS cluster
3333

3434
These steps deploy Layered Network Management to the AKS cluster. The cluster is the top layer in the ISA-95 model. At the end of this section, you have an instance of Layered Network Management that's ready to accept traffic from the Azure Arc-enabled cluster below and support the deployment of the Azure IoT Operations service.
3535

0 commit comments

Comments
 (0)