🃏 Compute & Containers Flashcards

Review App Service, Functions, and container concepts for AZ-204.

Card 1 of 5

Question

What are the three Azure Functions hosting plans?

Click to reveal answer

Answer

Consumption (auto-scale, pay-per-use), Premium (pre-warmed, VNET), and Dedicated (App Service Plan with predictable billing).

Click to flip back

All Compute & Containers Flashcards

1

Q: What are the three Azure Functions hosting plans?

A: Consumption (auto-scale, pay-per-use), Premium (pre-warmed, VNET), and Dedicated (App Service Plan with predictable billing).

2

Q: What is a Durable Functions fan-out/fan-in pattern?

A: Start multiple functions in parallel (fan-out), then wait for all to complete before continuing (fan-in).

3

Q: How do deployment slots work?

A: Separate environments (staging, production) that can be swapped instantly. Slot settings stay with the slot; app settings travel with the code.

4

Q: What is the difference between ACI and Container Apps?

A: ACI runs single containers or groups on-demand. Container Apps adds Dapr integration, scaling rules, revisions, and ingress for microservices.

5

Q: When does a function cold start occur?

A: When a function app has been idle and no instances are allocated. The platform must provision an instance and load the function runtime.

More AZ-204 Flashcard Decks