Describe the purpose of Microsoft Purview in Azure
What Microsoft Purview Does
Microsoft Purview is a service that helps organizations manage and govern their data across different locations. It gives a unified view of all data, no matter where it lives—whether in Azure, in other clouds, or on local computers. Purview finds data automatically, classifies it (like tagging personal information as private), and shows who can access it. This helps companies follow rules about data privacy and make sure sensitive information is protected.
How Purview Helps Compliance
Purview simplifies compliance by creating a map of all data assets and applying consistent rules across them. It can scan databases, files, and services to identify what kind of data they contain. When Purview finds sensitive data, it can apply labels that tell other services how to handle that data. This makes it easier for companies to prove they are following laws like GDPR or HIPAA.
Describe the purpose of Azure Policy
What Azure Policy Does
Azure Policy is a service that lets administrators set rules for resources in Azure. These rules, called policies, can require that resources meet certain standards before they are created or changed. For example, a policy might require all storage accounts to use encryption, or forbid creating virtual machines in certain regions. When someone tries to create a resource that breaks a policy, Azure blocks the action and explains why.
How Policy Enforces Governance
Policies work at the subscription level or on smaller groups of resources, so teams can apply different rules to different projects. Azure Policy evaluates resources continuously, not just when they are created, so it can catch problems that appear later. If a resource becomes non-compliant over time (perhaps because a setting was changed), the policy will flag it. This automatic enforcement helps keep the entire Azure environment following the organization's rules without requiring manual checks.
Describe the purpose of resource locks
What Resource Locks Do
Resource locks protect Azure resources from accidental changes or deletions. A lock can be set to ReadOnly, which stops anyone from modifying or deleting the resource, or CanNotDelete, which lets changes happen but prevents deletion. When a lock is applied, even administrators who normally have full permissions cannot perform the locked action. The lock stays in place until someone with the right permissions removes it.
Why Locks Matter for Governance
Locks provide a safety net for critical resources like production databases, key vaults, or network security groups. They create a firm boundary that prevents mistakes from causing outages or data loss. Locks work alongside other governance tools like Azure Policy: Policy might require certain settings, while locks ensure those settings cannot be changed. Together, they create layers of protection that help maintain a stable, compliant environment.