Skip to content

Commit bc22d8e

Browse files
committed
Clarify Registry Endpoint known issues
1 parent 259aad3 commit bc22d8e

2 files changed

Lines changed: 26 additions & 3 deletions

File tree

articles/iot-operations/connect-to-cloud/howto-configure-registry-endpoint.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ Registry endpoints support authentication through:
4040

4141
You can create a registry endpoint using Bicep or Kubernetes.
4242

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).
45+
4346
<!--
4447
# [Operations experience](#tab/portal)
4548

articles/iot-operations/troubleshoot/known-issues.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: dominicbetts
55
ms.author: dobett
66
ms.topic: troubleshooting-known-issue
77
ms.custom: sfi-ropc-nochange
8-
ms.date: 10/21/2025
8+
ms.date: 11/21/2025
99
---
1010

1111
# Known issues for Azure IoT Operations
@@ -55,7 +55,7 @@ The connector doesn't receive a notification when device credentials stored in A
5555

5656
Workaround: Restart the connector to force it to retrieve the updated credentials from Azure Key Vault.
5757

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`
5959

6060
---
6161

@@ -67,7 +67,27 @@ Log signature: N/A
6767

6868
---
6969

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.
7191

7292
## Connector for OPC UA issues
7393

0 commit comments

Comments
 (0)