Creating a facelist - resource not found errors

Mohamed Abdinasir 1 Reputation point
2022-09-10T08:57:04.233+00:00

I am using deno backend to create a facelist, I am getting resource not found errors when making the api call.
I asked this question on stackoverflow here: azure-cogninitive-services-face-api-with-deno-land but got no response.
I have tried to follow the documentation and also saw some examples online, unfortunately there is something I am getting wrong. I have double checked the endoint and it's also correct. Anyone encountered this issue before or might be able to point me in the right direction?

feel free to take a look at my code on stackoverflow.

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
154 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,414 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 42,296 Reputation points Microsoft Employee
    2022-09-12T08:32:36.407+00:00

    @Mohamed Abdinasir I think the issue is not with the code, Currently the face API service access is limited based on eligibility and usage criteria in order to support our Responsible AI principles. Face service is only available to Microsoft managed customers and partners. If you have not applied for access and created the resource and used the API this error will occur. Please use the Face Recognition intake form to apply for access.

    Please see the complete announcement on this page for more details. To summarize below, if you are planning to use the API as a new customer or existing customer you need to provide details in the above form for review and approval.

    New customers need to apply for access to use facial recognition operations in Azure Face API, Computer Vision, and Video Indexer. Existing customers have one year to apply and receive approval for continued access to the facial recognition services based on their provided use cases.

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.

    0 comments No comments