You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-hub-device-update/device-update-configure-repo.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: 'Configure package repository for package updates | Microsoft Docs'
3
3
description: Follow an example to configure package repository for package updates.
4
-
author: valls
4
+
author: ValOlson
5
5
ms.author: valls
6
6
ms.date: 8/8/2022
7
7
ms.topic: how-to
@@ -22,7 +22,7 @@ Following this document, learn how to configure a package repository using [OSCo
22
22
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:
23
23
- Create a Device Update account and instance in your IoT Hub. See [how to create it](create-device-update-account.md).
24
24
- 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).
26
26
- 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).
27
27
- 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)
28
28
@@ -32,5 +32,5 @@ Follow the below steps to update Azure IoT Edge on Ubuntu Server 18.04 x64 by co
32
32
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.
33
33
2. Upload your packages to the above configured repository.
34
34
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).
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-enterprise-integration-liquid-transform.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ This article shows you how to complete these tasks:
98
98
99
99
1. In the Azure portal, follow these steps to [create a blank logic app](../logic-apps/quickstart-create-first-logic-app-workflow.md).
100
100
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.
102
102
103
103
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**
0 commit comments