Skip to content

Commit c94caa1

Browse files
authored
event stream ready
1 parent d396e80 commit c94caa1

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

Security/EventStreamPermissions.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,27 @@ Last updated: 2025-05-08
99

1010
------------------------------------------
1111

12-
>
12+
> `Event Stream` in Microsoft Fabric is a `real-time data ingestion and processing service` that enables users to capture, transform, and route streaming data from various sources. It supports inputs like `Event Hubs`, `IoT devices`, and `custom applications`, and allows routing data to destinations such as `OneLake`, `Data Warehouses`, or `Lakehouses`. Event Streams are ideal for `real-time analytics, monitoring, and alerting scenarios`, providing a scalable and low-latency pipeline for continuously processing and reacting to incoming data events.
1313
1414
<details>
1515
<summary><b>List of References</b> (Click to expand)</summary>
1616

17+
- [Fabric Eventstream - overview](https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/overview?tabs=enhancedcapabilities)
18+
- [Manage an eventstream in Microsoft Fabric](https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/manage-eventstream)
19+
1720
</details>
1821

1922
> [!NOTE]
23+
> `Workspace roles in Microsoft Fabric (Admin, Member, Contributor, Viewer) grant access to all items within the workspace, not just Event Streams.`
24+
> This includes Dashboards, Semantic Models, Data Warehouses, Notebooks, Pipelines, Copy Jobs, and more.
25+
> There is currently no way to assign permissions to Event Streams individually, access is inherited from the user's role in the workspace.
26+
27+
<div align="center">
28+
<img width="700" alt="image" src="https://github.com/user-attachments/assets/66b7a6ec-12fb-4f22-af45-fd481caa3f30" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
29+
</div>
2030

2131
<div align="center">
22-
<img width="700" alt="image" src="" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
32+
<img width="700" alt="image" src="https://github.com/user-attachments/assets/1f88430b-8caa-438a-88d8-9675ae461af7" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
2333
</div>
2434

2535
> [!IMPORTANT]

0 commit comments

Comments
 (0)