Correct Answers: B and D
Microsoft Dataverse integrates with several Azure services like Azure Service Bus, Azure Event Hubs, Azure Logic Apps, Azure Functions, and others.
The Dataverse can offload the execution of the business logic to Azure Functions. With Webhooks and Azure Functions, you can execute the data operations synchronously. You need to register the webhook using the Dataverse Plug-in Registration Tool and then register the step that triggers the execution of the business logic in the Azure Function on the occurrence of the Dataverse`s event.
Power Platform provides almost 400 connectors. If you need to communicate with services that Microsoft doesn`t have on its list of connectors, you can create your custom connector. A custom connector is an API wrapper around your REST API. You can make such a wrapper for Azure Functions and use it with Power Apps, Power Automate, and Azure Logic Apps.
All other options are incorrect.
For more information about the Power Platform and Azure Functions integration, please visit the below URLs:
https://docs.microsoft.com/en-us/learn/modules/integrations/3-inbound
https://docs.microsoft.com/en-us/learn/modules/integrations/4-outbound
https://community.dynamics.com/crm/b/crminthefield/posts/powerapps-integrating-azure-functions-and-canvas-apps