Validated Flashcards

1
Q

What is the difference between Azure container apps and Azure container instances

A

Azure Container Instances (ACI) provides a single pod of Hyper-V isolated containers on demand. It can be thought of as a lower-level “building block” option compared to Container Apps.

Concepts like scale, load balancing, and certificates are not provided with ACI containers.

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

What is Azure Data migration Assistant used for?

A

Data Migration Assistant (DMA) basically assess and reviews the database to see if everything is good to migrate
It can also handle the actual migration of SQL to Azure

Important–This is just for SQL

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

Azure SQL Tier Max Sizes

  1. Azure SQL Database
  2. Azure SQL MI
  3. Azure SQL Hyperscale
A

Azure SQL you get up to 4 TB

Azure SQL Managed Instance you get up to 16 TB

Azure SQL with Hyperscale its up to 100 TB

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

Difference between Azure SQL failover-groups and active geo-replication

A

Active geo-replication is a manual failover and Failover groups are automatic

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

Difference between Azure Identity Governance and Privileged Access Management (PIM)

A

Identity Governance—For groups and apps review

Privileged Identity Management (PIM)–For role access like RBAC roles or Azure AD accounts

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

What is Azure Attribute based access control (ABAC)

A

Used for role assignment conditions based on things like tags assigned to individual resources

With ABAC, you can grant a security principal access to a resource based on attributes

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

Azure Key Vault solution for storing and accessing API keys

A

Secret

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