I need to modify an environment variable in Azure IoT Operations, what do you recommend?
Hi, I was required to allow SHA1 Signed Certificates and thus set the environment variable opcuabroker_SecurityPki__RejectSha1SignedCertificates to false. Thus I edited the deployment using kubectl edit deployment aio-opc-supervisor -n…
az iot ops create fails with an HelmInstallTimeout (Quickstart guide)
I followed the steps of the "Quickstart: Run Azure IoT Operations Preview in GitHub Codespaces with K3s" Guide. However, when I want to deploy Azure IoT Operations, with the command az iot ops create --cluster $CLUSTER_NAME --resource-group…
Move Defender IoT device to new Azure Tenant
Hi All, We have a Defender for IoT Device on one of our sites for OT that is currently activated against a tenant that we have no access to. We want to move the Defender for IoT device to our own tenant. Is there a way on to do this without having access…
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…