Skip to content

Commit 186caf4

Browse files
authored
Rename Overview.md to README.md
1 parent 7ecfd27 commit 186caf4

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

  • 0_Azure/8_AzureApps/demos/2_IoT/0_Overview

0_Azure/8_AzureApps/demos/2_IoT/0_Overview.md renamed to 0_Azure/8_AzureApps/demos/2_IoT/0_Overview/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,25 @@ Last updated: 2025-10-23
1010

1111
----------
1212

13-
1413
<details>
1514
<summary><b>List of References</b> (Click to expand)</summary>
1615

1716
- [What is Azure Internet of Things (IoT)?](https://learn.microsoft.com/en-us/azure/iot/iot-introduction)
1817

1918
</details>
2019

20+
> General:
21+
> - IoT devices sending telemetry to IoT Hub.
22+
> - IoT Hub forwarding data to Stream Analytics.
23+
> - Stream Analytics routing data to:
24+
> - Event Hub for automation workflows (Functions, Logic Apps)
25+
> - DBs for storage and reporting
26+
> - Machine Learning/AI for smart-driven insights
27+
> - Fabric/Power BI for visualization
28+
> - Web Apps for customer interaction
29+
30+
<img width="1413" height="836" alt="image" src="https://github.com/user-attachments/assets/4c3d3dd8-2a8c-4cba-85f7-43700c6d0d47" />
31+
2132
> - We start with our users and clients, these could be people using web browsers, mobile apps, desktop applications, or even IoT devices. All their `requests and data enter our system through the frontend and Edge layer, which is powered by Azure Front Door for global routing, Azure CDN (Content Delivery Network) for fast content delivery, and Azure Static Web Apps for hosting our client interfaces.`
2233
> - From there, `requests flow into the Application and Compute layer`. Here, we run our `business logic and core workloads` using Azure App Service for web apps, Azure Functions for serverless event-driven tasks, Azure Container Apps for microservices, and AKS (Azure Kubernetes Service) for orchestrating containers at scale.
2334
> - Next, we have Integration and Messaging. This is where Azure Event Hubs `ingests large streams of data,` Service Bus `handles reliable messaging between services,` and Logic Apps `automate workflows. Functions can also be used here for custom integrations.`

0 commit comments

Comments
 (0)