Az305 Flashcards
In Key Vaults what are secrets used to store?
Tokens
Passwords
Certificates
API Keys
In Key Vaults what are keys used to store?
Encryption keys
In Key Vaults what are certificates used to store?
TSL/SSL Certificates
Which App Service Plans are zone redundant?
Only premium V2 and V3 are redundant. P1v2 is cheaper than P1v3
What is log shipping?
The process of automating the backup of transaction log files on a primary database server, and then restoring them onto a standby server. It is a feature of Microsoft’s SQL server, recommended when the RPO and RTO are more flexible or databases aren’t considered highly mission critical.
What is the Lsv2 VM size good for?
Lsv2 are high throughput and IO VMs
What is the F series VM size good for?
F are high in CPU to memory ratio VMs
E.g web servers
What is the Esv3 VM size good for?
Esv3 are high memory to CPU VMs
E.g databases (not optimised for throughput and IO)
What is the NCv2 VM size good for?
NCv2 are GPU based VMs
What are the three migration phases for MS CAF for Azure?
Assess
Deploy
Release
Features of Azure Synapse analytics
Allows for data transformation
Links data to Microsoft Power BI
Performs near real time log analysis
What is business continuity?
Solutions are high availability and disaster recovery. The goal is to keep the business up and running with minimal or no interruption.
What are the four main ways Always On availability groups, Always On failover cluster instances, log shipping can be used? (Availability features)
High availability
Disaster Recovery
Migrations and upgrades
Scaling out readable copies of one or more databases
What are Availability groups?
Provide database level protection by sending each transaction of a database to another instance.
Recommended for lower RPO and RTO
Data movement between replicas can be synchronous or asynchronous
An AG has one fully read/write copy of the database that is on the primary replica, the secondary replica can’t receive transactions directly from end users or applications.
What is Disaster recovery?
When your primary availability location experiences a catastrophic event like an earthquake or flood, the business must be prepared to have its systems come online elsewhere.