Skip to content

Commit 4bd6693

Browse files
Merge pull request #208288 from TimShererWithAquent/08172022OPBR
Resolve live publish PR issue
2 parents 13b6952 + 9575b75 commit 4bd6693

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/iot-hub-device-update/device-update-configure-repo.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Configure package repository for package updates | Microsoft Docs'
33
description: Follow an example to configure package repository for package updates.
4-
author: valls
4+
author: ValOlson
55
ms.author: valls
66
ms.date: 8/8/2022
77
ms.topic: how-to
@@ -22,7 +22,7 @@ Following this document, learn how to configure a package repository using [OSCo
2222
You need an Azure account with an [IoT Hub](../iot-hub/iot-concepts-and-iot-hub.md) and Microsoft Azure Portal or Azure CLI to interact with devices via your IoT Hub. Follow the next steps to get started:
2323
- Create a Device Update account and instance in your IoT Hub. See [how to create it](create-device-update-account.md).
2424
- Install the [IoT Hub Identity Service](https://azure.github.io/iot-identity-service/installation.html) (or skip if [IoT Edge 1.2](https://docs.microsoft.com/azure/iot-edge/how-to-provision-single-device-linux-symmetric?view=iotedge-2020-11&preserve-view=true&tabs=azure-portal%2Cubuntu#install-iot-edge) or higher is already installed on the device).
25-
- Install the Device Update agent on the device. See [how to](device-update-ubuntu-agent#manually-prepare-a-device.md).
25+
- Install the Device Update agent on the device. See [how to](device-update-ubuntu-agent.md#manually-prepare-a-device).
2626
- Install the OSConfig agent on the device. See [how to](https://docs.microsoft.com/azure/osconfig/howto-install?tabs=package#step-11-connect-a-device-to-packagesmicrosoftcom).
2727
- Now that both the agent and IoT Hub Identity Service are present on the device, the next step is to configure the device with an identity so it can connect to Azure. See example [here](https://docs.microsoft.com/azure/osconfig/howto-install?tabs=package#job-2--connect-to-azure)
2828

@@ -32,5 +32,5 @@ Follow the below steps to update Azure IoT Edge on Ubuntu Server 18.04 x64 by co
3232
1. Configure the package repository of your choice with the OSConfig’s configure package repo module. See [how to](https://docs.microsoft.com/azure/osconfig/howto-pmc?tabs=portal%2Csingle#example-1--specify-desired-package-sources). This repository should be the location where you wish to store packages to be downloaded to the device.
3333
2. Upload your packages to the above configured repository.
3434
3. Create an [APT manifest](device-update-apt-manifest.md) to provide the Device Update agent with the information it needs to download and install the packages (and their dependencies) from the repository.
35-
4. Follow steps from [here](device-update-ubuntu-agent#prerequisites.md) to do a package update with Device Update. Device Update is used to deploy package updates to a large number of devices and at scale.
36-
5. Monitor results of the package update by following these [steps](device-update-ubuntu-agent#monitor-the-update-deployment.md).
35+
4. Follow steps from [here](device-update-ubuntu-agent.md#prerequisites) to do a package update with Device Update. Device Update is used to deploy package updates to a large number of devices and at scale.
36+
5. Monitor results of the package update by following these [steps](device-update-ubuntu-agent.md#monitor-the-update-deployment).

articles/logic-apps/logic-apps-enterprise-integration-liquid-transform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ This article shows you how to complete these tasks:
9898

9999
1. In the Azure portal, follow these steps to [create a blank logic app](../logic-apps/quickstart-create-first-logic-app-workflow.md).
100100

101-
1. In the Logic App Designer, add the [Request trigger](../connectors/connectors-native-reqres.md#add-request) to your logic app.
101+
1. In the Logic App Designer, add the [Request trigger](../connectors/connectors-native-reqres.md#add-request-trigger) to your logic app.
102102

103103
1. Under the trigger, choose **New step**. In the search box, enter `liquid` as your filter, and select this action: **Transform JSON to JSON - Liquid**
104104

0 commit comments

Comments
 (0)