You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/computer-vision/includes/find-key.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,4 @@ ms.update-cycle: 365-days
12
12
ms.author: pafarley
13
13
---
14
14
15
-
Go to the Azure portal. If the resource you created in the **Prerequisites** section deployed successfully, select **Go to resource** under **Next Steps**. You can find your key and endpoint under **Resource Management** on the **Keys and Endpoint** page of the Face resource. Your resource key isn't the same as your Azure subscription ID.
15
+
Go to the Azure portal. If the resource you created in the **Prerequisites** section deployed successfully, select **Go to resource** under **Next steps**. You can find your key and endpoint under **Resource Management** on the **Keys and Endpoint** page of the Face resource. Your resource key isn't the same as your Azure subscription ID.
Copy file name to clipboardExpand all lines: articles/ai-services/computer-vision/includes/quickstarts-sdk/identity-csharp-sdk.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,15 @@ Get started with facial recognition using the Face client library for .NET. The
29
29
30
30
## Identify and verify faces
31
31
32
-
1. Create a new C# application
32
+
1. Create a new C# application.
33
33
34
34
#### [Visual Studio IDE](#tab/visual-studio)
35
35
36
-
Using Visual Studio, create a new .NET Core application.
36
+
Using Visual Studio, create a new .NET Console App.
37
37
38
38
### Install the client library
39
39
40
-
Once you've created a new project, install the client library by right-clicking on the project solution in the**Solution Explorer** and selecting **Manage NuGet Packages**. In the package manager that opens select **Browse**, check**Include prerelease**, and search for `Azure.AI.Vision.Face`. Select the latest version, and then **Install**.
40
+
Once you've created a new project, install the client library by right-clicking the project in **Solution Explorer** and selecting **Manage NuGet Packages**. In the package manager that opens, select **Browse**, select**Include prerelease**, and search for `Azure.AI.Vision.Face`. Select the latest version, and then select**Install**.
41
41
42
42
#### [CLI](#tab/cli)
43
43
@@ -72,10 +72,10 @@ Get started with facial recognition using the Face client library for .NET. The
72
72
```
73
73
74
74
---
75
-
1. Add the following code into the *Program.cs* file.
75
+
1. Add the following code into the *Program.cs* file, replacing the existing code.
76
76
77
77
> [!NOTE]
78
-
> If you haven't received access to the Face service using the [intake form](https://aka.ms/facerecognition), some of these functions won't work.
78
+
> If you haven't received access to the Face service by using the [intake form](https://aka.ms/facerecognition), some of these functions won't work.
0 commit comments