Azure Flashcards

1
Q

Microsoft Entra ID

A

is cloud-based identity and access management service provided by Microsoft, a comprehensive solution for managing identities, enforcing access policies, and securing your applications and data in the cloud and on-premises.

It’s not a part of the core infrastructure that customers own and manage, nor is it an Infrastructure as a service offering. While this implies that you have less control over its implementation, it also means that you don’t have to dedicate resources to its deployment or maintenance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Active Directory Domain Services

A

is a directory service that provides the methods for storing directory data, such as user accounts and passwords, and makes this data available to network users, administrators, and other devices and services. It runs as a service on Windows Server, referred to as a domain controller.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

tenant

A

The term tenant in this context typically represents a company or organization that signed up for a subscription to a Microsoft cloud-based service such as Microsoft 365, Intune, or Azure, each of which uses Microsoft Entra ID.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Objects of the Application and servicePrincipal classes represent applications in Microsoft Entra ID.

A

An object in the Application class contains an application definition and an object in the servicePrincipal class constitutes its instance in the current Microsoft Entra tenant.

Separating these two sets of characteristics allows you to define an application in one tenant and use it across multiple tenants by creating a service principal object for this application in each tenant. Microsoft Entra ID creates the service principal object when you register the corresponding application in that Microsoft Entra tenant.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Azure, one key issue is how to provide authentication services to these apps

A

To satisfy this need, you can choose to implement a site-to-site virtual private network (VPN) between your local infrastructure and the Azure IaaS, or you can deploy replica domain controllers from your local AD DS as virtual machines (VMs) in Azure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Microsoft Entra Domain Services

A

This service, which runs as part of the Microsoft Entra ID P1 or P2 tier, provides domain services such as Group Policy management, domain joining, and Kerberos authentication to your Microsoft Entra tenant. These services are fully compatible with locally deployed AD DS, so you can use them without deploying and managing additional domain controllers in the cloud.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Microsoft Entra Connect

A

users can utilize organizational credentials in both on-premises AD DS and in Microsoft Entra Domain Services. Even if you don’t have AD DS deployed locally, you can choose to use Microsoft Entra Domain Services as a cloud-only service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Virtual machine data

A

Virtual machine data storage includes disks and files. Disks are persistent block storage for Azure IaaS virtual machines. Files are fully managed file shares in the cloud.

Each data disk has a maximum capacity of 32,767 GB.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Structured data

A

Structured data is stored in a relational format that has a shared schema. Structured data is often contained in a database table with rows, columns, and keys. Tables are an autoscaling NoSQL store.

Structured data can be stored by using Azure Table Storage, Azure Cosmos DB, and Azure SQL Database. Azure Cosmos DB is a globally distributed database service. Azure SQL Database is a fully managed database-as-a-service built on SQL.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Standard storage accounts

A

are backed by magnetic hard disk drives (HDD). A standard storage account provides the lowest cost per GB. You can use Standard storage for applications that require bulk storage or where data is infrequently accessed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Premium storage accounts

A

are backed by solid-state drives (SSD) and offer consistent low-latency performance. You can use Premium storage for Azure virtual machine disks with I/O-intensive applications like databases.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Azure Blob Storage (containers):

A

A massively scalable object store for text and binary data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Azure Files

A

Managed file shares for cloud or on-premises deployments.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Azure Queue Storage

A

A messaging store for reliable messaging between application components.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Azure Table Storage

A

A service that stores nonrelational structured data (also known as structured NoSQL data).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Azure Storage offers four data services that can be accessed by using an Azure storage account

A

Azure Blob Storage (containers): A massively scalable object store for text and binary data.

Azure Files: Managed file shares for cloud or on-premises deployments.

Azure Queue Storage: A messaging store for reliable messaging between application components.

Azure Table Storage: A service that stores nonrelational structured data (also known as structured NoSQL data).

17
Q
A
18
Q
A
19
Q
A