Skip to content

Commit c42aec7

Browse files
committed
updates
1 parent 7739779 commit c42aec7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/ai-services/computer-vision/includes/find-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ ms.update-cycle: 365-days
1212
ms.author: pafarley
1313
---
1414

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.

articles/ai-services/computer-vision/includes/quickstarts-sdk/identity-csharp-sdk.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ Get started with facial recognition using the Face client library for .NET. The
2929

3030
## Identify and verify faces
3131

32-
1. Create a new C# application
32+
1. Create a new C# application.
3333

3434
#### [Visual Studio IDE](#tab/visual-studio)
3535

36-
Using Visual Studio, create a new .NET Core application.
36+
Using Visual Studio, create a new .NET Console App.
3737

3838
### Install the client library
3939

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**.
4141

4242
#### [CLI](#tab/cli)
4343

@@ -72,10 +72,10 @@ Get started with facial recognition using the Face client library for .NET. The
7272
```
7373

7474
---
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.
7676

7777
> [!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.
7979
8080
[!code-csharp[](~/cognitive-services-quickstart-code/dotnet/Face/Quickstart.cs?name=snippet_single)]
8181

@@ -84,7 +84,7 @@ Get started with facial recognition using the Face client library for .NET. The
8484

8585
#### [Visual Studio IDE](#tab/visual-studio)
8686

87-
Run the application by clicking the **Debug** button at the top of the IDE window.
87+
Run the application by selecting the **Debug** button at the top of the IDE window.
8888

8989
#### [CLI](#tab/cli)
9090

0 commit comments

Comments
 (0)