AZ-104 Compute Flashcards
Which Azure CLI command encrypts a running VM?
az vm encryption enable
If you cannot troubleshoot a Remote Desktop (RDP) connection or application access to a Windows-based
Azure virtual machine (VM), what is the recommended solution?
Redeploy
Is it possible to disable Azure Storage encryption?
No, this is SSE and is Azure managed
Which objects ensure that the VMs you deploy in Azure are distributed across multiple isolated hardware
nodes in a cluster?
Availability Sets
Which element in the ARM template do you use to configure user-defined functions?
Functions
Which cmdlet is used to create a snapshot configuration?
New-AzSnapshotConfig
Can you move Azure-managed disks?
Yes
Which Azure service manages your hosted Kubernetes environment, making it quick and easy to deploy,
and manages containerized applications without container orchestration expertise?
Azure Kubernetes Service
Which Kubernetes application makes it possible to leverage Application Gateway L7 load-balancer in Azure
to expose cloud software to the Internet and monitor the Kubernetes cluster it is hosted on and continuously
updates an Application Gateway?
Application Gateway Ingress Controller (AGIC)
Which CLI command will create an app service plan to host your web app?
az appservice plan create
What are the four different auto-upgrade channels for an AKS cluster?
- None
- Patch
- Stable
- Rapid
Is the Azure Compute Gallery service a global resource?
No, it supports global replication but it is better to have at least two galleries in different regions for DR scenarios
If you want to execute a deployment but not use any of the templates in the Marketplace, what can you use for your deployment?
Create a customized template that defines the infrastructure (ARM Template)
Yes or No: Are multi-container groups restricted to Linux containers?
Yes
In AKS, you can deploy a cluster that uses which two network models?
- Kubernetes Networking
- Azure Container Networking Interface (CNI)