Skip to content

Commit 14a9d44

Browse files
committed
remove tbd note
1 parent 8a79e9a commit 14a9d44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/search/cognitive-search-custom-skill-form.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ You'll need to train a Form Recognizer model with your input forms before you us
3232

3333
Clone the [Azure Search Power Skills](https://github.com/Azure-Samples/azure-search-power-skills) GitHub repository to your local machine. Then navigate to **Vision/AnalyzeForm/** and open _AnalyzeForm.csproj_ in Visual Studio. This project creates an Azure Function resource that fulfills the [custom skill interface](cognitive-search-custom-skill-interface.md) and can be used for Azure Cognitive Search enrichment. It takes form documents as inputs, and it outputs (as text) the key/value pairs that you specify.
3434

35-
<!-- TBD you don't change those variables, you add debug env variables to the project -->
36-
3735
Open _PowerSkills.sln_ in Visual Studio and locate the **AnalyzeForm** project on the left pane. Then make the following changes.
3836
* Add project-level environment variables. Right-click the project file and select **Properties**. In the **Properties** window, click the **Debug** tab and then find the **Environment variables** field. Click **Add** to add the following variables:
3937
* `FORMS_RECOGNIZER_ENDPOINT_URL` with the value set to your endpoint URL.

0 commit comments

Comments
 (0)