正解:D
Step 1: Azure Connectors, Connect to Microsoft Dataverse from workflows in Azure Logic Apps To create and run automated workflows that create and manage rows in your Microsoft Dataverse database, you can use Azure Logic Apps and the Microsoft Dataverse connector.
These workflows can create rows, update rows, and perform other operations. *You can also get information from your Dataverse database and make the output available for other actions to use in your workflows*. For example, when a row is added, updated, or deleted in your Dataverse database, you can send an email by using the Office 365 Outlook connector.
Step 2: Azure Connectors, Process and create Azure Cosmos DB documents using Azure Logic Apps From your workflow in Azure Logic Apps, you can connect to Azure Cosmos DB and work with documents by using the Azure Cosmos DB connector. This connector provides triggers and actions that your workflow can use for Azure Cosmos DB operations. For example, actions include creating or updating, reading, querying, and deleting documents.
Add Azure Cosmos DB action
In Azure Logic Apps, an action is a step in your workflow that follows a trigger or another action.
The Azure Cosmos DB connector offers actions for both the Logic App (Consumption) and Logic App (Standard) resource types.
Reference:
https://learn.microsoft.com/en-us/azure/connectors/connect-common-data-service
https://learn.microsoft.com/en-us/azure/connectors/connectors-create-api-cosmos-db