<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Azure IoT topics</title>
    <link>https://techcommunity.microsoft.com/t5/azure-iot/bd-p/Azure-IoT</link>
    <description>Azure IoT topics</description>
    <pubDate>Fri, 13 Mar 2026 08:47:11 GMT</pubDate>
    <dc:creator>Azure-IoT</dc:creator>
    <dc:date>2026-03-13T08:47:11Z</dc:date>
    <item>
      <title>Can Admins Access IoT Edge Container Code Despite ACR Encryption?</title>
      <link>https://techcommunity.microsoft.com/t5/azure-iot/can-admins-access-iot-edge-container-code-despite-acr-encryption/m-p/4467653#M798</link>
      <description>&lt;P&gt;If I deploy my Python application as an IoT Edge container, and the container is pulled from Azure Container Registry (which says all images are encrypted at rest), can someone with administrator access on the machine access the container and see my code?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 07:45:20 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-iot/can-admins-access-iot-edge-container-code-despite-acr-encryption/m-p/4467653#M798</guid>
      <dc:creator>m7mdrevest</dc:creator>
      <dc:date>2025-11-06T07:45:20Z</dc:date>
    </item>
    <item>
      <title>Module identity fetch issue</title>
      <link>https://techcommunity.microsoft.com/t5/azure-iot/module-identity-fetch-issue/m-p/4455276#M791</link>
      <description>&lt;P&gt;I have registered an edge device[gateway] to Azure IoTHub using x509 self signed certificate. The device got registered fine and modules [edgeAgent,edgeHub] got deployed along with some custom edge modules- with deployment status 200, device and modules status reporting. The modules are running on the edge device but the modules keep restarting as they couldnt authenticate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;edge Device registration is through x509 self signed certificate, with below properties in config.toml&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="toml"&gt;# Manual provisioning with x.509 certificates
[provisioning]
source = "manual"
iothub_hostname = "REQUIRED_IOTHUB_HOSTNAME"
device_id = "REQUIRED_DEVICE_ID_PROVISIONED_IN_IOTHUB"

[provisioning.authentication]
method = "x509"

identity_cert = "REQUIRED_URI_OR_POINTER_TO_DEVICE_IDENTITY_CERTIFICATE"

