Please enable JavaScript.
Coggle requires JavaScript to display documents.
Azure Functions (Integration (Azure Cosmos DB, Azure Event Hubs, Azure…
Azure Functions
Integration
-
-
-
-
-
Azure Storage (blob, queues, and tables)
-
-
-
Uses
- Processing Data
- Integrating systems
- working with IoT
TriggersHow a function is invoked
HAVE:
- exactly one trigger
- associated data (payload)
-
-
-
-
-
-
-
ServiceBusQueue
Connect to other Azure services or on-premises
services by listening to message queues
ServiceBusTopic
Connect your code to other Azure services or on-premises services by subscribing to topics
BindingsInput & output bindings provide declarative way to connect o data
- Are optional
- Multiple input/output bindings in function
Vs Azure Logic App
-
Azure Functions is a serverless compute service,
while Azure Logic Apps provides serverless workflows.