How to fix the error cause the gitHub repository to display the commit name differently as the name of the account?.
What cause the differences as shown in the image and how to fix it?
Error loading model in Azure Digital Twins 2
Hey guys, I am new to Azure Digital Twins and I uploaded my 3D building module to Azure Digital Twins. I want my model's location to show on the map, like this: I followed all the steps on Use 3D Scenes Studio, but it still didn't work, here is the…
Error loading model in Azure Digital Twins
Hey guys, I am new to Azure Digital Twins and I uploaded my 3D module to Azure Digital Twins, the module has been well shown and I followed all the steps from Quickstart - Get started with 3D Scenes Studio. However, for some reason my module can't show…
How can I store data from IoT Hub/Function App/Azure Digital Twins into a storage account in CSV format?
I’m currently receiving live data from equipment and have set up IoT Hub, Function App, and Azure Digital Twins, successfully viewing the data across these layers. Now, I want to store this data in Azure Blob Storage or another storage solution in CSV or…
Azure Digital Twins isn't updating, even though it's being successfully received in IoT Hub from OPC UA server
I have been trying to figure out why my telemetry data is not being reflected in my digital twins model when i run query. My OPCUA server data is able to successfully send data to the IoT Hub (I am using Prosys OPCUA Server here) Follow log stream from…
How to connect my Digital Twin to my Logic App (with managed identity)?
I want to add a Digital Twin block in my Logic App. To make this work I need to make a connection via Managed Identity. But there is no field to fill in the Host Name of the Digital Twin so the logic app does not no where to go to. I tried to add it in…
can anyone help me solve this error in the creation of azure digital twin
I was executing this command : nmp start i faced this error , can anyone can help me ,i am creating azure digital twin
Are there any plans to extend Service Limits (and basically scalability) in future?
According to https://learn.microsoft.com/en-us/azure/digital-twins/reference-service-limits there are several service limits like number of instances etc. Since we are using Azure Digital Twins for a multi tenancy application we will hit these limits…
Azure Digital Twins Explorer (preview) - TypeError | Illegal constructor
I'm new to Azure IoT - I have created Azure digital Twin, and given it permission owner, When I open Azure Digital Twin Explorer (preview) via the portal.azure, message appears about pop up blocking, I have allowed all popups for Azure. The window…
Azure Digital twin
May I know if there is any demo available for usage of Azure Digital Twins with visualization and API values as input in place of sensors?
Azure Digital Twin bulk import job can't handle file with size over 10MB.
I can upload files up to 10MB in size to ADT via Import Job API without any problems, but if the file is larger than 10MB I get a strange error: "Each row must be a valid JSON string. Invalid line: }\r.". The file format is correct, just if its…
Azure Function App Erro
Hi Everyone, I am currently working as a newcomer in the realm of Azure Digital Twins. I am reaching out to seek your expertise on a particular issue I've encountered. In my current project, I am utilizing TwinCAT3 to establish connectivity with Azure…
How to use Azure Digital Twins with WebXR?
My Digital Twin is a 3D model of .glTF format. I realised that it will not serve the purpose of communicating with the real device for telemetry exchange. Is there a way to use the azure digital twins on WebXR platform?
After successfully publish function app but nothing appear in the azure portal function tab
Hello, im encountering an issue where after i successfully published my event grid trigger function app( in the azure portal functions tab nothing is appearing?) Any solution to that? Thanks in advance.
device twin reported property
Hello Everyone, Is it possible to completely delete the device twin reported property. I know I can use { "property1": null, "property2": null } but i have added many new reported property and would like to delete all in…
Does the 3D scene builder support creating digital twins with custom 3D models?
Hi there, I want to create a digital twin for my robot with a 3D model (in .GLB) format. I already have the 3D model. How do I use it to create a digital twin using the 3D scene builder? Could you guide?
IoTHub ingest function to azure digital twin (failed)
I have created a function app for iot hub ingest telemetry data to azure digital twin using visual studio 2022 and the function is successfully being published but the data is fail to deliver. The following is my function app code: The figure below is…
How to ingest telemetry from IoT Hub to digital twin built on WebXR?
Hi there, I've built a web application using express which hosts my digital twin (built using A-Frame library). I want to send the data from the IoT Hub to be my web application. I am following this solution architecture to send telemetry from iothub to…
Why is my azure digital twins model not picking up telemetry data when i run query?
I have been trying to figure out why my telemetry data is not being reflected in my digital twins model when i run query. My sensor data is able to successfully send data to the IoT Hub (I am using a WeMos D1 R2 Ardunino board and a BME280 sensor…