Skip to content

Commit 79127b8

Browse files
committed
Update _index.md
1 parent 95aa749 commit 79127b8

File tree

1 file changed

+7
-9
lines changed
  • content/learning-paths/iot/azure-iot

1 file changed

+7
-9
lines changed

content/learning-paths/iot/azure-iot/_index.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,18 @@ who_is_this_for: This is an advanced topic for software developers interested in
77

88
learning_objectives:
99
- Set up and configure an Azure IoT Hub.
10-
- Register an IoT device and stream data using the Azure IoT SDK.
11-
- Stream IoT data into Azure services using Azure Stream Analytics.
12-
- Store and persist streamed IoT data in Azure Cosmos DB by configuring a Stream Analytics job.
13-
- Implement data monitoring and alerts by creating an Azure Function that checks sensor data from Cosmos DB and sends notifications when thresholds are exceeded.
14-
- Aggregate sensor readings by developing an Azure Function that calculates average values from data stored in Cosmos DB.
15-
- Publish aggregated IoT data to a public-facing web portal, by deploying a Static Web App hosted on Azure Blob Storage
10+
- Register an IoT device and stream data using the Azure IoT SDK.
11+
- Stream IoT data into Azure services using Azure Stream Analytics.
12+
- Store and persist streamed IoT data in Azure Cosmos DB by configuring a Stream Analytics job.
13+
- Implement data monitoring and alerts by creating an Azure Function that checks sensor data from Cosmos DB and sends notifications when thresholds are exceeded.
14+
- Aggregate sensor readings by developing an Azure Function that calculates average values from data stored in Cosmos DB.
15+
- Publish aggregated IoT data to a public-facing web portal, by deploying a Static Web App hosted on Azure Blob Storage
1616

1717
prerequisites:
1818
- A machine that can run Python3, and Visual Studio Code.
1919
- Azure Account and Subscription.
2020
- Azure CLI (Command Line Interface).
21-
- Azure IoT SDK for Python.
22-
- Arm64-Compatible Device.
23-
21+
- Azure IoT SDK for Python.
2422

2523
author: Dawid Borycki
2624

0 commit comments

Comments
 (0)