Skip to content

Commit 3e347f6

Browse files
authored
Merge 5894b88 into 75b4bc3
2 parents 75b4bc3 + 5894b88 commit 3e347f6

File tree

6 files changed

+106
-8
lines changed

6 files changed

+106
-8
lines changed

Security/CopyJobPermissions.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Last updated: 2025-05-08
99

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

12-
1312
> `Copy Job` in Microsoft Fabric is a `data movement operation` that enables users to transfer data from one location to another within the Fabric ecosystem or from external sources. It supports a wide range of connectors and formats, allowing seamless ingestion into `OneLake`, `Data Warehouses`, or `Lakehouses`. Copy Jobs are ideal for `ETL/ELT workflows, data onboarding, and integration scenarios`, providing a scalable and efficient way to automate data loading and refresh processes across environments.
1413
1514
<details>
@@ -30,7 +29,7 @@ Last updated: 2025-05-08
3029

3130
> [!IMPORTANT]
3231
> `Workspace roles in Microsoft Fabric (Admin, Member, Contributor, Viewer) grant access to all items within the workspace, not just Copy Jobs.` This includes Dashboards,
33-
> Semantic Models, Data Warehouses, Notebooks, Pipelines, and more. There is currently no way to assign permissions to Copy Jobs individually, access is inherited from the user's role in the workspace.
32+
> Semantic Models, Data Warehouses, Notebooks, Pipelines, and more. There is currently no way to assign permissions to Copy Jobs individually, access is inherited from the user's role in the workspace.
3433
3534
| **Workspace Role** | **Access to Copy Jobs** |
3635
|--------------------|------------------------------------------------------------------------------------------|
@@ -39,7 +38,6 @@ Last updated: 2025-05-08
3938
| **Contributor** | Can create and run Copy Jobs, but cannot manage permissions or share them. |
4039
| **Viewer** | Can view Copy Jobs and their status but cannot create, edit, or run them. |
4140

42-
4341
<img width="700" alt="image" src="https://github.com/user-attachments/assets/93ccd9f1-a650-4663-a631-3b2b20434cae" />
4442

4543
<img width="700" alt="image" src="https://github.com/user-attachments/assets/ce0bcfe1-cce2-45e9-81ee-c58e89a7f089" />

Security/DashboardPermissions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Last updated: 2025-05-08
99

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

12-
1312
> `Dashboard` in Microsoft Fabric is a `visual and interactive canvas` that brings together insights from various data sources into a single,
1413
> unified view. It allows users to pin visuals from reports, monitor key metrics in real time, and interact with data through filters and slicers.
1514
> Dashboards are ideal for `executive overviews, operational monitoring, and decision-making`, offering a high-level summary with the ability to drill down into detailed reports when needed.
@@ -35,6 +34,7 @@ Last updated: 2025-05-08
3534
## Allow recipients to share this dashboard
3635

3736
> Permission: <br/>
37+
>
3838
> - Read <br/>
3939
> - Reshare
4040
@@ -45,6 +45,7 @@ Last updated: 2025-05-08
4545
## Allow recipients to build content with the data associated with this dashboard
4646

4747
> Permission: <br/>
48+
>
4849
> - Read
4950
5051
<img width="700" alt="image" src="https://github.com/user-attachments/assets/aee8ab34-4eab-47e2-8509-5773c2173b3a" />

