AZ-900 Glossary Flashcards
TCO
Total Cost of Ownership (TCO) - Cost predictability tool
Autoscaling
Predictability - performance. If you suddenly need more resources, autoscaling can deploy additional resources to meet the demand, and then scale back when the demand drops
Load Balancing
Predictability - performance. If the traffic is heavily focused on one area, load balancing will help redirect some of the overload to less stressed areas.
Cloud-based auditing
Helps flag any resource that’s out of compliance with your corporate standards and provides mitigation strategies. Depending on your operating model, software patches and updates may also automatically be applied, which helps with both governance and security.
Analytics or business intelligence
Tools provided as a service with PaaS allow organizations to analyze and mine their data, finding insights and patterns and predicting outcomes to improve forecasting, product design decisions, investment returns, and other business decisions.
Virtual machine scale sets
Allow you to centrally manage, configure, and update a large number of VMs in minutes. The number of VM instances can automatically increase or decrease in response to demand, or you can set it to scale based on a defined schedule. Virtual machine scale sets also automatically deploy a load balancer to make sure that your resources are being used efficiently. With virtual machine scale sets, you can build large-scale services for areas such as compute, big data, and container workloads.
Virtual machine availability sets
Availability sets are designed to ensure that VMs stagger updates and have varied power and network connectivity, preventing you from losing all your VMs with a single network or power failure.
Update domain
The update domain groups VMs that can be rebooted at the same time. This allows you to apply updates while knowing that only one update domain grouping will be offline at a time. All of the machines in one update domain will be updated. An update group going through the update process is given a 30-minute time to recover before maintenance on the next update domain starts.
Fault domain
The fault domain groups your VMs by common power source and network switch. By default, an availability set will split your VMs across up to three fault domains. This helps protect against a physical power or networking failure by having VMs in different fault domains (thus being connected to different power and networking resources).
Microsoft Sentinel
Security and Security Information and Event Manager (SIEV) / Security orchestration, automation, and response (SOAR) that can analyze data across the enterprise to identify potential threats. Use case: Build a baseline behavioral profile of organizational identities to identify anomalous activity
Azure Key Vault
Allows you to securely store and access cryptographic keys, passwords, certificates. Use case: securely store a database connection string to avoid accidental use in a web sites source code.
Azure Firewall
Deny traffic from known malicious IP addresses.
Azure Monitor
Monitoring solution that can collect telemetry from resources to analyze performance, create alerts, build dashboards, with health system overview.