Deploy and manage azure compute resources Flashcards
What weighting has this section in the az-104 exam?
20% to 25%
What is compute resource in azure?
Virtual
Machines
What are the Security types available when creating a new VM?
- Standard Virtual Machines: The baseline offering in Azure, suitable for a broad range of applications, providing a balance of compute, memory, and storage resources.
- Trusted Launch Virtual Machines: Enhances security with features like Secure Boot and a virtual Trusted Platform Module (vTPM) to protect against advanced rootkits and bootkits, and enable secure storage of secrets.
- Confidential Virtual Machines: Offers the highest level of security by encrypting data in use, using hardware-based Trusted Execution Environments (TEEs) to isolate data from the host OS and other VMs, ideal for handling sensitive data in highly regulated industries.
What ports are open to the virtual machine by default?
inbound port rules ( blocked by default on all ports but SSH and rdp ports are especially important to open depending on your com connection method
What is an image and what are the options available when creating a new VM?
Images are static copies of a particular operating system in a specific state from a hard disk. Images are used to create a vm in a specific state with a specific operating system and configuration.
What are instance sizes?
Instance sizes represent the hardware combination of CPU GPU and memory. They are presented in a menu which divides the options in to series categories, each series being especially good for a particular type of vm the workload.
Generally you should choose the latest version of a series except if you have existing vms which use a previous version and compatibility is paramount.
What is the use of the administrator account created when creating the VM?
The administrator account is for connecting with Remote Desktop to the VM
What is an azure spot instance?
Azure spot instances are offered at reduced cost in exchange for no guarantee that the VM will remain working on the customers workload. If another customer who is paying full price for their VM requests a VM while none are available, those customers running VMs as spot instances may find that their VM is given to the full paying customer.
Spot instances can lead to substantial savings but require low urgency low priority workloads that can safely be stopped (and restarted on another vm) without losing the integrity of the work done.
What are the different disk options available?
-OS disk holds the operating system and can be temporary or permanent storage. Temporary storage
- data disks are additional external disks for your vm
What’s the max number of data disks you can add to a VM?
8
What disk encryption options are available?
By default a virtual machines disk is encrypted however the encryption at host check box stored the encryption of the operating system as well as the disks with a bitlocker encryption.
What is the delete with vm option
It means that if you delete the VM the disk will be automatically deleted too
What it’s ultradisk?
It’s a high performance disk with very low latency at a massive throughput. The most performant disk option available in azure.
How many VMs can a data disk be attached to at the same time?
1.
If you need a disk to be attached to more vms then you need to look at azure fileshare.
What kind of threat and virus protection is available for cloud VMs?
Microsoft defender. It’s free and can be opted out of ( maybe you plan to deploy your own or something about the defender software isn’t compatible with your VM workload?
What is a vm system managed identity?
A user that can be created and fully managed by Microsoft and tied to this VM resource to interact with the vm. It simplifies some of the setup because with this you don’t need to mentally manage a service user on the device ( unless you want more service users).
What is the purpose of logging with azure ad?
It allows you to give access to anyone in the azure Active Directory instance to the vm.
What is the purpose of auto shutdown?
You can program on and off times ( maybe during the night) to reduce the cost of the VM
What is site disaster recovery?
You run a clone of the vm in another site and it is constantly being updated to twin the active running vm. In case of a disaster, in a few minutes the vm previously a backup will become the main vm and your down time will be drastically reduced as a result.
What is hotpatching?
It is a process where patching can be done without a VM restart
Can you opt out of automatic patching and updates?
Yes
What is the easiest way to set up monitoring for a new VM?
The monitoring tab of the new VM setup allowed you to customise some predefined alerts a notifications like:
- cpu % greater than X
- available memory less than Y
- iops consumed by disk
- iops %
- network usage
- vm availability
Alerts can use action groups , emails, sms etc.