You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/form-recognizer/deploy-label-tool.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ There's a few things you need know about this command:
90
90
*`DNS_NAME_LABEL=aci-demo-$RANDOM` generates a random DNS name.
91
91
* 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.
92
92
* 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.
94
94
95
95
From the Azure CLI, run this command to create a web app resource for the sample labeling tool:
96
96
@@ -111,7 +111,7 @@ az container create \
111
111
112
112
### Connect to Azure AD for authorization
113
113
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.
0 commit comments