Azure VM Flashcards
What is the limit on the # of VM’s that can be created in each region on a per subscription basis?
20
Name all of the resources required to create a VM.
Resource Group
Storage Account
Virtual Network
Network Interface
Name some common VM Extensions
Custom Script Extension
DSC Extension
Azure Diagnostics Extension
How do you stop a VM but keep it provisioned, in Powershell?
Stop-AzureRMVM -Name -ResourceGroup -Stay Provisioned
What are the 2 types of VHD’s?
Image
Disk (OS Disk or Data Disk)
What series VM’s can use Premium Storage?
DS
DSv2
F
GS
In the Resource Manager Model, how many fault domains and upgrade domains are there?
3 Fault Domains
20 Upgrade Domains
What are the 2 tiers for VM’s?
Basic
Standard
What Powershell cmdlet do you use to get NSG configuration?
Get-AzureRMNetworkSecurityGroup
When formatting data disks, what type of format should you do on a disk with Standard Storage and why?
quick format because you are only charged for the disk space you actually use with Standard Storage.
What is the max IOPS and MB/s for Standard Tier Storage?
500 IOPS
60 MB/s
What is the max IOPS and MB/s for Premium Tier Storage?
5000 IOPS
200 MB/s
What are the 3 different ways of capturing a VM?
Powershell
Azure CLI
Azure Resource Explorer Tool (using REST API)
What is the maximum # of VM’s you can have in a Scale Set?
100
True or false: A VM in a VMSS has no data disk.
True. Data should be stored on either the OS disk or an external data store such as Azure Table, File, or Blob storage.
What is the definition of a region?
Multiple Datacenters in a single geographical area.