Azure / azure-iot-operations

The official repo for Azure IoT Operations.
MIT License
20 stars 16 forks source link

Can't setup Iot Operations on private Link connected cluster. Is it possible? Some workarounds? #56

Open simjona opened 2 weeks ago

simjona commented 2 weeks ago

Have tried to setup iot-operations and got this error message: azure.cli.core.azclierror.ValidationError: The custom-locations feature is required but not enabled on the cluster. For guidance refer to:

When trying to enable custom locations feature on the cluster we get this: ERROR: The features 'cluster-connect' and 'custom-locations' cannot be enabled for a private link enabled connected cluster.

We are using AKS Edge Essentials K8s as cluster on an on-prem machine. The cluster is connected to Azure Arc using private link.

Are there any possibilities that we can init iot operations using private link? Should it work or are there any workarounds to get it working with private link?