Skip to content

Commit 1734a15

Browse files
committed
Fixing warning for en-us in link
1 parent 0c46a91 commit 1734a15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Follow these steps to create a new resource using the Azure portal:
7777
As an alternative to using the Azure portal, you can create a resource using the Azure CLI.
7878

7979
> [!NOTE]
80-
> Before you continue, you'll need to install the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest). You can skip this step if you're already working with the Azure CLI.
80+
> Before you continue, you'll need to install the [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest). You can skip this step if you're already working with the Azure CLI.
8181
8282
There's a few things you need know about this command:
8383

@@ -105,11 +105,11 @@ az container create \
105105

106106
### Connect to Azure AD for authorization
107107

108-
It's recommended that you connect your web app to Azure Active Director (AAD). This ensures that only users with valid credentials can sign-in and use your web app. Follow the instructions in [Configure your App Service app](https://docs.microsoft.com/azure/app-service/configure-authentication-provider-aad) to connect to Azure Active Directory.
108+
It's recommended that you connect your web app to Azure Active Director (AAD). This ensures that only users with valid credentials can sign in and use your web app. Follow the instructions in [Configure your App Service app](https://docs.microsoft.com/azure/app-service/configure-authentication-provider-aad) to connect to Azure Active Directory.
109109

110110
## Open source on GitHub
111111

112-
The OCR Form Labeling Tool is also available as an open source project on GitHub. The tool is a web application built using React + Redux, and is written in TypeScript. To learn more or contribute, see [OCR Form Labeling Tool](https://github.com/microsoft/OCR-Form-Tools/blob/master/README.md).
112+
The OCR Form Labeling Tool is also available as an open-source project on GitHub. The tool is a web application built using React + Redux, and is written in TypeScript. To learn more or contribute, see [OCR Form Labeling Tool](https://github.com/microsoft/OCR-Form-Tools/blob/master/README.md).
113113

114114
## Next steps
115115

0 commit comments

Comments
 (0)