Bash, the Crucial Exams Chat Bot
AI Bot
Azure Compute Services Flashcards
Microsoft Azure Developer Associate AZ-204 Flashcards
| Front | Back |
| How can developers monitor Azure Virtual Machines | Using Azure Monitor and Log Analytics. |
| How do Azure Functions handle scaling | They automatically allocate compute resources based on the number of incoming events. |
| What are Azure Container Instances | Service for running containers without managing servers. |
| What are Azure Functions | Serverless compute service for running event-driven code. |
| What are Azure Virtual Machines | Scalable compute resources deployed on the cloud offering IaaS solutions. |
| What are the supported programming languages in Azure Functions | C#, Java, JavaScript, Python, and PowerShell. |
| What is App Service Plan in Azure | Configures the pricing tier and scaling options for App Services. |
| What is Azure Resource Manager role in compute services | Provision and manage resources in a unified yet flexible way. |
| What is the benefit of Azure Functions consumption plan | Pay only for the time code executes with no idle resource costs. |
| What is the difference between Azure Functions and Logic Apps | Functions run custom code while Logic Apps automate workflows via triggers and connector actions. |
| What is the difference between containers and VMs in Azure | Containers share a single host OS kernel while VMs emulate physical hardware. |
| What is the Dynamo approach in Azure Functions | Event-driven behavior that automatically scales based on trigger size. |
| What is the main use of Azure App Services | Hosting web apps, REST APIs, and mobile backends. |
| What is the primary benefit of Azure VMs for developers | Full control over the operating system and installed software. |
| What is the purpose of VM availability sets | Ensures high availability by grouping VMs across fault and update domains. |
| What is the SLA for Azure Virtual Machines | 99.9% uptime for a single VM with Premium SSD. |
| What orchestration tool does Azure Kubernetes Service use | Kubernetes. |
| What protocol does App Service use for web traffic | HTTP/HTTPS via Azure’s managed web servers. |
| What type of workloads are ideal for Azure Container Instances | Lightweight, short-lived containerized applications. |
| Which compute service provides auto-scaling built-in | Azure Functions. |
| Why use App Service over VMs for web apps | It abstracts infrastructure management and simplifies deployment. |
Front
What is the main use of Azure App Services
Click the card to flip
Back
Hosting web apps, REST APIs, and mobile backends.
Front
What is Azure Resource Manager role in compute services
Back
Provision and manage resources in a unified yet flexible way.
Front
What is the benefit of Azure Functions consumption plan
Back
Pay only for the time code executes with no idle resource costs.
Front
What is the difference between Azure Functions and Logic Apps
Back
Functions run custom code while Logic Apps automate workflows via triggers and connector actions.
Front
What is the difference between containers and VMs in Azure
Back
Containers share a single host OS kernel while VMs emulate physical hardware.
Front
What is the Dynamo approach in Azure Functions
Back
Event-driven behavior that automatically scales based on trigger size.
Front
What are Azure Virtual Machines
Back
Scalable compute resources deployed on the cloud offering IaaS solutions.
Front
What is App Service Plan in Azure
Back
Configures the pricing tier and scaling options for App Services.
Front
How can developers monitor Azure Virtual Machines
Back
Using Azure Monitor and Log Analytics.
Front
What type of workloads are ideal for Azure Container Instances
Back
Lightweight, short-lived containerized applications.
Front
What are the supported programming languages in Azure Functions
Back
C#, Java, JavaScript, Python, and PowerShell.
Front
What orchestration tool does Azure Kubernetes Service use
Back
Kubernetes.
Front
What are Azure Container Instances
Back
Service for running containers without managing servers.
Front
What are Azure Functions
Back
Serverless compute service for running event-driven code.
Front
What is the SLA for Azure Virtual Machines
Back
99.9% uptime for a single VM with Premium SSD.
Front
Which compute service provides auto-scaling built-in
Back
Azure Functions.
Front
What is the primary benefit of Azure VMs for developers
Back
Full control over the operating system and installed software.
Front
How do Azure Functions handle scaling
Back
They automatically allocate compute resources based on the number of incoming events.
Front
What is the purpose of VM availability sets
Back
Ensures high availability by grouping VMs across fault and update domains.
Front
Why use App Service over VMs for web apps
Back
It abstracts infrastructure management and simplifies deployment.
Front
What protocol does App Service use for web traffic
Back
HTTP/HTTPS via Azure’s managed web servers.
1/21
This deck covers key topics on developing solutions using Azure Compute services, including Virtual Machines, App Services, Azure Functions, and Container Instances.