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/embedded-and-microcontrollers/azure-iot/_index.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,6 @@ minutes_to_complete: 180
7
7
8
8
who_is_this_for: This is an advanced topic for developers who want to build a comprehensive IoT solution in Azure that streams, stores, monitors, aggregates, and visualizes telemetry data from Arm IoT devices.
9
9
10
-
learning_objectives:
11
-
- Set up and configure Azure IoT Hub for device communication.
12
-
- Register an IoT device and stream telemetry data using the Azure IoT SDK.
13
-
- Route IoT data to Azure services using Azure Stream Analytics.
14
-
- Store incoming data in Azure Cosmos DB through a Stream Analytics job.
15
-
- Monitor data and send alerts using an Azure Function that reads from Cosmos DB and triggers notifications based on thresholds.
16
-
- Aggregate sensor readings using an Azure Function that calculates average values from stored data.
17
-
- Publish aggregated data to a public-facing web app hosted on Azure Blob Storage.
18
-
19
-
who_is_this_for: This is an advanced topic for developers who want to build a comprehensive IoT solution in Azure that streams, stores, monitors, aggregates, and visualizes telemetry data from Arm IoT devices.
20
-
21
10
learning_objectives:
22
11
- Set up and configure Azure IoT Hub for device communication.
23
12
- Register an IoT device and stream telemetry data using the Azure IoT SDK.
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/minio-cobalt/_index.md
+19-14Lines changed: 19 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,29 @@
1
1
---
2
-
title: Deploy and Use MinIO on Azure Cobalt 100 Arm64 Virtual Machines
2
+
title: Deploy MinIO on Azure Cobalt 100
3
+
4
+
description: Learn how to deploy and configure MinIO on an Azure Cobalt 100 virtual machine, benchmark object storage throughput, and validate S3 compatibility using the boto3 Python SDK.
5
+
6
+
draft: true
7
+
cascade:
8
+
draft: true
3
9
4
10
minutes_to_complete: 30
5
11
6
-
who_is_this_for: This learning path is designed for developers, DevOps engineers, and platform engineers who want to deploy and use S3-compatible object storage using MinIO on Arm-based cloud environments.
12
+
who_is_this_for: This is an introductory topic for developers, DevOps engineers, and platform engineers who want to deploy MinIO object storage on Microsoft Azure Cobalt 100 virtual machines.
7
13
8
14
learning_objectives:
9
-
- Deploy MinIO on Azure Cobalt 100 Arm64 virtual machines
10
-
- Configure and manage object storage using MinIO
11
-
- Benchmark storage performance for high-throughput workloads
12
-
- Validate S3 compatibility using Python SDK
13
-
- Implement AI/ML dataset and model storage workflows using MinIO
15
+
- Provision an Azure Cobalt 100 virtual machine and deploy MinIO
16
+
- Benchmark MinIO storage throughput for large object transfers
17
+
- Validate S3 API compatibility using the boto3 Python SDK
18
+
- Store and retrieve AI/ML datasets and model artifacts using MinIO
14
19
15
20
prerequisites:
16
-
- A [Microsoft Azure account](https://azure.microsoft.com/) with access to Cobalt 100based instances (Dpsv6)
21
+
- A [Microsoft Azure account](https://azure.microsoft.com/) with access to Cobalt 100-based instances (Dpsv6)
17
22
- Basic knowledge of Linux command-line operations
0 commit comments