D11N Blog


Project maintained by douglascarson Hosted on GitHub Pages — Theme by mattgraham

AZ-104 Study Notes

Describe

Manage Microsoft Entra users and groups

Types of users

There are multiple types of users in Entra ID:

Skill 1.1 Manage Azure identities and governance

Deleted Users

Assigning Licenses to User or Groups

Configure Entra ID Join

RBAC Scope

Subscription Types

The types of subscriptions are:

Azure Policy

mode defines what resources are evaluated for a policy definition:

Policy Rule and Effects

The Policy rule consists of an if and then statement </br>The if statement is a condiiton and if it evaluates to true the effect get triggered

policy logical operators:

policy conditions:

The following are the supported policy effects:

Policy effects execution order:

layering Policy Definitions

Resource Locks

Implement and manage storage (15–20%)

Configure access to storage

Configure Azure Storage firewalls and virtual networks

Storage account firewall

Description of Authorisation Options

Shared Key Authorisation

Shared Access Signatures

MS Entra Intergation

Microsoft Entra Domain Services authentication

On-premises Active Directory Domain Services (AD DS, or on-premises AD DS) authentication:

Authorisation Options for Data Operations

Authorization ensures that the client application has the appropriate permissions to access a particular resource in your storage account. The authorisation options are:

Blob

Create and use shared access signature (SAS) tokens

Shared Access keys

Shared Access Signature

User Delegation SAS

Storage Account Performance Tiers

||General Purpose V2 (HDD)| General Purpose V1 (legacy)| Blob Storage (legacy)| Block Blob Storage (Premium)|File Storage (Premium)|Page Blob (Premium) —-|——–|—|–|–|–|–| Services Supported| Blob, File, Queue, Table|Blob, File, Queue, Table|Blob (Block Blobs and Append Blobs Only)| Blob (Block Blobs and Append Blobs Only)| File Only| Best for random read/write Unmanaged Disk (Page Blob)| Yes| Yes| No| No| No| No Supported Perfoamance Tiers| Standard, Premium (SSD)|Standard, Premium (SSD)| Standard| Premium (SSD) | Premium (SSD)| Premium (SSD) Supported NFS| NA| NA|NA| NA|True| NA Supported Access Tiers| Hot, Cool, Archive| NA|Hot, Cool, Archive| NA|NA| NA Replication Options| LRS, ZRS, GRS, RA-GRS, GZRS, RA-GZRS| LRS, GRS, RA-GRS| LRS, RDS, RA-GRS| LRS, ZRS| LRS, ZRS| LRS, ZRS

Replication RPO

Skill 2.2 manage storge

If you dataset is large you can sip your data and import it into azure using the Azure Import/Export service.

VM Extensions

Create Availability Set

It's recommended to use VM Scale Sets with flexible orchestration mode for high availability. Virtual machine scale sets allow VM instances to be centrally managed, configured, and updated, and will automatically increase or decrease the number of VM instances in response to demand or a defined schedule. Availability sets only offer high availability.

Skill 5.2 Monitor and Azure Backups

Azure Monitor

Azure Backup backups up:

To enable Azure Backups you need to create a recovery services vault. This vault must be in the same region as the VMs you are backing up.