Skip to content

Commit 0310143

Browse files
committed
Fixing up some links
1 parent 6d32dbf commit 0310143

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/cognitive-services/form-recognizer/deploy-label-tool.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ ms.author: pafarley
1515

1616
The Form Recognizer sample labeling tool is an application that provides a simple user interface (UI), which you can use to manually label forms (documents) for the purpose of supervised learning. In this article, we'll provide links and instructions that teach you how to:
1717

18-
* Run the sample labeling tool locally
19-
* Deploy the sample labeling tool to an Azure Container Instance (ACI)
20-
* Use and contribute to the open-source OCR Form Labeling Tool
18+
* [Run the sample labeling tool locally](#run-the-sample-labeling-tool-locally)
19+
* [Deploy the sample labeling tool to an Azure Container Instance (ACI)](#deploy-with-azure-container-instances-aci)
20+
* [Use and contribute to the open-source OCR Form Labeling Tool](#open-source-on-github)
2121

2222
## Run the sample labeling tool locally
2323

@@ -63,13 +63,13 @@ Follow these steps to create a new resource using the Azure portal:
6363
> [!div class="mx-imgBorder"]
6464
> ![Select Docker](./media/quickstarts/formre-select-docker.png)
6565
66-
6. Now let's configure your Docker container:
66+
6. Now let's configure your Docker container. All fields are required unless otherwise noted:
6767

6868
* Options - Select **Single Container**
6969
* Image Source - Select **Private Registry**
7070
* Server URL - Set this to `https://mcr.microsoft.com`
71-
* Username - Create a username.
72-
* Password - Create a secure password that you'll remember.
71+
* Username (Optional) - Create a username.
72+
* Password (Optional) - Create a secure password that you'll remember.
7373
* Image and tag - Set this to `mcr.microsoft.com/azure-cognitive-services/custom-form/labeltool:latest`
7474
* Startup command - Set this to `./run.sh eula=accept`
7575

@@ -106,7 +106,7 @@ az container create \
106106
--location <region name> \
107107
--cpu 2 \
108108
--memory 8
109-
--command-line "./run.sh eula=accept
109+
--command-line "./run.sh eula=accept"
110110
```
111111

112112
### Connect to Azure AD for authorization

0 commit comments

Comments
 (0)