From 517dcec3ef0ca1012069bd31fe91e8d1546813a7 Mon Sep 17 00:00:00 2001 From: Ivor Berry Date: Wed, 10 Apr 2024 14:40:04 -0400 Subject: [PATCH] Update 04-face-service.md --- Instructions/Exercises/04-face-service.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Instructions/Exercises/04-face-service.md b/Instructions/Exercises/04-face-service.md index 0ed94da6..c0f4d8a1 100644 --- a/Instructions/Exercises/04-face-service.md +++ b/Instructions/Exercises/04-face-service.md @@ -8,7 +8,9 @@ lab: The ability to detect and analyze human faces is a core AI capability. In this exercise, you'll explore two Azure AI Services that you can use to work with faces in images: the **Azure AI Vision** service, and the **Face** service. -> **Note**: From June 21st 2022, capabilities of Azure AI services that return personally identifiable information are restricted to customers who have been granted [limited access](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-limited-access). Additionally, capabilities that infer emotional state are no longer available. These restrictions may affect this lab exercise. We're working to address this, but in the meantime you may experience some errors when following the steps below; for which we apologize. For more details about the changes Microsoft has made, and why - see [Responsible AI investments and safeguards for facial recognition](https://azure.microsoft.com/blog/responsible-ai-investments-and-safeguards-for-facial-recognition/). +> **Note**: This lab can be completed without requesting any additional access of restricted features. +> +> From June 21st 2022, capabilities of Azure AI services that return personally identifiable information are restricted to customers who have been granted [limited access](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-limited-access). Additionally, capabilities that infer emotional state are no longer available. For more details about the changes Microsoft has made, and why - see [Responsible AI investments and safeguards for facial recognition](https://azure.microsoft.com/blog/responsible-ai-investments-and-safeguards-for-facial-recognition/). ## Clone the repository for this course