Forum Widgets
Latest Discussions
Designing and developing for Unified Namespaces
I apologize if I am posting in the incorrect community. I would like to know if anyone has developed a Unified Namespace architecture and solution within Azure for IIOT without using third-party middleware such as ignition, high-byte, or HiveMQ. I am currently looking to use Azure IOT and ADF and Dynamics 365 as the ERP and MES.MrJungleFeb 25, 2025Copper Contributor7Views0likes0CommentsIOT Central data export destination on waiting
Hello. I have successfully created a demo sensor in iot central and now I would like to connect it to my service bus queue. I went to data export tab and create a new destination using the connection strings of my queue, it seemed ok but the destination is on "waiting" state since 10 hours. Is it normal? Can I check anything? Thanks GianpaoloGianpaoloF72Feb 17, 2025Copper Contributor36Views0likes0CommentsEnable ipv6 for azure-iot-edge user-defined network
We have a Raspberry Pi that we use as an edge device. One of our modules needs to communicate over IPv6 in the local network. Since the module is automatically connected to the "azure-iot-edge" network in Docker, I'd like a method to easily enable IPv6 on this network. To achieve this, I tried following the steps described in the IPv6Configuration documentation. For me, this worked only for the default bridge network but not for the "azure-iot-edge" network. I also checked the networking documentation and attempted to configure the network using the mentioned /etc/aziot/edged/config.yaml file. However, this file did not exist initially, and when I manually added it, it seemed to be completely ignored. The only way I have been able to get IPv6 to work for the "azure-iot-edge" network so far is by completely removing it and manually recreating it with IPv6 enabled. This also required me to manually disconnect and later reconnect all modules. This does not feel like the correct way to achieve this. I would assume there should be a way to configure this either from the module definition in the IoT Hub or by adding some configuration on the device.kuphFeb 03, 2025Copper Contributor28Views0likes0Commentscan't use create_from_edge_environment with proxy options - client doesn't connect to azure iot hub
Hello, I am trying to configure a client connection towards azure iot hub from a module. I've tried creating the client with create_from_edge_environment method and I get the following error: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/azure/iot/device/common/mqtt_transport.py", line 391, in connect rc = self._mqtt_client.connect( File "/usr/local/lib/python3.10/site-packages/paho/mqtt/client.py", line 914, in connect return self.reconnect() File "/usr/local/lib/python3.10/site-packages/paho/mqtt/client.py", line 1044, in reconnect sock = self._create_socket_connection() File "/usr/local/lib/python3.10/site-packages/paho/mqtt/client.py", line 3683, in _create_socket_connection return socks.create_connection(addr, timeout=self._connect_timeout, source_address=source, **proxy) File "/usr/local/lib/python3.10/site-packages/socks.py", line 209, in create_connection raise err File "/usr/local/lib/python3.10/site-packages/socks.py", line 199, in create_connection sock.connect((remote_host, remote_port)) File "/usr/local/lib/python3.10/site-packages/socks.py", line 47, in wrapper return function(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/socks.py", line 814, in connect raise GeneralProxyError("Socket error", error) socks.GeneralProxyError: Socket error: 407: Proxy Authentication Required This problem doesn't appear if I create the client using create_from_connection_string method. This adds complexity to my script and I would like to use create_from_edge_environment method. Does anybody have any insights on why one method works and the other doesn't? Thanks!teodoramihucOct 22, 2024Copper Contributor111Views0likes0CommentsProblems with Edge Computing and Microsoft Azure IoT Edge. Any Advice?
Hi everyone, I'm currently experiencing some challenges with my edge computing setup and a Microsoft product. As someone relatively new to managing both hardware and software in this capacity, I could really use some advice from those more experienced. Here are the specifics of my setup: Edge Computing Setup: High-end CPUs, ample RAM, and SSD storage capacity. Microsoft Product: Microsoft Azure IoT Edge The Issues: Performance Challenges: The Microsoft Azure IoT Edge is not performing as expected with my edge computing setup, especially during high-traffic periods and intensive computational tasks. There are noticeable slowdowns and performance bottlenecks. Installation and Configuration Difficulties: During the setup of the Microsoft Azure IoT Edge with my edge computing infrastructure, I encountered several hurdles. While I managed to complete the installation, I suspect there may be lingering configuration issues affecting performance and usability. Integration and Compatibility Concerns: I'm facing compatibility issues with certain applications and third-party tools within the Microsoft Azure IoT Edge. These issues are disrupting workflows and reducing efficiency in system management. Steps Taken So Far: I've ensured that my hardware setup meets or exceeds the recommended specifications for the Microsoft Azure IoT Edge. I've followed the installation and setup documentation for the Microsoft Azure IoT Edge meticulously. I've reviewed and adjusted system configurations and resource allocations to optimize performance. Despite my efforts, the challenges persist. Have any of you encountered similar issues with Microsoft products in edge computing environments? Are there specific configurations, optimizations, or troubleshooting techniques you've found effective? Any advice, insights, or recommended resources would be greatly appreciated. Thank you in advance for your help!stevanjohn011Aug 06, 2024Copper Contributor496Views0likes0CommentsDetect IOT device twin report property and execute notification
Hello Community, I am seeking for the help to achieve one functionality for my IOT device. I have crated one Azure IOT device under azure IOT hub. Now on the device twin whenever my device report property get change( any property), It should send some event notification to the end user. What is the best way to achieve this? I want to use Azure event grid but the template is not available in message routing you can see below. If i use Event Hub then there is a risk to increase latency. let me know if there is any other way to get this with lowest latency. Thanks, Bhavin Bhesaniya.Bhavin163884Jul 19, 2024Copper Contributor224Views0likes0CommentsConnecting PLC to Azure IoT Hub
We have a client with an Automation Direct Productivity 3000 PLC. Looks like it has an MQTT client configuration that may allow us to connect directly to Azure IoT Hub, but we are struggling. We're waiting for the client to get a vendor resource to assist. Meanwhile. we're trying to figure out if that will work directly, or if we need something like IoT Edge to act as a protocol translator. Unsure if the device is able to utilize TLS 1.2 or not. The config screen looks like this (please ignore current settings): Do we need to use something like IoT Edge to convert the MQTT to use TLS? Any other advice for getting this up and running? Thank you, -PeterPeterDanielsJul 01, 2024Copper Contributor404Views0likes0CommentsHow would Azure create IoT systems for FM with focus on sustainability?
How would Azure develop IT solutions for FM that are transparent on their impact on sustainability? How could we demonstrate to clients the efficiency savings and sustainability impact?JustinerialtoJun 19, 2024Copper Contributor181Views0likes0CommentsAzure Streaming Analytics Job not writing data to Azure storage container
Hello, I have a situation where my Azure Streaming Analytics job is not writing the incoming events coming from our IoT Hub to the Azure storage container. Within my dashboard, The IoT Hub Usage states there are several thousand messages coming through daily. Below were the steps taken to start troubleshooting my problem: Tested both the input and output connections from the query and they were both successful Uploaded test data and the file format has not changed Checked for errors within the input/IoT Hub for malformed and/or deserialization errors but there are none Any help with this problem would be greatly appreciated. Thank youPFlorenzano442Jun 07, 2024Copper Contributor253Views0likes0CommentsAzure IOT Hub, plotting raw date (not average)
Hello I'm using Azure IOT Hub and would like to visualize actual sensor data. However, using the preset template for the visualisation, I can't select raw data but only mean values over a minimum timespan of 30min.davidrastJun 03, 2024Copper Contributor191Views0likes0Comments
Resources
Tags
- Azure Certified Device Program27 Topics
- iot19 Topics
- Azure IoT13 Topics
- Makers11 Topics
- azure8 Topics
- IoT Hub7 Topics
- IoT Edge6 Topics
- Azure Digital Twins5 Topics
- Azure Data Explorer4 Topics
- IoT Central4 Topics