Database, authentication and authorisation Flashcards
CosmosDB
Globally distributed database. It is super-fast and easy to manage. Scale to infinite performance and size. Can be costly.
Azure SQL
Fully managed and using stable MS SQL Technology. Compatible with on-prem SQL Servers.
Azure Database for MySQL
A very popular community driven open-source DB that is used in millions of applications. Very robust and stable.
Azure Database for PostgreSQL
Also a very popular choice of relational database. Provides enterprise features like horizontal scaling. Azure offers a managed version.
Database Migration Services
Migration of almost any kind of database to Azure SQL or SQL server. Guides, step-by-step instructions, comprehensive documentation.
Authentication
- Make sure you are you
- Confirming identity
- First test for access
Authorisation
- Comes after authentication
- Granular control for access.
- Should this user have access to these resources
Azure AD
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
MFA
An extra layer of security using something you know, something you have and something you are.