Skip to content

Commit 52ba2cd

Browse files
authored
Update LNM guidance intro (#132)
## Purpose Clarify details of LNM guidance ## Does this introduce a breaking change? <!-- Mark one with an "x". --> ``` [ ] Yes [x] No ``` ## Pull Request Type What kind of change does this Pull Request introduce? <!-- Please check the one that applies to this PR using "x". --> ``` [ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [x] Documentation content changes [ ] Other... Please describe: ```
1 parent 574ba36 commit 52ba2cd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

samples/layered-networking/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
In industries like manufacturing, you often see segmented networking architectures that create layers. These layers minimize or block lower-level segments from connecting to the internet (for example, [Purdue Network Architecture](https://en.wikipedia.org/wiki/Purdue_Enterprise_Reference_Architecture)).
44

5-
This article demonstrates that Azure IoT Operations can be installed and managed in a layered network using open, industry-recognized software. It does not recommend specific practices or provide production-ready implementation, configuration, or operations details. For those details, see the [Azure IoT Operations production checklist](https://learn.microsoft.com/en-us/azure/iot-edge/production-checklist). This article also does not make recommendations about networking architecture.
5+
This guidance describes the test environment Microsoft uses to validate Azure IoT Operations deployments in a layered network using open, industry-recognized software. The guidance doesn't recommend specific practices or provide production-ready implementation, configuration, or operations details. The guidance doesn't make recommendations about production networking architecture.
66

7-
This article covers:
7+
To learn more about how to prepare for a production-ready deployment of Azure IoT Operations, see the [Azure IoT Operations production checklist](https://learn.microsoft.com/en-us/azure/iot-edge/production-checklist).
8+
9+
This guidance covers:
810

911
- Kubernetes-based configuration and compatibility with networking primitives
1012
- Connecting devices in layered networks at scale to [Azure Arc](https://learn.microsoft.com/en-us/azure/azure-arc/) for remote management and configuration from a single Azure control plane
@@ -14,7 +16,7 @@ This article covers:
1416

1517
## Key features
1618

17-
This article demonstrates how to deploy Azure IoT Operations in a layered network environment and uses it to route telemetry from assets on the edge to Azure services in the cloud.
19+
This guidance demonstrates how to deploy Azure IoT Operations in a layered network environment in a test environment and use it to route telemetry from assets on the edge to Azure services in the cloud.
1820

1921
## Next steps
2022

0 commit comments

Comments
 (0)