Introduction to Azure virtual machines Flashcards
What are the requirements for a VM?
Start with the network Name the VM Decide the location for the VM Determine the size of the VM Understanding the pricing model Storage for the VM Select an operating system
True/False
By default, services outside a VNet can access services inside the VNet.
False
What are virtual networks?
Virtual networks (VNets) are used in Azure to provide private connectivity between Azure Virtual Machines and other Azure services. VMs and services that are part of the same virtual network can access one another. By default, services outside the virtual network cannot connect to services within the virtual network. You can, however, configure the network to allow access to the external service, including your on-premises servers.
True/False
Network addresses and subnets can be changed quickly in Azure.
False
What should you specify when you set up a virtual network?
Available address spaces
subnets
security
True/False
VNets which connect with one another can have overlapping address ranges.
False
Which addresses are reserved for Azure to use?
First four addresses and the last address in each subnet
What does segregating your network mean?
You do this to break up your network into more manageable sections. For example, you might assign 10.1.0.0 to VMs, 10.2.0.0 to back-end services, and 10.3.0.0 to SQL Server VMs.
True/False
By default, subnets are equipped with standard security.
False.
By default, there is no security boundary between subnets, so services in each of these subnets can talk to one another.
What are NSGs?
Network Security Groups act as software firewalls, applying custom rules to each inbound or outbound request at the network interface and subnet level. This allows you to fully control every network request coming in or out of the VM.
What are the aspects you should consider when creating a VM?
What does the server communicate with?
Which ports are open?
Which OS is used?
How much disk space is in use?
What kind of data does this use? Are there restrictions (legal or otherwise) with not having it on-premises?
What sort of CPU, memory, and disk I/O load does the server have? Is there burst traffic to account for?
Can you change the name of a VM after it’s creation?
No, at least it’s not trivial.
What are the workload options for VMs in Azure?
General purpose Compute optimized Memory optimized Storage optimized GPU High performance computers
Can a VM size change while the VM is running?
Yes, as long the new size is available in the current hardware cluster the VM is running on. However, to complete the request, the VM will have to reboot.
What are the two costs associated with each VM?
Compute
Storage