Bash, the Crucial Exams Chat Bot
AI Bot

Azure Compute Services  Flashcards

Microsoft Azure Developer Associate AZ-204 Flashcards

FrontBack
How can developers monitor Azure Virtual MachinesUsing Azure Monitor and Log Analytics.
How do Azure Functions handle scalingThey automatically allocate compute resources based on the number of incoming events.
What are Azure Container InstancesService for running containers without managing servers.
What are Azure FunctionsServerless compute service for running event-driven code.
What are Azure Virtual MachinesScalable compute resources deployed on the cloud offering IaaS solutions.
What are the supported programming languages in Azure FunctionsC#, Java, JavaScript, Python, and PowerShell.
What is App Service Plan in AzureConfigures the pricing tier and scaling options for App Services.
What is Azure Resource Manager role in compute servicesProvision and manage resources in a unified yet flexible way.
What is the benefit of Azure Functions consumption planPay only for the time code executes with no idle resource costs.
What is the difference between Azure Functions and Logic AppsFunctions run custom code while Logic Apps automate workflows via triggers and connector actions.
What is the difference between containers and VMs in AzureContainers share a single host OS kernel while VMs emulate physical hardware.
What is the Dynamo approach in Azure FunctionsEvent-driven behavior that automatically scales based on trigger size.
What is the main use of Azure App ServicesHosting web apps, REST APIs, and mobile backends.
What is the primary benefit of Azure VMs for developersFull control over the operating system and installed software.
What is the purpose of VM availability setsEnsures high availability by grouping VMs across fault and update domains.
What is the SLA for Azure Virtual Machines99.9% uptime for a single VM with Premium SSD.
What orchestration tool does Azure Kubernetes Service useKubernetes.
What protocol does App Service use for web trafficHTTP/HTTPS via Azure’s managed web servers.
What type of workloads are ideal for Azure Container InstancesLightweight, short-lived containerized applications.
Which compute service provides auto-scaling built-inAzure Functions.
Why use App Service over VMs for web appsIt abstracts infrastructure management and simplifies deployment.
This deck covers key topics on developing solutions using Azure Compute services, including Virtual Machines, App Services, Azure Functions, and Container Instances.
Share on...
Follow us on...