Security/EventStreamPermissions.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Event Stream: Security \& Governance
2+
3+
Costa Rica
4+
5+
[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
6+
[brown9804](https://github.com/brown9804)
7+
8+
Last updated: 2025-05-08
9+
10+
------------------------------------------
11+
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.
13+
14+
<details>
15+
<summary><b>List of References</b> (Click to expand)</summary>
16+
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+
20+
</details>
21+
22+
> [!NOTE]
23+
> As now, access to Event Stream is controlled `entirely through workspace roles (Admin, Member, Contributor, Viewer).`
24+
> `There is no support for assigning permissions to individual Event Stream` or managing them through SQL-like GRANT, REVOKE, or DENY statements.
25+
26+
<div align="center">
27+
<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;"/>
28+
</div>
29+
30+
<div align="center">
31+
<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;"/>
32+
</div>
33+
34+
> [!IMPORTANT]
35+
> `Workspace roles in Microsoft Fabric (Admin, Member, Contributor, Viewer) grant access to all items within the workspace, not just Event Stream.` This includes Dashboards,
36+
> Semantic Models, Data Warehouses, Notebooks, Pipelines, and more. There is currently no way to assign permissions to Event Stream individually, access is inherited from the user's role in the workspace.
37+
38+
| **Workspace Role** | **Access to Event Stream** |
39+
|--------------------|------------------------------------------------------------------------------------------|
40+
| **Admin** | Full control: create, edit, delete, monitor, and manage permissions for Event Stream. |
41+
| **Member** | Can create, edit, and run Event Stream; can also share them with others. |
42+
| **Contributor** | Can create and run Event Stream, but cannot manage permissions or share them. |
43+
| **Viewer** | Can view Event Stream and their status but cannot create, edit, or run them. |
44+
45+
<img width="700" alt="image" src="https://github.com/user-attachments/assets/93ccd9f1-a650-4663-a631-3b2b20434cae" />
46+
47+
<img width="700" alt="image" src="https://github.com/user-attachments/assets/ce0bcfe1-cce2-45e9-81ee-c58e89a7f089" />
48+
49+
<img width="500" alt="image" src="https://github.com/user-attachments/assets/097cb406-b4c8-4d49-88c2-6d4ea8cf7294" />
50+
51+
<div align="center">
52+
<h3 style="color: #4CAF50;">Total Visitors</h3>
53+
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
54+
</div>
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Healthcare Data Solutions: Security \& Governance
2+
3+
Costa Rica
4+
5+
[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
6+
[brown9804](https://github.com/brown9804)
7+
8+
Last updated: 2025-05-08
9+
10+
------------------------------------------
11+
12+
>
13+
14+
<details>
15+
<summary><b>List of References</b> (Click to expand)</summary>
16+
17+
</details>
18+
19+
> [!NOTE]
20+
21+
<div align="center">
22+
<img width="700" alt="image" src="" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
23+
</div>
24+
25+
> [!IMPORTANT]
26+
> `Workspace roles in Microsoft Fabric (Admin, Member, Contributor, Viewer) grant access to all items within the workspace, not just Healthcare Data Solutions.` This includes Dashboards,
27+
> Semantic Models, Data Warehouses, Notebooks, Pipelines, and more. There is currently no way to assign permissions to Healthcare Data Solutions individually, access is inherited from the user's role in the workspace.
28+
29+
| **Workspace Role** | **Access to Healthcare Data Solutions** |
30+
|--------------------|------------------------------------------------------------------------------------------|
31+
| **Admin** | Full control: create, edit, delete, monitor, and manage permissions for Healthcare Data Solutions. |
32+
| **Member** | Can create, edit, and run Healthcare Data Solutions; can also share them with others. |
33+
| **Contributor** | Can create and run Healthcare Data Solutions, but cannot manage permissions or share them. |
34+
| **Viewer** | Can view Healthcare Data Solutions and their status but cannot create, edit, or run them. |
35+
36+
<img width="700" alt="image" src="https://github.com/user-attachments/assets/93ccd9f1-a650-4663-a631-3b2b20434cae" />
37+
38+
<img width="700" alt="image" src="https://github.com/user-attachments/assets/ce0bcfe1-cce2-45e9-81ee-c58e89a7f089" />
39+
40+
<img width="500" alt="image" src="https://github.com/user-attachments/assets/097cb406-b4c8-4d49-88c2-6d4ea8cf7294" />
41+
42+
<div align="center">
43+
<h3 style="color: #4CAF50;">Total Visitors</h3>
44+
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
45+
</div>

Security/LakehousePermissions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,8 @@ Last updated: 2025-05-08
7272
7373
<img width="800" alt="image" src="https://github.com/user-attachments/assets/88691b89-1356-49a1-9945-8ec82c21ae3a">
7474

75-
7675
<img width="800" alt="image" src="https://github.com/user-attachments/assets/124e1a5f-728f-4360-bdeb-3e4b86fe33bd">
7776

78-
7977
## Lakehouse Semantic Model
8078

8179
> Permissions:

Security/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ Last updated: 2025-05-08
1414
- [Semantic Models Permissions](./SemanticModelsPermissions.md): Semantic Models
1515
- [Dashboards Permissions](./DashboardPermissions.md): Dashboards
1616
- [Copy Job Permissions](./CopyJobPermissions.md): Copy Job
17-
- [Data Pipelines Permissions](./DataPipelinesPermissions.md): Data Pipelines
18-
17+
- [Data Pipelines Permissions](./DataPipelinesPermissions.md): Data Pipelines
18+
- [Event Stream Permissions](./EventStreamPermissions.md): Event Stream
19+
- [Healthcare data solutions Permissions](./HealthcareDataSolutionsPermissions.md): Healthcare Data Solutions
20+
1921
<div align="center">
2022
<h3 style="color: #4CAF50;">Total Visitors</h3>
2123
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>

0 commit comments

Comments
 (0)