399 questions with Azure IoT tags

Sort by: Updated
1 answer

Issue with Azure IoT Hub during Module Deployment

Hello, I have been experiencing some issues with Azure IoT Hub when deploying updates to my module. My IoT Edge device has been working well for over a month, but recently I've started encountering errors. The specific error message is: Set Modules…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
399 questions
Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
573 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,189 questions
asked 2024-10-02T15:12:17.31+00:00
Javier 25 Reputation points
commented 2024-10-04T21:37:54.3233333+00:00
LeelaRajeshSayana-MSFT 15,241 Reputation points Microsoft Employee
1 answer

How do we determine list of possible IP addresses to whitelist for IoT hub.

Is there a master list of IP addresses that a device may communicate with the IoT hub. When we ping the hostname of our IoT hub, we receive back an address of 20.44.8.225. This IP address however is not found in the Azure IP address JSON file.

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
399 questions
asked 2024-09-24T20:30:41.8133333+00:00
Stephens, Mike 1 Reputation point
commented 2024-09-25T13:04:37.5933333+00:00
Sander van de Velde | MVP 32,556 Reputation points MVP
1 answer One of the answers was accepted by the question author.

Keep-alive timeout for IoTHub connection without device SDK

I am connecting to IoT Hub using an embedded solution, that does not support the device SDK. The solution is using a GSM modem, where the interaction with IoT Hub is implemented by AT commands. Authentification is x509 certificates (no SAS token). My…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
399 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,189 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
219 questions
asked 2024-08-28T07:12:22.97+00:00
Anders Nordberg Lauritsen 26 Reputation points
accepted 2024-08-28T10:44:26.1433333+00:00
Anders Nordberg Lauritsen 26 Reputation points
1 answer

Latency of receiving data in IoT central device

Currently, i am using a Python script to send simulated data to my IoT central device. The script works perfectly fine but the only problem I have is the latency. It takes 3~10 mins to actually appear in the Device's raw data. How can I fix this…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
399 questions
Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
362 questions
asked 2024-08-20T05:36:26.7933333+00:00
Choi Wenbin 0 Reputation points
edited a comment 2024-08-20T15:25:34.2066667+00:00
Sander van de Velde | MVP 32,556 Reputation points MVP
0 answers

Why do DPS queries occasionally run slow.

I have a function app that queries the DPS to determine what hub a device is attached to so it can send a device to cloud message. Normally these run quickly, but occasionally they are sow. I have no exceptions or errors: How can I diagnose the…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
399 questions
asked 2024-08-14T19:08:38.8966667+00:00
mikefinch87 115 Reputation points
2 answers One of the answers was accepted by the question author.

SAS Token not working for FileUpload IoTHub

I'm trying to replicate this https://github.com/Azure/azure-iot-sdk-csharp/blob/main/iothub/device/samples/getting%20started/FileUploadSample/FileUploadSample.cs example to upload a file. This part works: `// Note: GetFileUploadSasUriAsync and…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
399 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,843 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,189 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
219 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,909 questions
asked 2024-06-12T17:16:40.47+00:00
mikefinch87 115 Reputation points
commented 2024-08-09T14:10:50.5833333+00:00
Sander van de Velde | MVP 32,556 Reputation points MVP
0 answers

How to expose localhost through azure services?

Hi community, Scenario- A local raspberry pi connected to an ip camera relaying a RTSP stream on its local port ( eg 554 ). Stream accessible locally via a rtsp url. Requirement- Need to make this RTSP stream globally available aka. creating a link…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
399 questions
asked 2024-08-08T13:21:08.05+00:00
Tejesh Defect Scanner 0 Reputation points
edited the question 2024-08-08T16:06:15.52+00:00
ChaitanyaNaykodi-MSFT 26,101 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Correct way to stop and start custom modules in Azure IoT

Hi, I have created 2 Custom Modules, 1st module gets message from an API and sends it to the 2nd Module. 2nd Module does some processing and sends it to IoT Hub. I have followed steps from tutorial-csharp-module after I do build and publish and…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
399 questions
Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
573 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,189 questions
asked 2022-09-15T15:30:09.843+00:00
Satyam Chauhan 547 Reputation points
edited a comment 2024-08-03T11:55:32.72+00:00
FFTechDept 5 Reputation points
1 answer

What Does ProvisioningTransportHandler Do

When using the Device provisioning service with Azure a client is created with var provClient = ProvisioningDeviceClient.Create(_global_provisioning_endpoint, dpsScope, security, transportHandler); There are 3 choices for transport handler, why would I…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
399 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
219 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,909 questions
asked 2024-07-18T21:08:52.19+00:00
mikefinch87 115 Reputation points
answered 2024-07-18T21:08:52.2266667+00:00
Q&A Assist
1 answer

How to do Certificate-based authentication in React Native using Rest API?

Hi I want to do certificate based authentication in React Native, for that I am using Rest API. And from the docs https://learn.microsoft.com/en-us/azure/iot-dps/how-to-control-access#certificate-based-authentication I found out this cURL, and I need…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
399 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,189 questions
asked 2024-07-16T09:53:07.2866667+00:00
Shahanshah Alam 0 Reputation points
answered 2024-07-17T07:27:49.7833333+00:00
Sander van de Velde | MVP 32,556 Reputation points MVP
1 answer

Netx Secure Client cert initialize error NX_SECURE_PKCS1_INVALID_PRIVATE_KEY

