Hello Johann Lau
Thanks for reaching out to us. For the Face API, only face detection with parameter returnFaceId=false doesn't require approval, FaceId is part of Face Recognition and Face Identify. In your code, you put returnFaceId=true
If after fixing the code, you still see errors, please kindly share the code sample you are following so that we can reproduce your error. I hope you can understand, when you ask for FaceID, Face Identify need to be run to get a ID.
May I know which article you are mentioning for the inconsistency?
In the public document, it mentions below - https://learn.microsoft.com/en-us/legal/cognitive-services/computer-vision/limited-access-identity?context=%2Fazure%2Fcognitive-services%2Fcomputer-vision%2Fcontext%2Fcontext#registration-process
Customers and partners who wish to use Limited Access features of the Face API, including Face identification and Face verification, are required to register for access by submitting a registration form. The Face Detection operation is available without registration.
In the Q&A page, it lists those features need access - https://learn.microsoft.com/en-us/azure/cognitive-services/cognitive-services-limited-access#list-of-limited-access-services
I hope this helps.
Regards,
Yutong
-Please kindly accept the answer if you feel helpful to support the community, thanks a lot.