Skip to content

Commit 60cc659

Browse files
Merge pull request #277756 from PatAltimore/patricka-freshness
Freshness
2 parents aca5b69 + 8de8816 commit 60cc659

5 files changed

+18
-18
lines changed

articles/iot-edge/includes/iot-edge-create-release-pipeline-for-continuous-deployment.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
author: v-tcassi
2+
author: PatAltimore
33
ms.service: iot-edge
44
ms.topic: include
5-
ms.date: 01/05/2023
6-
ms.author: v-tcassi
5+
ms.date: 06/10/2024
6+
ms.author: patricka
77
---
88

99
## Create a release pipeline for continuous deployment
1010

11-
In this section, you create a release pipeline that is configured to run automatically when your build pipeline drops artifacts, and it will show deployment logs in Azure Pipelines.
11+
In this section, you create a release pipeline that is configured to run automatically when your build pipeline drops artifacts, and it shows deployment logs in Azure Pipelines.
1212

1313
Create a new pipeline, and add a new stage:
1414

@@ -24,15 +24,15 @@ Create a new pipeline, and add a new stage:
2424

2525
You can also rename your release pipeline by selecting the "New release pipeline" text at the top.
2626

27-
4. Link the release to the build artifacts that are published by the build pipeline. Click **Add** in artifacts area.
27+
4. Link the release to the build artifacts that are published by the build pipeline. Select **Add** in artifacts area.
2828

2929
![Click add in the artifacts area of the interface](media/iot-edge-create-release-pipeline-for-continuous-deployment/add-artifacts.png)
3030

3131
5. On the **Add an artifact page**, select **Build** as the **Source type**. Choose the project and the build pipeline you created. If you wish, you can change the **Source alias** to something more descriptive. Then, select **Add**.
3232

3333
![On the add an artifact page, select Add to create the artifact](media/iot-edge-create-release-pipeline-for-continuous-deployment/add-artifact.png)
3434

35-
6. Open the artifact triggers and select the toggle to enable the continuous deployment trigger. Now, a new release will be created each time a new build is available.
35+
6. Open the artifact triggers and select the toggle to enable the continuous deployment trigger. Now, a new release is created each time a new build is available.
3636

3737
![Open the artifact triggers and toggle to enable the continuous deployment trigger](media/iot-edge-create-release-pipeline-for-continuous-deployment/add-trigger.png)
3838

articles/iot-edge/offline-capabilities.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Operate devices offline - Azure IoT Edge | Microsoft Docs
3-
description: Understand how IoT Edge devices and modules can operate without internet connection for extended periods of time, and how IoT Edge can enable regular IoT devices to operate offline too.
2+
title: Operate Azure IoT Edge devices offline
3+
description: Understand how IoT Edge devices can operate without internet connection for an extended time, and how to enable regular IoT devices to operate offline.
44
author: PatAltimore
55
ms.author: patricka
6-
ms.date: 3/15/2023
7-
ms.topic: conceptual
6+
ms.date: 06/10/2024
7+
ms.topic: concept-article
88
ms.service: iot-edge
99
services: iot-edge
1010
---

articles/iot-edge/tutorial-configure-est-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Tutorial - Configure Enrollment over Secure Transport Server (EST) for Az
33
description: This tutorial shows you how to set up an Enrollment over Secure Transport (EST) server for Azure IoT Edge.
44
author: PatAltimore
55
ms.author: patricka
6-
ms.date: 03/16/2023
6+
ms.date: 06/10/2024
77
ms.topic: tutorial
88
ms.service: iot-edge
99
services: iot-edge

articles/iot-edge/tutorial-nested-iot-edge-for-linux-on-windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Tutorial - Create a hierarchy of IoT Edge devices - Azure IoT Edge for Linux on Windows
3-
description: This tutorial shows you how to create a hierarchical structure of IoT Edge devices using gateways.
3+
description: This tutorial shows you how to create a hierarchical structure of IoT Edge for Linux on Windows devices.
44
author: PatAltimore
55

6-
ms.author: fcabrera
7-
ms.date: 05/12/2023
6+
ms.author: patricka
7+
ms.date: 06/10/2024
88
ms.topic: tutorial
99
ms.service: iot-edge
1010
ms.custom: devx-track-azurecli, linux-related-content

articles/iot-edge/using-private-link.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Learn how to use Azure Private Link and Private Endpoints to secure Azure IoT traffic - Azure IoT Edge
3-
description: Overview of using IoT Edge while completely isolating your network from the internet traffic using various Azure services such as Azure ExpressRoute, Private Link, and DNS Private Resolver.
2+
title: Use Azure Private Link and Private Endpoints to secure Azure IoT traffic - Azure IoT Edge
3+
description: Learn how to use IoT Edge while completely isolating your network from the internet traffic using various Azure services such as Azure ExpressRoute, Private Link, and DNS Private Resolver
44
author: PatAltimore
55
ms.author: patricka
6-
ms.date: 02/15/2023
7-
ms.topic: conceptual
6+
ms.date: 06/10/2024
7+
ms.topic: concept-article
88
ms.service: iot-edge
99
services: iot-edge
1010
---

0 commit comments

Comments
 (0)