An Azure platform that is used to create digital representations of real-world things, places, business processes, and people.
Hello @Narendra Lalwani ,
welcome to this moderated Azure community forum.
As mentioned in the comments, the ADT environment does not support visualizing DTDL V3 twins and relationships. If you do want to use the tool (which I understand), check if the V2 models are good enough for your requirements.
If you needV3 related solutions, check out if using Azure Data Explorer will work for you.
As seen in this blog post, graphs can be visualized using the (Python) support in the database.
Next to that, you can also work with the graph operators in the Kusto language.
I have not worked with this at this point but check out this documentation.
It seems it should perform well, at least better than the Python graph support, I expect.
If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.