nerdexam
Microsoft

AZ-305 · Question #391

You have a Microsoft Dataverse instance named dv1 and an Azure Cosmos DB database named db1. You need to develop a solution to update db1 automatically when a record is updated in dv1. The solution…

The correct answer is D. Azure Logic Apps. 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…

Submitted by takeshi77· Mar 6, 2026Design infrastructure solutions

Question

You have a Microsoft Dataverse instance named dv1 and an Azure Cosmos DB database named db1. You need to develop a solution to update db1 automatically when a record is updated in dv1. The solution must minimize development effort. What should you include in the solution?

Options

  • AAzure Event Grid
  • BAzure App Service
  • CAzure Functions
  • DAzure Logic Apps

How the community answered

(21 responses)
  • A
    10% (2)
  • B
    5% (1)
  • D
    86% (18)

Explanation

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 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. 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

Topics

#Azure Logic Apps#Microsoft Dataverse#Azure Cosmos DB#data integration

Community Discussion

No community discussion yet for this question.

Full AZ-305 Practice