Hi, I'm using a STM32F732 dev board with threadx, netx + secure. I have my own mqtt broker and a set of self signed certs, I have tested the broker and client certs using MQTT Explorer and can connect with 2-way cert validation without issue. I have…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
399 questions
asked 2024-05-15T09:34:38.8033333+00:00
shaun 5 Reputation points
commented 2024-07-15T16:17:22.0233333+00:00
RobertBK 0 Reputation points
0 answers

Azure iot defender micro agent - [procfs_reader.c/read_data_from_procfs:101] Error getting username in pid

Hi, When configuring the azure iot defender micro agent on the iot edge device (azure vm) we uncounted the following error message - [procfs_reader.c/read_data_from_procfs:101] Error getting username in pid When checking the status its running, its…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
399 questions
Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
573 questions
asked 2024-04-30T08:27:45.61+00:00
Dinesh, Midhun 10 Reputation points
commented 2024-07-14T11:00:46.5433333+00:00
RC 0 Reputation points
1 answer

How to check Azure Device Update has successfully connected

I am using Azure Device Update agent version 1.1.0. Is there a programmatic way to test is the update agent has successfully connected to the hub? I am looking to implement a fallback strategy that confirms the ADU agent has re-established a connection…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
399 questions
asked 2024-05-29T20:06:00.0233333+00:00
Abigail Greentree 0 Reputation points
answered 2024-07-08T08:22:20.1466667+00:00
Pinaki Ghatak 4,290 Reputation points Microsoft Employee
1 answer

Setting up a RTR500BM Data Logger with Azure IoT Hub

For reference, here's the product I am talking about! https://tandd.com/product/rtr500bm/ Hi all, I am looking to set up an Azure-based solution to logging a voltage captured by the above device. I have successfully got it to connect to the company's…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
399 questions
Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
362 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,189 questions
asked 2024-07-02T15:52:30.5133333+00:00
Laura Martin 0 Reputation points
answered 2024-07-02T22:03:13.3666667+00:00
Sander van de Velde | MVP 32,556 Reputation points MVP
0 answers

Notify uploaded file using System-assigned authentication type

How can I notify the upload file using system-assigned authentication type? I have an IoT hub using system-assigned authentication type and connected to a storage account with a private endpoint. I uploaded the file using python, and the upload was…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
399 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,189 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
219 questions
asked 2024-06-13T16:44:12.25+00:00
Antonio Toga 95 Reputation points
edited the question 2024-06-13T16:45:51.4833333+00:00
Antonio Toga 95 Reputation points
1 answer One of the answers was accepted by the question author.

Can we install azure IOT edge runtime on Jetson Nano?

We want to use NVIDIA Jetson Nano as IOT edge device but we are not sure if Azure IOT runtime is compatible with Jetson Nano or not.

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
399 questions
Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
573 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,189 questions
asked 2024-06-12T14:23:47.6133333+00:00
Devdatta Jadhav 20 Reputation points
accepted 2024-06-13T05:21:31.03+00:00
Devdatta Jadhav 20 Reputation points
0 answers

Private endpoint based storage account being accessed by custom docker edge transfer container whose IP are not whitelisted on the firewall rules of storage account

I have storage account with private endpoint setup and whitelisted IP of the edge device public IP in the firewall rules of the same. To copy data from the edge device to storage account there is a custom docker image based on GitHub code Iotedge file…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
399 questions
Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
573 questions
asked 2024-05-06T13:17:39.1+00:00
Jadhav, Sanskruti (She/Her/Hers) 0 Reputation points
edited the question 2024-06-10T05:06:40.06+00:00
Sumarigo-MSFT 46,126 Reputation points Microsoft Employee
1 answer

How to connect event grid with self-signed certificates

Hello everyone, I am trying to communicate with a Schneider PLC through Event Grid with an MQTT broker using self-signed certificates from Key Vault. I have uploaded certificates generated by Key Vault in .pem and .cer formats, but I receive an error:…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,283 questions
Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
399 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
379 questions
asked 2024-05-30T23:10:06.52+00:00
Marcos Moraga 20 Reputation points
commented 2024-06-03T05:30:28.5633333+00:00
Givary-MSFT 32,581 Reputation points Microsoft Employee
1 answer

Create new Docker Manifest using two different OS architecture Manifest Images.

Hi Team, I am having a scenario where, I built two docker images (Azure IoT Edge modules) with different OS architecture (Arm64, AMd64). I have used Linux scripts provided by Microsoft in their repo, I have built the images and pushed to the azure…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
399 questions
Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
573 questions
asked 2024-01-23T17:48:02.7+00:00
Dhanavath Vishnu 366 Reputation points
commented 2024-05-16T23:50:48.7433333+00:00
Dexter Hardy 1 Reputation point
1 answer One of the answers was accepted by the question author.

Azure IoT Middleware for Freertos - Failed to establish MQTT connection, error 0x00000006

I used the ESP32S3 for azure iot connection and according to the code I have done the following: DPS: prvConnectToServerWithBackoffRetries --> OK AzureIoTProvisioningClient_Init --> OK AzureIoTProvisioningClient_Register -->…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
399 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,189 questions
asked 2024-04-16T02:46:24.3066667+00:00
leo lee 20 Reputation points
accepted 2024-05-14T04:15:25.92+00:00
leo lee 20 Reputation points