Skill 3.3 Configure VMs Flashcards
What are the ways to create a VM in Azure
Azure Portal
Azure Powershell and CLI
Azure REsource Manager
What is Azure Key Vault
Used to encrypt Azure VMs
If you want to create a disk using a customer managed key (cmk) what do you need to do
create a disk encryption set first
What are the three Server Side Encryption Models
1.service-managed key
2. customer-managed key
3. service-managed keys in customer controlled hardware
What is the Service managed key server side encryption model
Provides a combination of control and convenience with low overhead
Describe Customer-Managed Keys Server-side encryption model
Gives you control over your keys, including bringing your own key(BYOK) support or allows you to generate new ones
Describe Service-Managed keys in customer-controlled hardware
Enables you to manage keys in your own proprietary respository outside of MSFT control. This is called host your own key (HYOK). It’s complex and not supported by most services
Where can VMs be moved to
a different resource group, subscription, availability zone, and another region.
What is a risk of moving a VM
any existing scripts that target this resource will quit working until they are updated
How can you retrieve a resource ID
By using Azure Portal, Powershell or CLI
General Purpose VM
Small to medium scale development environments. Has a balanced CPU-to-Memory ratio
Compute Optimized VM
Used for CPU intensive workloads in medium-scale environments. Ideal for networking appliances or batch process in a small environment
Memory optimized CPU
This size type provides higher memory compared to CPU and is ideal for medium-scale database servers. With high memory, these sizes can be used for caches, or it can be used in memory analytics.
Storage Optimized
Offers high disk throughput and IO, good for large transactional databases like Cassandra, MongoDB, and so on. It can be used for Big Data and data warehousing.
GPU Optimized
Provides VMs with one or many NVIDIA GPUs. It provides high compute and graphics, which are ideal for visualization workloads.