Skip to content

Commit 4d2ecb3

Browse files
Merge pull request #263433 from kgremban/jan8-logicapps
Review logic apps tutorial
2 parents 3873855 + af752e5 commit 4d2ecb3

28 files changed

+150
-94
lines changed

articles/iot-hub/TOC.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,13 @@
4747
- name: Visualize data in Power BI
4848
displayName: Stream Analytics
4949
href: iot-hub-live-data-visualization-in-power-bi.md
50-
- name: Visualize data in an App Service web app
50+
- name: Visualize data in App Service web apps
5151
displayName: Node.js
5252
href: iot-hub-live-data-visualization-in-web-apps.md
53+
- name: Monitor and notify with Logic Apps
54+
displayName: Service Bus, queue, namespace
55+
href: iot-hub-monitoring-notifications-with-azure-logic-apps.md
56+
5357
- name: Concepts
5458
items:
5559
- name: IoT Hub concepts overview
@@ -435,10 +439,6 @@
435439
- name: Raspberry Pi with C
436440
displayName: BME280 sensor
437441
href: iot-hub-raspberry-pi-kit-c-get-started.md
438-
- name: Extended IoT scenarios
439-
items:
440-
- name: Remote monitoring and notifications with Logic Apps
441-
href: iot-hub-monitoring-notifications-with-azure-logic-apps.md
442442
- name: Troubleshoot and problem solution
443443
items:
444444
- name: Troubleshoot device connectivity

articles/iot-hub/iot-hub-monitoring-notifications-with-azure-logic-apps.md

Lines changed: 131 additions & 75 deletions
Large diffs are not rendered by default.

articles/iot-hub/iot-hub-raspberry-pi-kit-c-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: ['Role: Cloud Development']
1515

1616
[!INCLUDE [iot-hub-get-started-device-selector](../../includes/iot-hub-get-started-device-selector.md)]
1717

18-
In this tutorial, you begin by learning the basics of working with Raspberry Pi that's running Raspberry Pi OS. You then learn how to seamlessly connect your devices to the cloud by using [Azure IoT Hub](about-iot-hub.md). For Windows 10 IoT Core samples, go to the [Windows Dev Center](https://www.windowsondevices.com/).
18+
In this article, you learn the basics of working with Raspberry Pi that's running Raspberry Pi OS. You then learn how to connect your devices to the cloud by using [Azure IoT Hub](about-iot-hub.md). For Windows 10 IoT Core samples, go to the [Windows Dev Center](https://www.windowsondevices.com/).
1919

2020
Don't have a kit yet? Try [Raspberry Pi online simulator](iot-hub-raspberry-pi-web-simulator-get-started.md). Or buy a new kit [here](https://azure.microsoft.com/develop/iot/starter-kits).
2121

articles/iot-hub/iot-hub-raspberry-pi-kit-node-get-started.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: ['Role: Cloud Development', devx-track-js]
1515

1616
[!INCLUDE [iot-hub-get-started-device-selector](../../includes/iot-hub-get-started-device-selector.md)]
1717

18-
In this tutorial, you begin by learning the basics of working with Raspberry Pi that's running Raspberry Pi OS. You then learn how to seamlessly connect your devices to the cloud by using [Azure IoT Hub](about-iot-hub.md). For Windows 10 IoT Core samples, go to the [Windows Dev Center](https://www.windowsondevices.com/).
18+
In this article, you learn the basics of working with Raspberry Pi that's running Raspberry Pi OS. You then learn how to seamlessly connect your devices to the cloud by using [Azure IoT Hub](about-iot-hub.md). For Windows 10 IoT Core samples, go to the [Windows Dev Center](https://www.windowsondevices.com/).
1919

2020
Don't have a kit yet? Try [Raspberry Pi online simulator](iot-hub-raspberry-pi-web-simulator-get-started.md). Or buy a new kit [here](https://azure.microsoft.com/develop/iot/starter-kits).
2121

@@ -100,7 +100,7 @@ Prepare the microSD card for installation of the Raspberry Pi OS image.
100100

101101
c. Select the microSD card drive. Etcher may have already selected the correct drive.
102102

103-
d. Click Flash to install Raspberry Pi OS with desktop to the microSD card.
103+
d. Select Flash to install Raspberry Pi OS with desktop to the microSD card.
104104

105105
e. Remove the microSD card from your computer when installation is complete. It's safe to remove the microSD card directly because Etcher automatically ejects or unmounts the microSD card upon completion.
106106

@@ -112,16 +112,16 @@ Prepare the microSD card for installation of the Raspberry Pi OS image.
112112

113113
2. Start Pi and then sign into Raspberry Pi OS by using `pi` as the user name and `raspberry` as the password.
114114

115-
3. Click the Raspberry icon > **Preferences** > **Raspberry Pi Configuration**.
115+
3. Select the Raspberry icon > **Preferences** > **Raspberry Pi Configuration**.
116116

117117
![The Raspberry Pi OS with Preferences menu](./media/iot-hub-raspberry-pi-kit-node-get-started/1-raspbian-preferences-menu.png)
118118

