Database, authentication and authorisation Flashcards

1
Q

CosmosDB

A

Globally distributed database. It is super-fast and easy to manage. Scale to infinite performance and size. Can be costly.

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

Azure SQL

A

Fully managed and using stable MS SQL Technology. Compatible with on-prem SQL Servers.

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

Azure Database for MySQL

A

A very popular community driven open-source DB that is used in millions of applications. Very robust and stable.

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

Azure Database for PostgreSQL

A

Also a very popular choice of relational database. Provides enterprise features like horizontal scaling. Azure offers a managed version.

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

Database Migration Services

A

Migration of almost any kind of database to Azure SQL or SQL server. Guides, step-by-step instructions, comprehensive documentation.

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

Authentication

A
  • Make sure you are you
  • Confirming identity
  • First test for access
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Authorisation

A
  • Comes after authentication
  • Granular control for access.
  • Should this user have access to these resources
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Azure AD

A

Azure active directory is not normal Active Directory
AAD service:
• Mandatory – can’t have an azure account with an AAD service
• First user - Every Azure account needs a first user and this user is the AAD instance

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

MFA

A

An extra layer of security using something you know, something you have and something you are.

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