docs.microsoft.com/en-us/learn/modules/serverless-fundamentals/2-identify-product-options
2 Users
0 Comments
37 Highlights
0 Notes
Tags
Top Highlights
The cloud vendor takes care of all maintenance and scaling concerns for you.
you can host a single method or function by using a popular programming language in the cloud that runs in response to an event
stateless environment
And if state is required, the function can be connected to an Azure storage account.
You do this often via a REST request, timer, or message from another Azure service, and when that work can be completed quickly, within seconds or less.
Logic Apps is a low-code/no-code development platform hosted as a cloud service
Azure Logic Apps is designed in a web-based designer and can execute logic that's triggered by Azure services without writing any code.
Examples of actions include working with variables, decision statements and loops, and tasks that parse and modify data.
call Azure Functions from Azure Logic Apps, and vice versa.
serverless computing is a cloud-hosted execution environment that runs your code but abstracts the underlying hosting environment. The
No infrastructure configuration or maintenance is required, or even allowed
An event could be a REST endpoint, a periodic timer, or even a message received from another Azure service.
sending messages from one system to another, or processing messages that were sent from other systems.
These qualities make Azure Functions a solid choice when demand is variable
Azure Functions can perform orchestration tasks by using an extension called Durable Functions, which allow developers to chain functions together while maintaining state.
workflows
when you need to integrate apps, data, systems, and services across enterprises or organizations
This solution covers app integration, data integration, system integration, enterprise application integration (EAI), and business-to-business (B2B) integration.
trigger
action
Glasp is a social web highlighter that people can highlight and organize quotes and thoughts from the web, and access other like-minded people’s learning.