Azure Governance and Compliance Flashcards
What Types of Rules appear in contact with Governance?
- servers must be running software withing Microsoft Extended Support guidelines
- all servers must be backed up every 24 hours at a minimum
- Firewalls must block all inbound ports from the Internet except 443
- Only Operations Support can reboot a production server
How can you enforce governance rules in Azure?
- Azure Blueprint will be retired
- Template specs replaces it (ARM templates)
- as well as Deployment Stacks
- Azure Policy (predefined and own rules)
- Resource Locks (prevents accidental changes)
- Microsoft Purview (data governance)
- RBAC
At what level can Azure Policy rules be defined?
- for resources and resource groups
- all or some
What does Azure Policy allow you to do?
- definition of rules for resources and resource groups
- evaluation of compliance of those rules
- enforce rules so that resources cannot violate those rules
Name examples for Azure Policies
- require SQL Server 12.0
- automatically apply tagging
- not allowed resource types
- reject certain storage accounts SKUs
- limit deployment locations
- limit vm SKUs (Specs)
When talking about scope of Azure Policies what is meant?
- subscriptions / management groups
- and/or resource groups
- i.e. where Azure Policies should be enforced
How can you apply a new Azure Policy to already existing resources?
- via a remediation task after creation of the Azure policy
What types of Resource Locks exist?
- Read Only
- Can Not Delete
What does the Read-Only Resource Lock entail?
- only allows to see the resource exists and view its properties
- does not allow to make any changes to resource or delete it
What does the Can Not Delete Resource Lock entail?
- only blocks deletions
- changes can be applied to the resource
How can RBAC and Resource locks work together?
- RBAC can be used to restrict who can unlock (update, delete, add) locks
- access to locks is denied by default
What is the Tool Microsoft Perview used for?
- Data Governance Tool
- one-stop shop, centralised dashboard
lots of features:
- auditing
- communication compliance
- Data Map and Data Catalog
- Information Protection
- Data Loss Prevention
- Data Lifecycle Management
- Insider Risk Management
What does Communication Compliance of the Microsoft Perview tool entail?
- SEC compliance (tracking of messages between employees)
- FINRA (financial tracking requirements)
- sensitive or confidential information
- harassing or threatening language
- sharing of adult content
Report that shows what policy issues come up
What does Information Protection of the Microsoft Perview tool entail?
- proactively finds sensitive information in your organization
- Know your data - what sensitive information is stored where
- protect your data - sensitivity labels, encryption
- prevent data loss - browser extensions, pop-up tips, block sharing
Based on labels options for dealing with data can be restricted, etc