Bash, the Crucial Exams Chat Bot
AI Bot

App Service and Serverless Computing  Flashcards

Microsoft Azure Developer Associate AZ-204 Flashcards

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.
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...