Skip to content

Commit ffac21d

Browse files
committed
add studio qs
1 parent cda3df7 commit ffac21d

File tree

3 files changed

+23
-14
lines changed

3 files changed

+23
-14
lines changed

articles/ai-services/computer-vision/includes/identity-studio-quickstart.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
---
2-
title: "Quickstart: Face recognition using Vision Studio"
2+
title: "Quickstart: Face recognition using Azure AI Foundry portal"
33
titleSuffix: "Azure AI services"
4-
description: In this quickstart, get started with the Face service using Vision Studio.
4+
description: In this quickstart, get started with the Face service using the Azure AI Foundry portal.
55
author: PatrickFarley
66
manager: nitinme
77

88
ms.service: azure-ai-vision
99
ms.topic: include
10-
ms.date: 06/13/2022
10+
ms.date: 07/28/2025
1111
ms.author: pafarley
1212
---
1313

14-
Use Vision Studio to identify a face. This is a streamlined version of the face identification feature: you can only train the model on a single person, and then check whether a new face matches that person. Normally, you would train the model on multiple people and then check a new image against all of them. To do the full identification scenario, use the REST API or a client SDK.
14+
Use Azure AI Foundry portal to detect faces in an image.
1515

1616
## Prerequisites
1717

18-
* Sign in to [Vision Studio](https://portal.vision.cognitive.azure.com/) with your Azure subscription and Azure AI Foundry resource. See the [Get started section](../overview-vision-studio.md#get-started-using-vision-studio) of the overview if you need help with this step.
19-
* You'll need at least three images of a person's face: two or more to train the model and one to test it.
18+
* An Azure account. If you don't have one, you can [create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?icid=ai-services).
19+
* An [Azure AI Foundry resource](https://ms.portal.azure.com/#view/Microsoft_Azure_ProjectOxford/CognitiveServicesHub/%7E/AIServices)
2020

21+
## Setup
2122

23+
Go the the [Azure AI Foundry portal](https://ai.azure.com/), and sign in with your Azure account that has the AI Foundry resource.
2224

23-
## Identify faces
25+
On the left nav, select **AI Services**. On the next page, select **Vision + Document**. Go to the **Face** tab and select **Detect faces in an image**.
2426

25-
1. Select the **Face** tab, and select panel titled **Recognize a particular person**.
26-
1. To use the try-it-out experience, you will need to choose a resource and acknowledge it will incur usage according to your [pricing tier](https://azure.microsoft.com/pricing/details/cognitive-services/face-api/).
27-
1. Next, you'll name the **person** and upload the images of their face. Then select **Enroll face** and wait for the model to finish training.
28-
1. Finally, upload another image in the bottom pane, and the service will determine whether it belongs to the **person** it was trained for.
29-
1. See the **Detected attributes** pane for the match results and confidence scores.
30-
1. Below the try-it-out experience are next steps to start using this capability in your own application.
27+
28+
## Detect faces
29+
30+
Select an image from the available set, or upload your own. The service will detect faces in the image and return their bounding box coordinates, face landmark coordinates, and attributes. Select the **JSON** tab to see the full JSON response from the API.
3131

3232

3333

3434
## Next steps
3535

36-
In this quickstart, you learned how to use Vision Studio to do a basic facial recognition task. Next, learn about the different face detection models and how to specify the right model for your use case.
36+
In this quickstart, you did face detection using the Azure AI Foundry portal. Next, learn about the different face detection models and how to specify the right model for your use case.
3737

3838
> [!div class="nextstepaction"]
3939
> [Specify a face detection model version](../how-to/specify-detection-model.md)

articles/ai-services/computer-vision/quickstarts-sdk/identity-client-library.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ feedback_help_link_url: https://learn.microsoft.com/answers/tags/156/azure-face
2222
[!INCLUDE [GDPR-related guidance](../includes/identity-data-notice.md)]
2323
[!INCLUDE [Gate notice](../includes/identity-gate-notice.md)]
2424

25+
26+
::: zone pivot="programming-language-studio"
27+
28+
[!INCLUDE [Studio quickstart](../includes/identity-studio-quickstart.md)]
29+
30+
::: zone-end
31+
2532
::: zone pivot="programming-language-csharp"
2633

2734
[!INCLUDE [C# quickstart](../includes/quickstarts-sdk/identity-csharp-sdk.md)]

zone-pivots/zone-pivot-groups.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,8 @@ groups:
896896
title: Programming languages
897897
prompt: Choose a programming language
898898
pivots:
899+
- id: foundry-portal
900+
title: AI Foundry portal
899901
- id: programming-language-csharp
900902
title: C#
901903
- id: programming-language-java

0 commit comments

Comments
 (0)