Skip to content

Commit 00c9f69

Browse files
Update iot-operations-faq.yml
1 parent 1d726bd commit 00c9f69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/iot-operations/troubleshoot/iot-operations-faq.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ sections:
5353
answer: Azure IoT Operations currently does not support Azure Private Link and private endpoints.
5454
- question: |
5555
Why am I seeing the UnauthorizedNamespaceError error message?
56-
answer: " `Message: Microsoft.ExtendedLocation resource provider does not have the required permissions to create a namespace on the cluster.` This error is commonly caused by either not enabling the required azure-arc custom locations feature, or enabling the custom locations feature with an incorrect custom locations RP OID. To resolve, follow [this guidance](/azure-arc/kubernetes/custom-locations#enable-custom-locations-on-your-cluster) for enabling the custom locations feature with the correct OID."
56+
answer: " `Message: Microsoft.ExtendedLocation resource provider does not have the required permissions to create a namespace on the cluster.`
57+
This error is commonly caused by either not enabling the required azure-arc custom locations feature, or enabling the custom locations feature with an incorrect custom locations RP OID. To resolve, follow [this guidance](/azure-arc/kubernetes/custom-locations#enable-custom-locations-on-your-cluster) for enabling the custom locations feature with the correct OID."
5758
- question: |
5859
Why am I seeing the MissingResourceVersionOnHost error message?
5960
answer: " `Message: The resource {resource Id} extended location {custom location resource Id} does not support the resource type {IoT Operations resource type} or api version {IoT Operations ARM API}. Please check with the owner of the extended location to ensure the host has the CRD {custom resource name} with group {api group name}.iotoperations.azure.com, plural {custom resource plural name}, and versions [{api group version}] installed.` This error happens when the custom location resource associated with the deployment isn't properly configured with the API version(s) of resources attempting to be projected to the cluster. To resolve, delete any provisioned resources associated with prior deployment(s) including custom locations. You can use `az iot ops delete` or alternative mechanism. Due to a potential caching issue, waiting a few minutes after deletion before re-deploying AIO or choosing a custom location name via `az iot ops create --custom-location` is recommended."

0 commit comments

Comments
 (0)