Skip to content

Commit 688fe16

Browse files
committed
Add feedback
1 parent 0b50b01 commit 688fe16

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

articles/iot-edge/about-iot-edge.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: PatAltimore
55
ms.service: iot-edge
66
services: iot-edge
77
ms.topic: overview
8-
ms.date: 06/05/2024
8+
ms.date: 06/12/2024
99
ms.author: patricka
1010
ms.custom: mvc
1111
---
@@ -18,7 +18,9 @@ Azure IoT Edge is a device-focused runtime that enables you to deploy, run, and
1818

1919
Analytics drives business value in IoT solutions, but not all analytics need to be in the cloud. Azure IoT Edge helps you bring the analytical power of the cloud closer to your devices to drive better business insights and enable offline decision making. For example, you can run anomaly detection workloads at the edge to respond as quickly as possible to emergencies happening on a production line. If you want to reduce bandwidth costs and avoid transferring terabytes of raw data, you can clean and aggregate the data locally then only send the insights to the cloud for analysis.
2020

21-
Azure IoT Edge is a feature of [Azure IoT Hub](../iot-hub/iot-concepts-and-iot-hub.md) and enables you to scale out and manage an IoT solution from the cloud. By packaging your business logic into standard containers and using optional pre-built IoT Edge module images from partners or the [Microsoft Artifact Registry](https://mcr.microsoft.com/catalog?search=iot%20edge&type=partial), you can easily compose, deploy, and maintain your solution.
21+
Azure IoT Edge is a feature of [Azure IoT Hub](../iot-hub/iot-concepts-and-iot-hub.md) and enables you to scale out and manage an IoT solution from the cloud. By packaging your business logic into standard containers and using optional pre-built IoT Edge module images from partners or the [Microsoft Artifact Registry](https://mcr.microsoft.com/catalog?cat=IoT%20Edge%20Modules&alphaSort=asc&alphaSortKey=Name
22+
23+
), you can easily compose, deploy, and maintain your solution.
2224

2325
Azure IoT Edge is made up of three components:
2426

articles/iot-edge/how-to-configure-api-proxy-module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to customize the API proxy module for IoT Edge gateway hi
55
author: PatAltimore
66

77
ms.author: patricka
8-
ms.date: 07/06/2023
8+
ms.date: 06/12/2024
99
ms.topic: conceptual
1010
ms.service: iot-edge
1111
services: iot-edge
@@ -29,7 +29,7 @@ Without the API proxy, each service module would have to bind to a separate port
2929
3030
## Deploy the proxy module
3131

32-
The API proxy module is available from the Microsoft Container Registry (MCR): `mcr.microsoft.com/azureiotedge-api-proxy:latest`. For a list of available versions, see the [Microsoft Artifact Registry](https://mcr.microsoft.com/product/azureiotedge-api-proxy/tags).
32+
The API proxy module is available from the [Microsoft Container Registry (MCR)](https://mcr.microsoft.com/product/azureiotedge-api-proxy/tags) and the image URI is `mcr.microsoft.com/azureiotedge-api-proxy:latest`. You can deploy the module using the [Azure portal](how-to-deploy-modules-portal.md) or [Azure CLI](how-to-deploy-modules-cli.md).
3333

3434
## Understand the proxy module
3535

articles/iot-edge/how-to-deploy-at-scale.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy modules at scale in Azure portal - Azure IoT Edge
33
description: Use the Azure portal to create automatic deployments for groups of IoT Edge devices
44
author: PatAltimore
55
ms.author: patricka
6-
ms.date: 06/03/2024
6+
ms.date: 06/12/2024
77
ms.topic: conceptual
88
ms.service: iot-edge
99
services: iot-edge
@@ -70,7 +70,7 @@ To add custom code as a module, or to manually add an Azure service module, foll
7070
1. In the **IoT Edge Modules** section of the page, select **Add**.
7171
1. Choose one of the types of modules from the drop-down menu:
7272

73-
* **IoT Edge Module** - You provide the module name and container image URI. For example, the image URI for the sample SimulatedTemperatureSensor module is `mcr.microsoft.com/azureiotedge-simulated-temperature-sensor:1.0`. For a list of Microsoft IoT Edge module images, see the [Microsoft Artifact Registry](https://mcr.microsoft.com/catalog?search=iot%20edge&type=partial).
73+
* **IoT Edge Module** - You provide the module name and container image URI. For example, the image URI for the sample SimulatedTemperatureSensor module is `mcr.microsoft.com/azureiotedge-simulated-temperature-sensor:1.0`. For a list of Microsoft IoT Edge module images, see the [Microsoft Artifact Registry](https://mcr.microsoft.com/catalog?cat=IoT%20Edge%20Modules&alphaSort=asc&alphaSortKey=Name).
7474

7575
You can deploy an IoT Edge module from the Azure Marketplace and from your IoT Hub.
7676
* **Azure Stream Analytics Module** - Modules generated from an Azure Stream Analytics workload.

articles/iot-edge/how-to-deploy-modules-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use your IoT Hub in the Azure portal to push an IoT Edge module fro
44
author: PatAltimore
55

66
ms.author: patricka
7-
ms.date: 06/11/2024
7+
ms.date: 06/12/2024
88
ms.topic: how-to
99
ms.service: iot-edge
1010
services: iot-edge
@@ -59,7 +59,7 @@ The Azure portal has a wizard that walks you through creating the deployment man
5959

6060
#### IoT Edge Module
6161

62-
Use this option to add Microsoft modules, partner modules, or custom modules. You provide the module name and container image URI. The container image URI is the location of the module image in a container registry. For a list of Microsoft IoT Edge module images, see the [Microsoft Artifact Registry](https://mcr.microsoft.com/catalog?search=iot%20edge&type=partial). For partner modules, contact the IoT Edge module publisher to obtain the container image URI.
62+
Use this option to add Microsoft modules, partner modules, or custom modules. You provide the module name and container image URI. The container image URI is the location of the module image in a container registry. For a list of Microsoft IoT Edge module images, see the [Microsoft Artifact Registry](https://mcr.microsoft.com/catalog?cat=IoT%20Edge%20Modules&alphaSort=asc&alphaSortKey=Name). For partner modules, contact the IoT Edge module publisher to obtain the container image URI.
6363

6464
For example to add the Microsoft simulated temperature sensor module:
6565

0 commit comments

Comments
 (0)