Skip to content

Commit 9dec7bb

Browse files
authored
small comments about data protection + lineage + governance
1 parent 79f5deb commit 9dec7bb

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ Last updated: 2025-05-03
2929
- [Infrastructure as Code IaC](#infrastructure-as-code-iac)
3030
- [Source Control Integration](#source-control-integration)
3131
- [Security](#security)
32-
- [Role Based Access Control](#role-based-access-control)
32+
- [Role Based Access Control](#role-based-access-control)
33+
- [Data Protection](#data-protection)
34+
- [Data Lineage and Cataloging](#data-lineage-and-cataloging)
35+
- [Data Governance](#data-governance)
3336
- [Microsoft Purview for Fabric](#microsoft-purview-for-fabric)
3437
- [Networking](#networking)
3538
- [Monitoring and Observability](#monitoring-and-observability)
@@ -139,6 +142,22 @@ From [Microsoft Documentation](https://learn.microsoft.com/pt-br/fabric/fundamen
139142
- **Object-Level Roles**: Implement roles at the object level to manage permissions for specific data objects. Click to read more about [Security \& Governance by Object Level](./Security/)
140143
- **Purview Integration**: Use Microsoft Purview to manage and enforce data governance policies.
141144

145+
## Data Protection
146+
147+
- **Data Encryption**: Encrypt sensitive data both at rest and in transit.
148+
- **Data Masking**: Implement data masking techniques to protect sensitive information.
149+
- **Compliance**: Ensure compliance with relevant regulations and standards (e.g., GDPR, HIPAA).
150+
151+
## Data Lineage and Cataloging
152+
153+
- **Data Lineage**: Track data lineage to understand the flow and transformations of data within the platform.
154+
- **Data Catalog**: Use Microsoft Purview to create a comprehensive data catalog for easy discovery and management of data assets.
155+
156+
## Data Governance
157+
158+
- **Data Policies**: Define and enforce data governance policies to ensure data quality, security, and compliance.
159+
- **Data Stewardship**: Assign data stewards to manage and oversee data governance practices.
160+
142161
## Microsoft Purview for Fabric
143162

144163
> **Microsoft Purview** is a unified data governance solution that helps `organizations manage and govern` their on-premises, multi-cloud, and software-as-a-service (SaaS) data. When integrated with **Microsoft Fabric**, Purview enhances `data discovery, classification, lineage, and access control` across the entire data estate. In the context of **Microsoft Fabric**, which is an end-to-end analytics platform that unifies data engineering, data science, real-time analytics, and business intelligence, Purview plays a crucial role in:

0 commit comments

Comments
 (0)