identity_pk = "REQUIRED_URI_TO_DEVICE_IDENTITY_PRIVATE_KEY"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Logs from edgeHub:&lt;/P&gt;&lt;LI-CODE lang="log"&gt; [INF] - Unable to authenticate client &amp;lt;deviceid&amp;gt;/&amp;lt;custom_edge_module&amp;gt; with cached service identity &amp;lt;deviceid&amp;gt;/&amp;lt;custom_edge_module&amp;gt; (Found: False). Resyncing service identity...
&amp;lt;4&amp;gt; 2025-09-19 00:29:56.415 +00:00 [WRN] - Error while refreshing the service identity: &amp;lt;deviceid&amp;gt;/&amp;lt;custom_edge_module&amp;gt; OnBehalfOf: &amp;lt;deviceid&amp;gt;
System.Collections.Generic.KeyNotFoundException: The given key '&amp;lt;deviceid&amp;gt;/&amp;lt;custom_edge_module&amp;gt;' was not present in the dictionary.
   at Microsoft.Azure.Devices.Edge.Hub.Core.DeviceScopeIdentitiesCache.RefreshServiceIdentityInternal(String refreshTarget, String onBehalfOfDevice, Boolean invokeServiceIdentitiesUpdated) in /mnt/vss/_work/1/s/edge-hub/core/src/Microsoft.Azure.Devices.Edge.Hub.Core/DeviceScopeIdentitiesCache.cs:line 187&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;device twin status:&lt;/P&gt;&lt;LI-CODE lang="json"&gt;    "deviceScope": "ms-azure-iot-edge://&amp;lt;devicescope&amp;gt;",
    "modelId": "",
    "status": "enabled",
    "statusUpdateTime": "0001-01-01T00:00:00.0000000Z",
    "lastActivityTime": "2025-09-19T00:47:10.0840495Z",
    "connectionState": "Connected",
    "cloudToDeviceMessageCount": 0,
    "authenticationType": "selfSigned",
    "x509Thumbprint": {
        "PrimaryThumbprint": "&amp;lt;thumbprint&amp;gt;"
    }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Module identity twin of edgeHub:&lt;/P&gt;&lt;LI-CODE lang="json"&gt;    "modelId": "",
    "status": "enabled",
    "statusUpdateTime": "0001-01-01T00:00:00.0000000Z",
    "lastActivityTime": "2025-09-19T00:42:23.4967322Z",
    "connectionState": "Connected",
    "cloudToDeviceMessageCount": 0,
    "authenticationType": "sas",
    "x509Thumbprint": {}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;module identity twin of edgeAgent and other modules:&lt;/P&gt;&lt;LI-CODE lang="json"&gt;    "modelId": "",
    "status": "enabled",
    "statusUpdateTime": "0001-01-01T00:00:00.0000000Z",
    "lastActivityTime": "2025-09-19T00:54:15.6085296Z",
    "connectionState": "Disconnected",
    "cloudToDeviceMessageCount": 0,
    "authenticationType": "sas",
    "x509Thumbprint": {}&lt;/LI-CODE&gt;&lt;P&gt;The modules couldnt communicate to hub as they couldnt authenticate, where as the same modules works fine when the edge device is registered via shared access signature and send telemetry to iot hub.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know where could the issue be for modules not able to communicate with iotHub&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 01:08:09 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-iot/module-identity-fetch-issue/m-p/4455276#M791</guid>
      <dc:creator>vishnupriyaiot</dc:creator>
      <dc:date>2025-09-19T01:08:09Z</dc:date>
    </item>
    <item>
      <title>All Azure IoT Central Applications completly broken</title>
      <link>https://techcommunity.microsoft.com/t5/azure-iot/all-azure-iot-central-applications-completly-broken/m-p/4438503#M766</link>
      <description>&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;I have big trouble regarding all Azure IoT Applications, which haven't been properly rendering since a couple of hours.&lt;/P&gt;&lt;P&gt;Every link is broken and no data is shown as seen the screenshot below.&lt;/P&gt;&lt;P&gt;We already tested&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;different browser&lt;/LI&gt;&lt;LI&gt;different tentants&lt;/LI&gt;&lt;LI&gt;different computers&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;No difference. Can anyone point out the reason for that or experiences similar issues right now?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 07:49:19 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-iot/all-azure-iot-central-applications-completly-broken/m-p/4438503#M766</guid>
      <dc:creator>Andirly</dc:creator>
      <dc:date>2025-07-31T07:49:19Z</dc:date>
    </item>
    <item>
      <title>.</title>
      <link>https://techcommunity.microsoft.com/t5/azure-iot/unreadable-title/m-p/4437735#M765</link>
      <description>&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 18:54:58 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-iot/unreadable-title/m-p/4437735#M765</guid>
      <dc:creator>MarcJames123</dc:creator>
      <dc:date>2026-02-24T18:54:58Z</dc:date>
    </item>
    <item>
      <title>Sensor to AZURE IoT Hub to ADLS to Power BI</title>
      <link>https://techcommunity.microsoft.com/t5/azure-iot/sensor-to-azure-iot-hub-to-adls-to-power-bi/m-p/4433145#M764</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Discovery &amp;amp; Resolution ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;By creating this workflow, I found the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Device sensor firmware published data once every 30 seconds.&lt;/LI&gt;&lt;LI&gt;AZURE IoT Hub routed this data to ADL BLOB as JSON once every 2 minutes.&lt;/LI&gt;&lt;LI&gt;Power BI Power Query failed to interpret JSON files. "extra characters at end of JSON input".&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The PBI PQ error occurred because each BLOB file contained four individual JSON expressions - one for each device sensor publication. This can be resolved by reformatting each JSON file as a single document by bracketing all four expressions as one […] and adding a comma to the end of the first three. It works, but it's sloppy. I did it manually.&lt;/P&gt;&lt;P&gt;A simpler resolution is to synchronize timing of device sensor publications with IoT Hub routing to ADL BLOB so that each file contains only a single JSON expression. In other words, by publishing and routing to ADL at the same frequency - only one publication / JSON expression is contained per file. This avoids the PBI PQ failure, but I have doubts about its scalability.&lt;/P&gt;&lt;P&gt;Do any of you have a better suggestion?&lt;/P&gt;&lt;P&gt;Is it possible to configure the IoT Hub to wrap multiple JSON expressions as a single JSON document for routing to ADLS?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 22:35:30 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-iot/sensor-to-azure-iot-hub-to-adls-to-power-bi/m-p/4433145#M764</guid>
      <dc:creator>BamBam405</dc:creator>
      <dc:date>2025-07-14T22:35:30Z</dc:date>
    </item>
    <item>
      <title>Edge Module Authentication</title>
      <link>https://techcommunity.microsoft.com/t5/azure-iot/edge-module-authentication/m-p/4428333#M762</link>
      <description>&lt;P&gt;Hi Folks,&lt;BR /&gt;I've made my first IoT Edge Module (container), its just based off:&lt;/P&gt;&lt;P&gt;FROM ubuntu:oracular&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For now, but it seems to start up and run correctly. I've pushed the container into ACR and added it to my manifest which pushed it down to my edge gateway and its up and running. So far so good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, I want my application in that container to publish events to the edgeHub, and subscribe to properties set in IoT Central.&amp;nbsp;I followed some of the guides, but have had no luck. Firstly - not much love for a rust application, but aside from that, I've resorted to jumping into the container and trying to use the mosquitto clients likes so:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-text-color-14"&gt;$ docker exec -ti &amp;lt;module_id&amp;gt; bash&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="lia-text-color-14"&gt;# mosquitto_sub -d \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="lia-text-color-14"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -V mqttv311 \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="lia-text-color-14"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -h edgeHub \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="lia-text-color-14"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -p 8883 \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="lia-text-color-14"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -i "${IOTEDGE_DEVICEID}/${IOTEDGE_MODULEID}" \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="lia-text-color-14"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -u "${IOTEDGE_IOTHUBHOSTNAME}/${IOTEDGE_DEVICEID}/${IOTEDGE_MODULEID}/?api-version=2018-06-30" \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="lia-text-color-14"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -P "${SAS_TOKEN}" \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="lia-text-color-14"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -t "devices/${IOTEDGE_DEVICEID}/modules/${IOTEDGE_MODULEID}/messages/events" \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="lia-text-color-14"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --cafile /etc/ssl/certs/IoTHubRootCA.pem \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="lia-text-color-14"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -q 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="lia-text-color-14"&gt;Client &amp;lt;device_id&amp;gt;/&amp;lt;module_id&amp;gt; sending CONNECT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="lia-text-color-14"&gt;OpenSSL Error[0]: error:0A000086:SSL routines::certificate verify failed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="lia-text-color-14"&gt;Error: Protocol error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I just cant get it to validate the certs in the edgeHub.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If I look at the edgeHub container it shows:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;$ docker logs -f edgeHub&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-text-color-15"&gt;&amp;lt;4&amp;gt; 2025-06-30 06:52:23.276 +00:00 [WRN] - "TLS handshake failed., System.AggregateException: One or more errors occurred. (Authentication failed, see inner exception.)\n ---&amp;gt; System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception.\n ---&amp;gt; Interop+OpenSsl+SslException: SSL Handshake failed with OpenSSL error - SSL_ERROR_SSL.\n ---&amp;gt; Interop+Crypto+OpenSslCryptographicException: error:0A000418:SSL &lt;STRONG&gt;routines::tlsv1 alert unknown ca&lt;/STRONG&gt;\n &amp;nbsp; --- End of inner exception stack trace ---\n &amp;nbsp; at Interop.OpenSsl.DoSslHandshake(SafeSslHandle context, ReadOnlySpan`1 input, Byte[]&amp;amp; sendBuf, Int32&amp;amp; sendCount)\n &amp;nbsp; at System.Net.Security.SslStreamPal.HandshakeInternal(SafeDeleteSslContext&amp;amp; context, ReadOnlySpan`1 inputBuffer, Byte[]&amp;amp; outputBuffer, SslAuthenticationOptions sslAuthenticationOptions)\n &amp;nbsp; --- End of inner exception stack trace ---\n &amp;nbsp; at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)\n &amp;nbsp; --- End of inner exception stack trace ---, 0af563ac"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-text-color-21"&gt;That error suggests the edgeHub does not like the CA in my module ?&lt;BR /&gt;I'm looking for any references to get the right CA's setup so that my translation app can publish events to the edgeHub container.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 07:15:54 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-iot/edge-module-authentication/m-p/4428333#M762</guid>
      <dc:creator>Nevasleepz</dc:creator>
      <dc:date>2025-06-30T07:15:54Z</dc:date>
    </item>
    <item>
      <title>Need help with updating disconnected devices</title>
      <link>https://techcommunity.microsoft.com/t5/azure-iot/need-help-with-updating-disconnected-devices/m-p/4397877#M761</link>
      <description>&lt;P&gt;hey, I am new to azure and IOT and I need help with knowing how to do this. The scenario is that: I have a set of Linux devices that can't be connected to the internet ever, these devices should be connected to another device (will have internet) which will act as parent to all these disconnected devices. The challenge is to update these child devices using Azure IOT, the updates will be deployed in the hub, and it has to passed to child devices via parent device and automatically needs to be installed in the child devices. The parent might not require this update or might. How will I do this? also I can't use any scripting mechanisms.&lt;/P&gt;&lt;P&gt;Now when I surfed a bit through azure documentation, I found out that I can use device update for this, What I found was:&lt;BR /&gt;1) setup every device in IOT hub&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)set the device with internet as parent and others a child&lt;/P&gt;&lt;P&gt;3)set up MCC module in parent&amp;nbsp;&lt;/P&gt;&lt;P&gt;4)Connect the devices physically (Lan or Wi-Fi)&lt;/P&gt;&lt;P&gt;5)Roll out updates&lt;/P&gt;&lt;P&gt;Now I don't know whether this is true or not, it's just my understanding. I am having few doubts:&lt;/P&gt;&lt;P&gt;1)do we also add the child devices (disconnected devices in IOT hub), if yes what if we have 1000 devices? (I'm asking about scalability)&lt;/P&gt;&lt;P&gt;2)How do I actually physically connect the parent and child devices, do I just plug in Lan/Wi-Fi, or do I have to do anything else?&lt;/P&gt;&lt;P&gt;3)How to add MCC Module?&lt;/P&gt;&lt;P&gt;4)how does this actually works? is it feasible?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 09:17:56 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-iot/need-help-with-updating-disconnected-devices/m-p/4397877#M761</guid>
      <dc:creator>magsman</dc:creator>
      <dc:date>2025-03-27T09:17:56Z</dc:date>
    </item>
    <item>
      <title>Designing and developing for Unified Namespaces</title>
      <link>https://techcommunity.microsoft.com/t5/azure-iot/designing-and-developing-for-unified-namespaces/m-p/4385689#M760</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 13:52:28 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-iot/designing-and-developing-for-unified-namespaces/m-p/4385689#M760</guid>
      <dc:creator>MrJungle</dc:creator>
      <dc:date>2025-02-25T13:52:28Z</dc:date>
    </item>
    <item>
      <title>IOT Central data export destination on waiting</title>
      <link>https://techcommunity.microsoft.com/t5/azure-iot/iot-central-data-export-destination-on-waiting/m-p/4382068#M759</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;Is it normal? Can I check anything?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gianpaolo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 16:12:06 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-iot/iot-central-data-export-destination-on-waiting/m-p/4382068#M759</guid>
      <dc:creator>GianpaoloF72</dc:creator>
      <dc:date>2025-02-17T16:12:06Z</dc:date>
    </item>
    <item>
      <title>Enable ipv6 for azure-iot-edge user-defined network</title>
      <link>https://techcommunity.microsoft.com/t5/azure-iot/enable-ipv6-for-azure-iot-edge-user-defined-network/m-p/4373213#M748</link>
      <description>&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;To achieve this, I tried following the steps described in the &lt;A href="https://github.com/Azure/iotedge/blob/main/doc/IPv6Configuration.md" target="_blank"&gt;IPv6Configuration documentation&lt;/A&gt;. For me, this worked only for the default bridge network but not for the "azure-iot-edge" network. I also checked the &lt;A href="https://github.com/Azure/iotedge/blob/1.5.16/doc/networking.md" target="_blank"&gt;networking documentation&lt;/A&gt; 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.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 10:23:41 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-iot/enable-ipv6-for-azure-iot-edge-user-defined-network/m-p/4373213#M748</guid>
      <dc:creator>kuph</dc:creator>
      <dc:date>2025-02-03T10:23:41Z</dc:date>
    </item>
    <item>
      <title>Internet speed</title>
      <link>https://techcommunity.microsoft.com/t5/azure-iot/internet-speed/m-p/4354556#M742</link>
      <description>&lt;P&gt;So i have 250/100 internet but for some reason i get 250mb download but my upload does not go over 10mbs. But when on wireless it gives 250/100&lt;/P&gt;&lt;P&gt;anyone have any ideas or fixes to run?&lt;/P&gt;&lt;P&gt;yes i have tried with different cables and devices where the internet is fine&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 13:11:39 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-iot/internet-speed/m-p/4354556#M742</guid>
      <dc:creator>Larshaaa</dc:creator>
      <dc:date>2024-12-05T13:11:39Z</dc:date>
    </item>
    <item>
      <title>can't use create_from_edge_environment with proxy options - client doesn't connect to azure iot hub</title>
      <link>https://techcommunity.microsoft.com/t5/azure-iot/can-t-use-create-from-edge-environment-with-proxy-options-client/m-p/4276509#M697</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to configure a client connection towards azure iot hub from a module. I've tried creating the client with&amp;nbsp;create_from_edge_environment method and I get the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;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&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This problem doesn't appear if I create the client using&amp;nbsp;create_from_connection_string&amp;nbsp;&amp;nbsp;method. This adds complexity to my script and I would like to use&amp;nbsp;create_from_edge_environment method.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does anybody have any insights on why one method works and the other doesn't?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 13:49:26 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-iot/can-t-use-create-from-edge-environment-with-proxy-options-client/m-p/4276509#M697</guid>
      <dc:creator>teodoramihuc</dc:creator>
      <dc:date>2024-10-22T13:49:26Z</dc:date>
    </item>
    <item>
      <title>unable to deploy modules other than edgeAgen &amp; edgeHub to my device</title>
      <link>https://techcommunity.microsoft.com/t5/azure-iot/unable-to-deploy-modules-other-than-edgeagen-amp-edgehub-to-my/m-p/4267944#M694</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I have my device hooked up to IoT Edge account and have two modules built and pushed to my ACR account.&lt;/P&gt;&lt;P&gt;I've added them the modules to my device under IoT Edge Modules. I configured ther ACR name, address, username &amp;amp; password&amp;nbsp; and there's no apparent error visible.&lt;/P&gt;&lt;P&gt;The DESIRED STATUS for both modules is set to running.&lt;/P&gt;&lt;P&gt;under Settings, i can see that the Image URI &amp;amp; the Module name has been set as well, yet my device does not receive the modules. When I execute "iotedge list", I only see the edgeAgent &amp;amp; the edgeHub modules. What might I be missing, I'm wondering?&lt;/P&gt;&lt;P&gt;Thanks for any help in this matter!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 23:46:35 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-iot/unable-to-deploy-modules-other-than-edgeagen-amp-edgehub-to-my/m-p/4267944#M694</guid>
      <dc:creator>mistyron</dc:creator>
      <dc:date>2024-10-10T23:46:35Z</dc:date>
    </item>
    <item>
      <title>Problems with Edge Computing and Microsoft Azure IoT Edge. Any Advice?</title>
      <link>https://techcommunity.microsoft.com/t5/azure-iot/problems-with-edge-computing-and-microsoft-azure-iot-edge-any/m-p/4211098#M691</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm currently experiencing some challenges with my &lt;A href="https://www.lenovo.com/us/en/servers-storage/solutions/edge-computing/" target="_blank"&gt;edge computing&lt;/A&gt; 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.&lt;/P&gt;&lt;P&gt;Here are the specifics of my setup:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Edge Computing Setup:&lt;/STRONG&gt; High-end CPUs, ample RAM, and SSD storage capacity.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Microsoft Product:&lt;/STRONG&gt; Microsoft Azure IoT Edge&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;The Issues:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Performance Challenges:&lt;/STRONG&gt; 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.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Installation and Configuration Difficulties:&lt;/STRONG&gt; 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.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Integration and Compatibility Concerns:&lt;/STRONG&gt; 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.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Steps Taken So Far:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I've ensured that my hardware setup meets or exceeds the recommended specifications for the Microsoft Azure IoT Edge.&lt;/LI&gt;&lt;LI&gt;I've followed the installation and setup documentation for the Microsoft Azure IoT Edge meticulously.&lt;/LI&gt;&lt;LI&gt;I've reviewed and adjusted system configurations and resource allocations to optimize performance.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Thank you in advance for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 06:55:27 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-iot/problems-with-edge-computing-and-microsoft-azure-iot-edge-any/m-p/4211098#M691</guid>
      <dc:creator>stevanjohn011</dc:creator>
      <dc:date>2024-08-06T06:55:27Z</dc:date>
    </item>
    <item>
      <title>IOT device event twin change detect</title>
      <link>https://techcommunity.microsoft.com/t5/azure-iot/iot-device-event-twin-change-detect/m-p/4198879#M689</link>
      <description>&lt;P&gt;What are the ways to catch IOT device event twin change in azure? I want to send notification or execute something like function app, when device twin event occur and reported property get change. I am using .net 8 and azure.&lt;/P&gt;&lt;P&gt;let me know all possible ways.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Bhavin Bhesaniya.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 12:21:30 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-iot/iot-device-event-twin-change-detect/m-p/4198879#M689</guid>
      <dc:creator>Bhavin163884</dc:creator>
      <dc:date>2024-07-23T12:21:30Z</dc:date>
    </item>
    <item>
      <title>Detect IOT device twin report property and execute notification</title>
      <link>https://techcommunity.microsoft.com/t5/azure-iot/detect-iot-device-twin-report-property-and-execute-notification/m-p/4195917#M687</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Now on the device twin whenever my device report property get change( any property), It should send some event notification to the end user.&lt;BR /&gt;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.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;If i use Event Hub then there is a risk to increase latency.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;let me know if there is any other way to get this with lowest latency.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bhavin Bhesaniya.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 08:46:53 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-iot/detect-iot-device-twin-report-property-and-execute-notification/m-p/4195917#M687</guid>
      <dc:creator>Bhavin163884</dc:creator>
      <dc:date>2024-07-19T08:46:53Z</dc:date>
    </item>
    <item>
      <title>Connecting PLC to Azure IoT Hub</title>
      <link>https://techcommunity.microsoft.com/t5/azure-iot/connecting-plc-to-azure-iot-hub/m-p/4180281#M684</link>
      <description>&lt;P&gt;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.&amp;nbsp; 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):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do we need to use something like IoT Edge to convert the MQTT to use TLS?&amp;nbsp; Any other advice for getting this up and running?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Peter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 16:30:08 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-iot/connecting-plc-to-azure-iot-hub/m-p/4180281#M684</guid>
      <dc:creator>PeterDaniels</dc:creator>
      <dc:date>2024-07-01T16:30:08Z</dc:date>
    </item>
    <item>
      <title>How would Azure create IoT systems for FM with focus on sustainability?</title>
      <link>https://techcommunity.microsoft.com/t5/azure-iot/how-would-azure-create-iot-systems-for-fm-with-focus-on/m-p/4171782#M683</link>
      <description>&lt;P&gt;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?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 16:23:33 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-iot/how-would-azure-create-iot-systems-for-fm-with-focus-on/m-p/4171782#M683</guid>
      <dc:creator>Justinerialto</dc:creator>
      <dc:date>2024-06-19T16:23:33Z</dc:date>
    </item>
    <item>
      <title>Azure Streaming Analytics Job not writing data to Azure storage container</title>
      <link>https://techcommunity.microsoft.com/t5/azure-iot/azure-streaming-analytics-job-not-writing-data-to-azure-storage/m-p/4162742#M682</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Within my dashboard, The IoT Hub Usage states there are several thousand messages coming through daily.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below were the steps taken to start troubleshooting my problem:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Tested both the input and output connections from the query and they were both successful&lt;/LI&gt;&lt;LI&gt;Uploaded test data and the file format has not changed&lt;/LI&gt;&lt;LI&gt;Checked for errors within the input/IoT Hub for malformed and/or deserialization errors but there are none&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any help with this problem would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 16:18:51 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-iot/azure-streaming-analytics-job-not-writing-data-to-azure-storage/m-p/4162742#M682</guid>
      <dc:creator>PFlorenzano442</dc:creator>
      <dc:date>2024-06-07T16:18:51Z</dc:date>
    </item>
    <item>
      <title>Azure IOT Hub, plotting raw date (not average)</title>
      <link>https://techcommunity.microsoft.com/t5/azure-iot/azure-iot-hub-plotting-raw-date-not-average/m-p/4158776#M681</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using Azure IOT Hub and would like to visualize actual sensor data.&amp;nbsp; However, using the preset template for the visualisation, I can't select raw data but only mean values over a minimum timespan of 30min.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 18:49:16 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/azure-iot/azure-iot-hub-plotting-raw-date-not-average/m-p/4158776#M681</guid>
      <dc:creator>davidrast</dc:creator>
      <dc:date>2024-06-03T18:49:16Z</dc:date>
    </item>
  </channel>
</rss>

