UnsupportedFeature Face API, even though it has already been approved

HIK STUDIO 0 Reputation points
2024-12-17T06:42:25.71+00:00

I received the error "UnsupportedFeature" on Face API, even though it has already been approved. I applied for access to Microsoft, and it was approved on the November 26th, but when I try now, it still shows the error.

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
173 questions
{count} votes

2 answers

Sort by: Most helpful
  1. santoshkc 11,625 Reputation points Microsoft Vendor
    2024-12-17T10:39:23.0033333+00:00

    Hi @HIK STUDIO,

    Thank you for reaching out to Microsoft Q&A forum!

    Regarding your query, a similar issue was reported by another customer. Please refer to the below thread for guidance on resolving the 'UnsupportedFeature' error.

    https://zcusa.951200.xyz/en-us/answers/questions/1837347/azure-ai-facial-recognition-error-unsupportedfeatu

    I hope this helps. Thank you.

    0 comments No comments

  2. Muhammad Talib 0 Reputation points
    2024-12-18T13:43:39.9566667+00:00

    The "UnsupportedFeature" error in Face API, despite approval, can occur for a few reasons. Here’s how you can troubleshoot and resolve it:

    Verify Region:

    • Ensure your Face API endpoint and resource region match the region where approval was granted.
      • The Face API may only work in specific regions approved for use.
      API Version:
      - Check if you are using the **correct API version** in your request. Outdated or unsupported versions can trigger this error.
      
      **Subscription Key**:
      
         - Confirm you are using the **correct subscription key** associated with your approved Face API resource.
      
         **Approval Delay**:
      
            - Sometimes, there can be a delay in Microsoft propagating the approval. Verify the approval status in the **Azure portal** under "Cognitive Services" > "Face API."
      
            **Request Quotas**:
      
               - Check your **resource quotas and limits** to ensure you haven’t exceeded any usage caps.
      
               **Endpoint Validation**:
      
                  - Double-check the **endpoint URL** in your request. The correct format should look like:
      
                  ```
                  arduino
                  Copy code
                  https:
                  ```
      

    Contact Microsoft Support:

    • If all else fails, open a support ticket with Microsoft Azure Support. Provide your approval confirmation and error details for faster resolution.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.