Recall & Review
beginner
What is Azure Kubernetes Service (AKS)?
AKS is a managed container orchestration service that helps you deploy, manage, and scale containerized applications using Kubernetes.
Click to reveal answer
beginner
When should you choose Azure App Service?
Choose App Service when you want to quickly deploy web apps or APIs without managing infrastructure, with built-in scaling and easy integration.
Click to reveal answer
beginner
What is the main use case for Azure Functions?
Azure Functions are best for running small pieces of code (functions) triggered by events, ideal for serverless, event-driven workloads.
Click to reveal answer
intermediate
Which service offers the most control over the environment and infrastructure?
AKS offers the most control because you manage container orchestration and can customize the environment deeply.
Click to reveal answer
intermediate
What is a key benefit of using Azure Functions over App Service?
Azure Functions automatically scale based on demand and you only pay for the compute time you use, making it cost-effective for intermittent workloads.
Click to reveal answer
Which Azure service is best for running containerized applications with full orchestration?
✗ Incorrect
AKS is designed for container orchestration and managing containerized apps.
If you want to deploy a simple web app quickly without managing servers, which service should you choose?
✗ Incorrect
App Service lets you deploy web apps easily with managed infrastructure.
Which service charges you only for the time your code runs?
✗ Incorrect
Azure Functions uses a serverless model charging only for execution time.
Which service requires you to manage container orchestration yourself?
✗ Incorrect
AKS manages orchestration, so you do not manage it yourself.
For event-driven, small code snippets triggered by timers or messages, which service is ideal?
✗ Incorrect
Azure Functions is designed for event-driven, serverless code execution.
Explain the main differences between AKS, App Service, and Functions in Azure.
Think about control, deployment speed, and workload type.
You got /3 concepts.
Describe scenarios where you would choose Azure Functions over App Service or AKS.
Focus on serverless and cost efficiency.
You got /3 concepts.