Skip to content

Commit 6d8f14d

Browse files
committed
Fixed changes for PR review
1 parent 0310143 commit 6d8f14d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ There's a few things you need know about this command:
9090
* `DNS_NAME_LABEL=aci-demo-$RANDOM` generates a random DNS name.
9191
* This sample assumes that you have a resource group that you can use to create a resource. Replace `<resource_group_name>` with a valid resource group associated with your subscription.
9292
* You'll need to specify where you want to create the resource. Replace `<region name>` with your desired region for the web app.
93-
* Note: This command automatically accepts EULA.
93+
* This command automatically accepts EULA.
9494

9595
From the Azure CLI, run this command to create a web app resource for the sample labeling tool:
9696

@@ -111,7 +111,7 @@ az container create \
111111

112112
### Connect to Azure AD for authorization
113113

114-
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.
114+
It's recommended that you connect your web app to Azure Active Directory. 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.
115115

116116
## Open source on GitHub
117117

0 commit comments

Comments
 (0)