Bash, the Crucial Exams Chat Bot
AI Bot

App Service and Serverless Computing  Flashcards

Microsoft Azure Developer Associate AZ-204 Flashcards

What is the purpose of an orchestration function in Durable Functions
Complex workflows that require state management and coordination.
Computing without managing infrastructure, automatically scaling based on demand.
What is the difference between Consumption Plan and Premium Plan for Azure Functions
To coordinate the execution of activity functions and handle their output.
Ensures the workflow execution maintains its state across restarts or failures.
What does durable mean in Durable Functions
Consumption Plan scales automatically and is billed per execution, while Premium Plan offers dedicated instances and advanced scaling.
Allow you to write event-driven, serverless code without managing infrastructure.
What does the term "serverless" mean
What is the main benefit of Azure Functions
What is the best use case for Durable Functions
FrontBack
How does Autoscale work in Azure App ServiceBased on rules or metrics like CPU usage to handle traffic surges.
What are bindings in Azure FunctionsSimplify input and output by automatically handling data sources and services.
What are Durable FunctionsAn extension of Azure Functions for stateful workflows and orchestration.
What are the deployment options for Azure App ServiceOptions include Azure DevOps, GitHub Actions, and FTP.
What are the pricing tiers in App Service PlansFree, Shared, Basic, Standard, Premium, and Isolated.
What does durable mean in Durable FunctionsEnsures the workflow execution maintains its state across restarts or failures.
What does the term "serverless" meanComputing without managing infrastructure, automatically scaling based on demand.
What is a Timer Trigger in Azure FunctionsExecutes a function based on a specified time schedule.
What is an Activity Function in Durable FunctionsA reusable function that performs specific tasks within a larger workflow.
What is an Endpoint in Azure App ServiceA URL for users or APIs to connect to a hosted app or service.
What is an HTTP Trigger in Azure FunctionsExecutes a function in response to an HTTP request.
What is Azure App ServiceA cloud-based platform for building, deploying, and scaling web applications and APIs.
What is scaling in Azure FunctionsAutomatically adjusting resources to handle workloads based on demand.
What is the advantage of using Azure Functions for processing eventsHigh scalability and cost efficiency tied directly to usage.
What is the benefit of using Azure App Service for hosting web applicationsBuilt-in load balancing, scaling, and security.
What is the benefit of using Azure Functions over traditional web servicesReduced cost and simplified deployment due to serverless architecture.
What is the best use case for Durable FunctionsComplex workflows that require state management and coordination.
What is the difference between Consumption Plan and Premium Plan for Azure FunctionsConsumption Plan scales automatically and is billed per execution, while Premium Plan offers dedicated instances and advanced scaling.
What is the difference between Stateless and Stateful FunctionsStateless functions don't retain state between executions, while stateful functions manage and persist state.
What is the Function AppThe container for hosting one or more Azure Functions.
What is the main benefit of Azure FunctionsAllow you to write event-driven, serverless code without managing infrastructure.
What is the purpose of an App Service PlanDefines the compute resources and pricing tier for an App Service.
What is the purpose of an orchestration function in Durable FunctionsTo coordinate the execution of activity functions and handle their output.
What programming languages does Azure App Service support.NET, Node.js, PHP, Python, Ruby, and Java.
What triggers can be used with Azure FunctionsHTTP requests, timers, events, queues, and blobs.
Front
What is the Function App
Click the card to flip
Back
The container for hosting one or more Azure Functions.
Front
How does Autoscale work in Azure App Service
Back
Based on rules or metrics like CPU usage to handle traffic surges.
Front
What are Durable Functions
Back
An extension of Azure Functions for stateful workflows and orchestration.
Front
What is an HTTP Trigger in Azure Functions
Back
Executes a function in response to an HTTP request.
Front
What is the difference between Consumption Plan and Premium Plan for Azure Functions
Back
Consumption Plan scales automatically and is billed per execution, while Premium Plan offers dedicated instances and advanced scaling.
Front
What is the purpose of an orchestration function in Durable Functions
Back
To coordinate the execution of activity functions and handle their output.
Front
What is an Endpoint in Azure App Service
Back
A URL for users or APIs to connect to a hosted app or service.
Front
What are the pricing tiers in App Service Plans
Back
Free, Shared, Basic, Standard, Premium, and Isolated.
Front
What is Azure App Service
Back
A cloud-based platform for building, deploying, and scaling web applications and APIs.
Front
What is an Activity Function in Durable Functions
Back
A reusable function that performs specific tasks within a larger workflow.
Front
What does the term "serverless" mean
Back
Computing without managing infrastructure, automatically scaling based on demand.
Front
What is the best use case for Durable Functions
Back
Complex workflows that require state management and coordination.
Front
What does durable mean in Durable Functions
Back
Ensures the workflow execution maintains its state across restarts or failures.
Front
What are the deployment options for Azure App Service
Back
Options include Azure DevOps, GitHub Actions, and FTP.
Front
What is the main benefit of Azure Functions
Back
Allow you to write event-driven, serverless code without managing infrastructure.
Front
What is the difference between Stateless and Stateful Functions
Back
Stateless functions don't retain state between executions, while stateful functions manage and persist state.
Front
What programming languages does Azure App Service support
Back
.NET, Node.js, PHP, Python, Ruby, and Java.
Front
What is scaling in Azure Functions
Back
Automatically adjusting resources to handle workloads based on demand.
Front
What is the benefit of using Azure App Service for hosting web applications
Back
Built-in load balancing, scaling, and security.
Front
What is a Timer Trigger in Azure Functions
Back
Executes a function based on a specified time schedule.
Front
What are bindings in Azure Functions
Back
Simplify input and output by automatically handling data sources and services.
Front
What triggers can be used with Azure Functions
Back
HTTP requests, timers, events, queues, and blobs.
Front
What is the advantage of using Azure Functions for processing events
Back
High scalability and cost efficiency tied directly to usage.
Front
What is the benefit of using Azure Functions over traditional web services
Back
Reduced cost and simplified deployment due to serverless architecture.
Front
What is the purpose of an App Service Plan
Back
Defines the compute resources and pricing tier for an App Service.
1/25
This deck covers the fundamentals of Azure App Service for web applications and serverless solutions using Azure Functions and Durable Functions.
Share on...
Follow us on...