119-
4. On the **Interfaces** tab, set **SSH** and **I2C** to **Enable**, and then click **OK**.
119+
4. On the **Interfaces** tab, set **SSH** and **I2C** to **Enable**, and then select **OK**.
120120

121121
| Interface | Description |
122122
| --------- | ----------- |
123123
| *SSH* | Secure Shell (SSH) is used to remote into the Raspberry Pi with a remote command-line. This is the preferred method for issuing the commands to your Raspberry Pi remotely in this document. |
124-
| *I2C* | Inter-integrated Circuit (I2C) is a communications protocol used to interface with hardware such as sensors. This interface is required for interfacing with physical sensors in this topic.|
124+
| *I2C* | Inter-integrated Circuit (I2C) is a communications protocol used to interface with hardware such as sensors. This interface is required for interfacing with physical sensors in this article.|
125125

126126
If you don't have physical sensors and want to use simulated sensor data from your Raspberry Pi device, you can leave **I2C** disabled.
127127

@@ -142,14 +142,14 @@ For sensor pins, use the following wiring:
142142

143143
| Start (Sensor & LED) | End (Board) | Cable Color |
144144
| ----------------------- | ---------------------- | ------------: |
145-
| VDD (Pin 5G) | 3.3V PWR (Pin 1) | White cable |
145+
| VDD (Pin 5G) | 3.3 V PWR (Pin 1) | White cable |
146146
| GND (Pin 7G) | GND (Pin 6) | Brown cable |
147147
| SDI (Pin 10G) | I2C1 SDA (Pin 3) | Red cable |
148148
| SCK (Pin 8G) | I2C1 SCL (Pin 5) | Orange cable |
149149
| LED VDD (Pin 18F) | GPIO 24 (Pin 18) | White cable |
150150
| LED GND (Pin 17F) | GND (Pin 20) | Black cable |
151151

152-
Click to view [Raspberry Pi 2 & 3 pin mappings](/windows/iot-core/learn-about-hardware/pinmappings/pinmappingsrpi) for your reference.
152+
For more information, see [Raspberry Pi 2 & 3 pin mappings](/windows/iot-core/learn-about-hardware/pinmappings/pinmappingsrpi).
153153

154154
After you've successfully connected BME280 to your Raspberry Pi, it should be like below image.
155155

@@ -191,7 +191,7 @@ Turn on Pi by using the micro USB cable and the power supply. Use the Ethernet c
191191
node -v
192192
```
193193

194-
If the version is lower than 10.x, or if there is no Node.js on your Pi, install the latest version.
194+
If the version is lower than 10.x, or if Node.js isn't on your Pi, install the latest version.
195195

196196
```bash
197197
curl -sSL https://deb.nodesource.com/setup_16.x | sudo -E bash
@@ -255,14 +255,14 @@ For more ways to process data sent by your device, continue on to the next secti
255255

256256
## Clean up resources
257257

258-
You can use the resources created in this topic with other tutorials and quickstarts in this document set. If you plan to continue on to work with other quickstarts or with the tutorials, do not clean up the resources created in this topic. If you do not plan to continue, use the following steps to delete all resources created by this topic in the Azure portal.
258+
You can use the resources created in this article with other tutorials and quickstarts in this document set. If you plan to continue on to work with other quickstarts or with the tutorials, don't clean up the resources created in this article. If you don't plan to continue, use the following steps to delete all resources created by this article in the Azure portal.
259259

260260
1. From the left-hand menu in the Azure portal, select **All resources** and then select the IoT Hub you created.
261-
1. At the top of the IoT Hub overview pane, click **Delete**.
262-
1. Enter your hub name and click **Delete** again to confirm permanently deleting the IoT hub.
261+
1. At the top of the IoT Hub overview pane, select **Delete**.
262+
1. Enter your hub name and select **Delete** again to confirm permanently deleting the IoT hub.
263263

264264
## Next steps
265265

266-
You've run a sample application to collect sensor data and send it to your IoT hub.
266+
In this article, you ran a sample application to collect sensor data and send it to your IoT hub.
267267

268268
[!INCLUDE [iot-hub-get-started-next-steps](../../includes/iot-hub-get-started-next-steps.md)]

articles/iot-hub/iot-hub-raspberry-pi-web-simulator-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: ['Role: Cloud Development', devx-track-js]
1515

1616
[!INCLUDE [iot-hub-get-started-device-selector](../../includes/iot-hub-get-started-device-selector.md)]
1717

18-
In this tutorial, you begin by learning the basics of working with Raspberry Pi online simulator. You then learn how to seamlessly connect the Pi simulator to the cloud by using [Azure IoT Hub](about-iot-hub.md).
18+
In this article, you learn the basics of working with Raspberry Pi online simulator. You then learn how to seamlessly connect the Pi simulator to the cloud by using [Azure IoT Hub](about-iot-hub.md).
1919

2020
:::image type="content" source="media/iot-hub-raspberry-pi-web-simulator/3-banner.png" alt-text="Connect Raspberry Pi web simulator to Azure IoT Hub" border="false":::
2121

0 commit comments

Comments
 (0)