Can't Install Data Processor as part of IoT Operations installation - unrecognised parameter
As per the documentation, I've tried to include the '--include-dp' parameter when executing az iot ops init. I get this: unrecognized arguments: --include-dp It doesn't seem to be listed as a parameter / argument…
Azure IoT Operations deployment fails with Helm error
I created an AKS EE K3s cluster on my local machine and successfully connected it to Azure Arc. All checks pass for the IoT Operations deployment, but it failed with the following error. Any guidance on what to check will be appreciated. { …
Installation of Azure Arc agents on the Kubernetes cluster fail with an error: client rate limiter Wait returned an error: context deadline exceeded
Hi, I have been trying to Arc-enable Kubernetes Cluster to set up locally on my system (Ubuntu) using Azure CLI. I am referring to the instructions from…
Error in deployment of Azure IoT Operations to Cluster
Hi, I am following the instructions as described in https://learn.microsoft.com/en-gb/azure/iot-operations/deploy-iot-ops/howto-deploy-iot-operations?tabs=cli to deploy a cluster Using the command: az iot ops init --cluster <CLUSTER_NAME>…
Connectivity Check failing when using the codespaces cluster that is part of the quickstart
I get the following error when trying to execute the following step: Error: The outbound network connectivity check has failed for the endpoint - https://eastus.obo.arc.azure.com:8084/ This will affect the "cluster-connect" feature. If you…
IoT operations_Blob_Authentication_Access key not working
I am trying to use Authentication Access key for Azure Blob storage source, but when entering access key of storage account and saving the pipeline it gives error "Data pipeline httptoblob has been saved, but a problem occurred synchronizing your…
IoT Operation connectivity to cloud is not working
I've completed the deployment of Azure IoT Operations following the QuickStart guide until this stage: link to the guide. Currently, I'm focusing on retrieving data via a cloud HTTP endpoint, with Blob storage and ADX as the destinations.For the HTTP…
Unable to deploy OPC UA Broker extension
I have followed the instructions mentioned in https://learn.microsoft.com/en-us/azure/iot-operations/get-started/quickstart-deploy to deploy Azure IoT operations. All except opc-ua-broker extensions are created. I get the following error at the end of…
IoT Operations Data Pipeline with MQ source not working
1. Successfully deployed IoT operations using the OPC PLC simulator provided in the quick start guide. We can see all pods except ‘aio-opc-asset-discovery’ running. Created asset endpoints and assets as outlined in the Microsoft Azure IoT…
Confusion in MQ broker URL and topic name for custom broker
I am going through the documents for creating data pipeline in IoT operation - https://learn.microsoft.com/en-us/azure/iot-operations/process-data/howto-configure-datasource-mq while going through it I have a few questions, can I use asset endpoint…
How to deploy a custom workload to azure iot operations and connect to it to see the data?
Hi, I have azure iot operations deployed on my machine using azure arc-kubernetes, I have simulated opc module deployed and running on it. Using Azure IoT operations UI I have created assets and tags and see the data flowing from opc endpoint. Now I…
Create asset for MQTT leaf device
In the Azure IoT Operations documentation, on the Manage Assets>Overview page is a diagram showing leaf devices connected without the use of an OPC UA server. And, there is mention of examples such as USB cameras and IP cameras. But, what about…
Issue in Azure Pipeline
Purpose: The provided Azure Pipeline YAML file automates the process of building, restoring, and publishing a .NET project using Azure DevOps. It ensures that all required dependencies are installed and that the build artifacts are correctly published to…
Error when running Azure IoT Ops quickstart guide
I am following the instructions on the Azure IoT Ops Quickstart guide on Microsoft Learn: https://learn.microsoft.com/en-us/azure/iot-operations/get-started/quickstart-deploy. However, I am encountering an error when running this command: az iot ops init…
Support for different platforms on AIO codespace image?
I'm working with the Getting Started documentation for Azure IoT Operations. I've created a variant of one of the sample apps and simply want to see it working. Due to machine limitations, I'm only able to generate a docker image against the arm64…
Roadmap of Azure IoT Hub and Azure IoT Edge for the future due to release of Azure IoT Operations
Hello Team, I read https://learn.microsoft.com/ja-jp/azure/iot-operations/. I feel that Azure IoT Operations is replacement for Azure IoT Edge. Is this correct understanding? In addition, there is no mention of Azure IoT Hub. Is Azure IoT Operations a…
Copy of payload to external MQTT
So, my question is whether, even if I have my devices inside the Azure platform, I'll be able to send copies of their payloads to an external MQTT. To explain: I have a lab and I'm testing interactions and homologations all the time. In this case, I'd…
How to debug Azure IoT Operation Data pipeline failure
I am working through an Azure IoT Operations QuickStart article regarding the Data processor. After setting up the passthrough pipeline and saving it, it never syncs correctly. I dumped the pipeline information and get this error information …
AIO data pipeline clientSecret pattern match
I am working through an Azure IoT Operations QuickStart article regarding the Data processor. Towards the end of the exercise, a transform shape is used to push the data to Fabric. The credentials include the clientSecret that is generated via az ad sp…
Installing OPC PLC simulator after the installation of Azure IoT Operations
By default the OPC PLC simulator doesn't get installed on deploying Azure IoT Operations to the Kubernetes cluster. Is there a way to install it manually afterwards?