Implement Virtual Machines Flashcards
Todo: -Need to review metrics and alert capabilities in addition
Max file size of Azure OS disk?
127GB
Max file size of Azure Data disk?
1023GB (~1TB)
Disk format supported?
Fixed VHD
Tool used to Generate Operating System “Generic” image on Windows?
sysprep.exe
Tool used to Generate Operating System “Generic” image on Linux?
Azure Agent (waagent.exe)
Difference between Generic System Images and Specialized Images?
Generic - Removes SID’s, hostname, local credentials, and the system must be shut down before the capture.
Specialized - (Point in time capture/snapshot) Keeps all customization’s like hostnames, and local credentials.
What is a Custom Script Extension?
It allows you to execute a (usually powershell) script against a VM from an Azure Storage account.
What is Powershell Desired State Configuration (DSC)?
Powershell script(s) that allow you to configure the roles, features, registry, files,etc on the machine. It then periodically checks the vm to make sure those settings have been maintained. If any of the settings have changed, then it changes them back to your “desired” state.
What is the Virtual Machine Access Extension?
Lets you reset the local admin account and enable RDP if accidently disabled. Must have the Azure VM Guest Agent installed to work.
Yes/No: Does Azure have a built-in DNS server that supports name resolution automatically for virtual machines within the same cloud service/virtual network?
Yes, Very Basic Functionality - everything else like reverse dns or connection to another virtual network needs your own DNS server.
Max number of Endpoints that can be load balanced and or scaled?
50
What is a fault domain and how is it Implemented in Azure?
Each availability set will also be comprised of two fault domains. Fault domains represent which virtual machines will be on separate physical hardware for redundancy. This limits the impact of physical hardware failures such as server, network, or power interruptions.
How many update domains are available to a Availability Set?
5, Update domains indicates the groups of virtual machines and the underlying physical hardware that can be rebooted at the same time for host updates
What are the 3 storage redundancy tiers?
Local Redundant, Geo-Redundant, Read-Access Geo Redundant
How is data replicated on the Local Redundant data tier?
Each disk is replicated a minimum of 3 times within the same region of the storage account
How can you improve workload throughput on a VM if your at max IOPS?
Add another disk and leverage storage pools or raid 0 (striped set without parity) from withing the guest vm.
What drive is temporary data disk always mapped to? (Linux and Windows)
D:\ for Windows
/Dev/SDb1 for Linux
What is the domain used for Azure Files service?
file.core.windows.net
Max TB per Storage account?
500TB
Max IOPS per Storage account?
20,000
Max IOPS per disk in Standard Tier?
500 IOPS
At maximum IOPS capacity, how many disks (Standard Tier) can you have per Azure Storage account?
40 disks (20,000/500)IOPS
Max IOPS per disk for Basic Tier?
300 IOPS
At maximum IOPS capacity, how many disks (Basic Tier) can you have per Azure Storage account?
66 disks (20,000/300)IOPS
Which Azure Extension gives access to event logs, performance counters, and application traces?
Azure Diagnostics
How many endpoints can Azure Endpoint Monitoring remotely monitor?
2
How many locations can an endpoint with Azure Endpoint Monitoring enabled be monitored from
Up to 3 global locations for each endpoint.