Please enable JavaScript.
Coggle requires JavaScript to display documents.
AZ-500 - Coggle Diagram
AZ-500
SQL
-
-
Users
-
AD Users
-
Logged In as Admin, can create other external users of AD
-
-
-
-
Always encrypted
-
-
types of encryption
Deterministic
-
-
Allows point lookups, equality joins, grouping, and indexing on encypted columns
Randomized
-
Prevents point lookups, equality joins, grouping, and indexing on encrypted columns
-
-
-
Auditing
-
can be enabled at the database or the server, server level includes all databases
send logs to a storage account, workspace or event hub
-
-
-
-
-
Identity Protection
License and Access
-
P1
Only Limited Reports
Risky Users, Risky Sign-ins and Risk Detection
-
Roles access
-
-
Security Operator
View reports, not configure policies, alerts, or reset user passwords
-
-
-
-
-
-
-
-
Azure Polycy
Policy definition is the conditions which you want controlled. There are built in definitions such as controlling what type of resources can be deployed to enforcing the use of tags on all resources.
Policy assignment is the scope of what the policy definition can take effect around. Scope of assignment can be assigned to a individual, resource, resource group or management group. Policy assignments are inherited by all child resources.
Policy parameters are used by reducing the number of policy definitions you must create. Parameters would be used to define which type of VM SKUs to deploy or defining a specific location.
Azure Initiative
collection of Azure policy definitions that are grouped together towards a specific goal or purpose in mind. Azure initiatives simplify management of your policies by grouping a set of policies together as one single item
Azure Policy is a service in Azure which allows you create polices which enforce and control the properties of a resource. When these policies are used they enforce different rules and effects over your resources, so those resources stay compliant with your IT governance standards.
Remediation task
You would ensure that the policy has a remediation task that will be used to install the extension if it did not exist
-
Conditional access
-
-
Apply to a User, Group, Role or Guest users
-
-
-
-
KeyVault
Access
management plane
where you manage Key Vault itself and it is the interface used to create and delete vaults. You can also read key vault properties and manage access policies
data plane
allows you to work with the data stored in a key vault. You can add, delete, and modify keys, secrets, and certificates.
-
SoftDelete
-
Cant create a secret with same name of one secret deleted, tha is not deleted permanetly
To delete permanently, the secret must be purged in shell
-
-
Backup of secret
When you take a backup of an object in a key vault , you can restore it to another key vault in the same subscription and the same geography
-
-
Storage Account
SAS: Granular control
Account level
multiple services (BLOB,FILE, TABLE, QUEUE)
-
-
-
Acces policies
-
-
Generate SAS Based on Acces Policies,
-
-
-
BLOB
Inmutable BLOB storage
-
Container level
Acces Policy
Policy type
Legal Hold
-
When a legal hold is set, objects can be created and read, but not modified or deleted
Time base retention
-
set, objects can be created and read, but not modified or deleted
fter the retention period has expired, objects can be deleted but not overwritten
-
-
-
-
Securing Virtual Machine
-
JIT
-
-
-
Require Azure defender ON in security center for VMs that will use JIT, do not work in free Azure defender.
-
-
Azure Disk encryption
-
-
Encrypts OS and other disks of VM in addition to Server side encryption (Microsoft local storage encryption)
-
-
-
Managing VM updates
requires
-
-
Hybryd automation account (for different enviroments (AWS, etc)
-
-
-
-
Process
-
Schedule update, review assestment, deploy statuses
-
-
-
-
-
Active Dyrectory
AD Connect
-
Identities centric service, simplifies management and user experience
-
Setup
-
-
-
-
UPN validation,
is posible continue without matching all UPNs,
-
-
Users identiying
-
Source Anchor can be define by Azure or we can use an user antribute . Default is mS-DS-ConsistencyGuid
-
Optional features
-
Password writeback
to update passwords from Azure AD to OnPrem when the user changes it using password recovery methods
-
-
-
-
-
-
-
-
-
RBAC
Azure built-in roles
-
-
-
-
-
Storage
Backup Contributor
Lets you manage backup service, but can't create vaults and give access to others
-
-
Application Developer
can create application registrations when the "Users can register applications" setting is set to No
This role also grants permission to consent on one's own behalf when the "Users can consent to apps accessing company data on their behalf" setting is set to No
Users assigned to this role are added as owners when creating new application registrations or enterprise applications.
-
-
-
-
-
Security
Azure Security Center
Prevent, detect and respond to threats for Azure and hybrid enviroment
-
-
-
-
-
-
-
-
auto provisioning
Defender for Cloud collects data from your Azure virtual machines (VMs), virtual machine scale sets, IaaS containers, and non-Azure (including on-premises) machines to monitor for security vulnerabilities and threats.
-
-
-
-
-
Azure blueprints
You can use Azure Blueprints to consistently deploy the following artifacts to different subscriptions
-
-
-
-
-
-
-
-