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: content/learning-paths/iot/azure-iot/_index.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,20 +7,18 @@ who_is_this_for: This is an advanced topic for software developers interested in
7
7
8
8
learning_objectives:
9
9
- 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
16
16
17
17
prerequisites:
18
18
- A machine that can run Python3, and Visual Studio Code.
0 commit comments