Skip to content

Commit 9f4e1d0

Browse files
author
Pat Altimore
committed
Add include
1 parent ef7c9c3 commit 9f4e1d0

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: include file
3+
description: Layered network management retirement notice
4+
author: PatAltimore
5+
ms.topic: include
6+
ms.date: 06/16/2025
7+
ms.author: patricka
8+
---
9+
10+
> [!IMPORTANT]
11+
> Azure IoT Layered Network Management (preview) will be retired. Use the [networking sample](https://github.com/Azure-Samples/explore-iot-operations/tree/patricka-layered-network/samples/layered-networking) instead to implement layered network management in Azure IoT Operations.

articles/iot-operations/manage-layered-network/overview-layered-network.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,24 @@ ms.service: azure-iot-operations
1717

1818
Networking is a foundational aspect of deploying and managing distributed systems, especially in hybrid and multi-cloud environments. In Azure IoT Operations, secure networking enables reliable connectivity between on-premises resources, edge devices, and Azure services. Proper network configuration is essential for communication, security, and scalability of IoT Operations and Kubernetes clusters. This article describes key networking options and best practices for securing layered network architectures.
1919

20-
2120
## Azure Arc gateway
2221

2322
The Azure Arc gateway acts as a network proxy, allowing you to onboard and manage servers that do not have direct internet access. By routing traffic through the gateway, you can simplify firewall rules and reduce the need for complex network changes. This approach is especially useful for securely connecting isolated or segmented environments to Azure Arc and Azure IoT Operations.
2423

2524
For more information, see [Simplify network configuration requirements with Azure Arc gateway (preview)](/azure/azure-arc/servers/arc-gateway).
2625

27-
2826
## Connected Kubernetes clusters
2927

3028
The Azure Arc gateway for connected Kubernetes clusters enables you to register and manage clusters behind firewalls or in private networks. It reduces the need for outbound connectivity from each cluster by centralizing network egress through the gateway. This approach streamlines onboarding and ongoing management of clusters in secure or restricted environments.
3129

3230
For more information, see [Simplify network configuration requirements with Azure Arc gateway (preview)](/azure/azure-arc/servers/arc-gateway).
3331

34-
3532
## Explicit proxy usage
3633

3734
Azure Firewall Explicit Proxy allows you to direct Azure Arc and IoT Operations traffic through a managed firewall, providing enhanced security and monitoring. This is useful for organizations that require all outbound traffic to be inspected or logged, and helps meet compliance requirements by controlling and auditing network flows to Azure.
3835

3936
For more information, see [Access Azure services over Azure Firewall Explicit Proxy (Public Preview)](/azure/azure-arc/azure-firewall-explicit-proxy).
4037

41-
4238
## Layered networking sample
4339

4440
In industries like manufacturing, segmented networking architectures (such as the [Purdue Network Architecture](https://en.wikipedia.org/wiki/Purdue_Enterprise_Reference_Architecture)) are common. These architectures create layers that minimize or block lower-level segments from connecting to the internet. Azure IoT Operations supports secure management of devices in these layered networks using open, industry-recognized software and Kubernetes-based configuration.
@@ -51,5 +47,4 @@ A practical networking sample is available in the [Azure IoT Operations samples
5147
- Ensure compatibility with all Azure IoT Operations services
5248
- Enable bifurcation for targeted endpoints
5349

54-
> [!IMPORTANT]
55-
> Azure IoT Layered Network Management (preview) will be retired. Use the [networking sample](https://github.com/Azure-Samples/explore-iot-operations/tree/patricka-layered-network/samples/layered-networking) instead to implement layered network management in Azure IoT Operations.
50+
[!INCLUDE [retirement-notice](includes/retirement-notice.md)]

0 commit comments

Comments
 (0)