Skip to content

Commit c97c23b

Browse files
authored
Enhance README with images for clarity
Added images to the README for better visualization.
1 parent a5d41a3 commit c97c23b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

5_analytics-bigdata/event-hub/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ Last updated: 2026-02-16
1515
> - The Resource Group is created via the AzAPI provider (management plane) to keep creation idempotent (ARM PUT) and align with other templates in this repository.
1616
> - Event Hubs namespace names are globally unique. Keeping `append_random_suffix = true` helps avoid collisions.
1717
18+
<div align="center">
19+
<img width="650" alt="image" src="https://github.com/user-attachments/assets/2d9b80e2-b1d3-41be-a5bb-a7a4591b44be" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
20+
</div>
21+
22+
<div align="center">
23+
<img width="650" alt="image" src="https://github.com/user-attachments/assets/72fdee04-5145-4b78-9025-6f946c78f45e" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
24+
</div>
25+
1826
## File Descriptions
1927

2028
- **main.tf**: Creates the Resource Group, Event Hubs Namespace, Event Hub, and optional consumer groups.

0 commit comments

Comments
 (0)