Can we connect database with Azure Digital Twins using Logic App?

Akash Gautam 1 Reputation point
2021-12-02T07:15:46.08+00:00

I want to check if we can use Digital Twin in a scenario which is not related to IoT or not.
I've some data from an app like login data, no. of clicks on a tile. So, can I connect my storage account data to logic app or function app and then later connect it to Azure Digital Twin after which I can create a models further?

Azure Digital Twins
Azure Digital Twins
An Azure platform that is used to create digital representations of real-world things, places, business processes, and people.
231 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,118 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,213 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,536 Reputation points
    2021-12-07T09:18:11.167+00:00

    @Akash Gautam Please correct me if my understanding is correct.
    Get data from storage account --> use logic app/function --> Using the collect data create the model.

    In the above scenario, you can use the logic app. You need to create the custom connector as mentioned in this document. Once you have created the custom connector in your workflow you can now leverage the Storage Blob or Storage Table connector to get the data either from the azure storage blob or azure storage table. Once you have the data use that data in your custom connector to create the model.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.