Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.78 KB

File metadata and controls

36 lines (26 loc) · 1.78 KB

Messaging Integration Samples

This section includes integration samples that showcase -

Integration with Logic Apps to send messages to the blockchain

Creating a new contract using messaging

Create a smart contract action in Azure Blockchain Workbench via messaging

Integration with Event Grid and Logic Apps to process messages published by Azure Blockchain Workbench

After a contract update, executing business logic based on the value of the contract state.

For example, execute this logic for every update that occurs during the “Open” state.

After a contract update, executing business logic based on the contract state after the execution of a specific contract action.

For example, after the execution of “IngestTelemetry”, if the state is “OutOfCompliance” then execute relevant business logic.

After a contract update, executing business logic based on the value of specific contract property value.

For example, after the execution of the “IngestTelemetry”

Integration with Azure Functions to process messages published by Azure Blockchain Workbench

Capture Azure Blockchain Workbench events in Azure Functions and take action based on message type