You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-operations/connect-to-cloud/howto-configure-registry-endpoint.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,9 @@ Registry endpoints support authentication through:
40
40
41
41
You can create a registry endpoint using Bicep or Kubernetes.
42
42
43
+
> [!IMPORTANT]
44
+
> Currently, there's a known issue when using registry endpoint resources with Akri connectors. For more information, see [Akri connectors don't work with registry endpoint resources](../troubleshoot/known-issues.md#akri-connectors-dont-work-with-registry-endpoint-resources).
Copy file name to clipboardExpand all lines: articles/iot-operations/troubleshoot/known-issues.md
+23-3Lines changed: 23 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: dominicbetts
5
5
ms.author: dobett
6
6
ms.topic: troubleshooting-known-issue
7
7
ms.custom: sfi-ropc-nochange
8
-
ms.date: 10/21/2025
8
+
ms.date: 11/21/2025
9
9
---
10
10
11
11
# Known issues for Azure IoT Operations
@@ -55,7 +55,7 @@ The connector doesn't receive a notification when device credentials stored in A
55
55
56
56
Workaround: Restart the connector to force it to retrieve the updated credentials from Azure Key Vault.
57
57
58
-
### In the connector templates, the only supported authentication type is "artifact pull secrets"
58
+
### For Akri connectors, the only supported authentication type for registry endpoints is `artifact pull secrets`
59
59
60
60
---
61
61
@@ -67,7 +67,27 @@ Log signature: N/A
67
67
68
68
---
69
69
70
-
When deploying connectors using the provided connector templates, the only supported authentication type is "artifact pull secrets". Other authentication types, such as managed identities, aren't currently supported in the connector templates.
70
+
When you specify the registry endpoint reference in a connector template, there are multiple supported authentication methods. Akri connectors only support `artifact pull secrets` authentication.
71
+
72
+
### Akri connectors don't work with registry endpoint resources
73
+
74
+
---
75
+
76
+
Issue ID: 7710
77
+
78
+
---
79
+
80
+
Log signature:
81
+
82
+
```output
83
+
[aio_akri_logs@311 tid="7"] - failed to generate StatefulSet payload for instance rest-connector-template-...
84
+
[aio_akri_logs@311 tid="7"] - reconciliation error for Connector resource...
85
+
[aio_akri_logs@311 tid="7"] - reconciliation of Connector resource failed...
86
+
```
87
+
88
+
If you create a `RegistryEndpoint` resource using bicep and reference it in the `ConnectorTemplate` resource then when the Akri operator tries the reconcile the `ConnectorTemplate` it fails with the error shown previously.
89
+
90
+
Workaround: Don't use `RegistryEndpoint` resources with Akri connectors. Instead, specify the registry information in the `ContainerRegistry` settings in the `ConnectorTemplate` resource.
0 commit comments