Is there any Docker Container for Azure Face API for Trial/Standard azure subscription ?

Akash Kadia 41 Reputation points
2021-11-12T06:39:23.12+00:00

I found one blog where user is accessing Azure Face API in local environment using Docker container provided by Azure.
I tried to pull docker container with following command

docker pull containerpreview.azurecr.io/microsoft/cognitive-services-face:latest

but I am getting following message

Error response from daemon: Head "https://containerpreview.azurecr.io/v2/microsoft/cognitive-services-face/manifests/latest": unauthorized: authentication required, visit https://aka.ms/acr/authorization for more information.

I am using azure trial subscription for now to check compatibility. later on will go with standard subscription.

I also check in documentation from cognitive-services-container-support where I can see continer support for speech, language and other but I Face API is not mentioned there.

I want to know is there any docker container available for azure Face API with which I can Identify face from PersonGroup locally without accessing Azure Server ?

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
461 questions
Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
165 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,896 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 46,751 Reputation points Microsoft Employee
    2021-11-12T11:38:52.6+00:00

    @Akash Kadia Azure cognitive services face container fully retired on July 26th 2021. The list of available containers in the registry as per the documentation mentioned above is now limited to the following for GA.

    • Speech
    • Language
    • Vision
    • Form Recognizer
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.