Podcast
Questions and Answers
Which of the following is a benefit of serverless technologies?
Which of the following is a benefit of serverless technologies?
- They are not event driven
- They are always running
- They require extensive infrastructure management
- They are consumption based (correct)
What are some possible triggers for serverless functions?
What are some possible triggers for serverless functions?
- Databases
- Network traffic
- Storage accounts (correct)
- Virtual machines
What is the main difference between Azure Functions and Azure Logic Apps?
What is the main difference between Azure Functions and Azure Logic Apps?
- Azure Functions require extensive coding, while Azure Logic Apps do not
- Azure Functions are event driven, while Azure Logic Apps are not
- Azure Functions are written in supported languages, while Azure Logic Apps are not (correct)
- Azure Functions are not serverless, while Azure Logic Apps are
Which option is best for someone who wants to run their code and do something when an event happens?
Which option is best for someone who wants to run their code and do something when an event happens?
Which option allows for the creation of durable state between events?
Which option allows for the creation of durable state between events?
Which option is best for citizen developers who want to automate tasks based on triggers?
Which option is best for citizen developers who want to automate tasks based on triggers?
Which option provides a graphical authoring experience and a wide range of connectors?
Which option provides a graphical authoring experience and a wide range of connectors?