Privacy, Compliance, Trust Flashcards
What is Azure Governance?
Ensures you remain compliant with national and international compliance rules
What is Azure Policy?
Ensures policies applies to resources are compliant
What are Azure Policies? What major topic are Azure policies part of? What entity are policies for? When is an Azure policy setup?
Are for resources and are rules applied when a resource is created and managed - for help being compliant
Part of Azure governance
What are VM tags?
Attributes displayed in the Azure invoice - can be easily filtered
How can you easily replicate network configurations for future deployments, similar to ARM?
Azure Blueprints - ARM + policies + resource groups
What are Conditional Access Policies?
Applied against users using assignments and access controls
What is Role Based Access Control? Who is it for?
Allows you to control how users and applications can interact with your Azure Resources - principle, role, scope
What are Resource Locks? Who are they for? and what entities do they lock?
Can assign a lock to a resource, subscription, or resource group. For users
What are types of Resource Locks?
Delete - can’t delete the lock object
Read-only - can’t make changes to the object
What is a security principle in RBAC?
Object representing an entity - user
How can you control a users access to resources?
Role Based Access Control - principle, role definition, scope
What is role definition?
Collection of permissions - read, write delete
What is Azure Monitor?
Helps you find the resources that aren’t performing 100% - Can also be on prem resources
Its a health check
What is Log Analytics? What is log analytics part of? Whats an example of something log analytics might check?
Stores log data for query - specific to VM health, CPU usage, VM free disk space, etc
Part of Azure Monitor
What is Application Insights? What is it part of? How is it different than Log Analytics
Performance Insights for web applications (health related insights)
Finds performance bottlenecks - and what pages are most popular
Part of Azure Monitor
Log Analytics is query data while Application Insights summarizes