We are unable to fetch the latest code from GIT
When I was trying to fetch the latest code at that time it was returning "Error encountered while fetching: Failed to fetch from the remote repository. See the Output window for more details." Could you please suggest how should I fix this…
Azure Digital Twins
How do I fix the 'RestError: Sub-domain not found problem' at Azure Digital Twin Explorer platform?
RestError: Sub-domain not found. at new t (https://explorer.digitaltwins.azure.net/static/js/2.fd53f392.chunk.js:2:14617163) at https://explorer.digitaltwins.azure.net/static/js/2.fd53f392.chunk.js:2:14622449 at…
Azure Digital Twins

Requireed perminssion for organisation acccount
I'm using my organization account for Azure Digital Twins. Currently, I am not able to create a resource group or assign the role of 'Azure Digital Twins Data Owner' in the current resource group. What necessary permissions are required for this? I would…
Azure Digital Twins

How to update Azure Digital Twin using Python
Hello Team, I am trying to implement azure digital twin in python, I have gone through the documentation and executed the end-to-end twin with C sharp but I want to build it in python language, I have tried many examples but it doesn't seem to work. I…
Azure Digital Twins

Why my digital twins model DTDL v3 does not upload or appear?
Hello! For some reason, I'm unable to upload a model to Azure Digital Twins with DTDL v3. It works fine with v2, but for some reason it doesn't work in v3. I took this example from the documentation: { "@context":…
Azure Digital Twins

ADT using python
Where can I get sample code for Azure Digital Twins using Python?
Azure Digital Twins
want to send the array type data to the digital twin and unable to view the telemetry data in digital twin
I want to send the data of type array to the digital twin. So I am sending the data to the IOT hub and from there to the functional app. I am facing the problem when I want to create a property of the twin of array type. I am deploying the digital twin…
Azure Digital Twins
Azure IoT Hub
Want to on or off the physical robotic arm from the digital twin 3D scene
I am pushing my physical robotic arm data to the digital twin through IOT hub and azure functions. I also integrated the digital twin with the 3D scenes and I would able to view the data in it. Now, my requirement is I should be able to on or off the…
Azure Digital Twins
Azure IoT Hub
Digital twin relationship effecting data receiving
Greetings: I ran into a little problem with Azure Digital Twin Explorer. So I can get the data sent to a specific twin, however, things change a little bit when I am trying to send the data to the twin that is in a relationship with a another twin. So…
Azure Digital Twins

How can I resolve the 'Cannot find user or service principal in graph database' error when assigning a role in Azure Digital Twins using a Microsoft account email?
I'm attempting to do the Digital Twins hands-on lab from GitHub (https://github.com/Azure-Samples/digital-twins-samples/tree/main/HandsOnLab), and I need to assign the Azure Digital Twins Data Owner permission using the following code: plaintextCopy…
Azure Digital Twins
Azure Role-based access control
Microsoft 365 and Office | Access | For business | Windows
ADT 3D project
Is there a sample project, apart from the tutorial provided in the documentation for 3D, where you build models on an instance and link the model to 3D scenes? If yes, please share the details or repository link.
Azure Digital Twins
Directly working on 3D model
Is it possible to import a 3D file directly and add properties in the 3D environment without connecting the 3D model to an instance or importing the model into the explorer?
Azure Digital Twins

Manipulate ADT model using python
Based on my current understanding, it seems that we cannot directly work in the 3D environment. Instead, we need to create instances and models and then connect them to 3D scenes. However, my question is: can we manipulate data using Python in our…
Azure Digital Twins
File format for azure digital twin 3d env
What are the different file formats accepted for the Azure Digital Twin 3D environment? Does it work only for .glb files, as I have a .usd file?
Azure Digital Twins
seeking guidance on replicating a 3D model from NVIDIA Omniverse to Azure Digital Twins.
I recently began working with Azure Digital Twins, and I would like to replicate a model that I previously created in NVIDIA Omniverse. I have both .usd and .obj files for the model. Could you please provide guidance on successfully replicating my model…
Azure Digital Twins

How to select twins without relations with DTQL
In my case I have a nodes in a graph that are not connected with anything. They doesn't have neither incoming nor outgoing relationships. How to get all of them with single query? What I did: First get all twins, secondly get all twins that have…
Azure Digital Twins
Cannot view data pushed from IoT Hub through Azure Function on Azure Digital Twin
Actually I am trying to send the data of my device to the digital twin. For that i have choose to send the data to IOT hub and from their azure function will process the data and send data to the Digital twin. I have created the IOT hub and created the…
Azure Digital Twins
Azure Digital Twins for vibration Motor Pumps
Hello Team, In our project involving Azure Digital Twins for vibration calculations of Motor Pumps, we're encountering an issue with the refresh rate of data visualization in the 3D model. The data isn't updating as expected. Could anyone provide…
Azure Internet of Things
Azure Digital Twins
Azure IoT Hub
What is the Digitalization Transform GUI flatform for Dimo Mercedes Benze Center Sri Lanka?
I'm final year undergraduate reading for Physical Science degree who follows IT ( languages , Advance Datamabase Systems) and electronics ( power electronics , convertors , PCB designing, Arduino, MC) . I faced an interview at Mercedies Benze center Sri…
Azure Digital Twins
Azure Automation
How to import Azure Digital Twins Graph using SDK or API?
Hi, I wanted to know is there any way to use import graph and export graph buttons of Azure digital twin explorer through API and programming?