Skip to content

Commit 4f309fe

Browse files
authored
Merge pull request #88818 from PatrickFarley/formre-subdomains
[cog serv] minor fixes for subdomains
2 parents bb4bcbe + 4ff3c88 commit 4f309fe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/cognitive-services/form-recognizer/quickstarts/curl-receipts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To complete this quickstart, you must have:
3333

3434
To start analyzing a receipt, you call the **Analyze Receipt** API using the cURL command below. Before you run the command, make these changes:
3535

36-
1. Replace `<Endpoint>` with the endpoint that you obtained from your Form Recognizer subscription key. You can find it on your Form Recognizer resource **Overview** tab.
36+
1. Replace `<Endpoint>` with the endpoint that you obtained with your Form Recognizer subscription key. You can find it on your Form Recognizer resource **Overview** tab.
3737
1. Replace `<your receipt URL>` with the URL address of a receipt image.
3838
1. Replace `<subscription key>` with the subscription key you copied from the previous step.
3939

articles/cognitive-services/form-recognizer/quickstarts/curl-train-extract.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ First, you'll need a set of training data in an Azure Storage blob. You should h
3535

3636
To train a Form Recognizer model with the documents in your Azure blob container, call the **Train** API by running the following cURL command. Before you run the command, make these changes:
3737

38-
1. Replace `<Endpoint>` with the endpoint that you obtained from your Form Recognizer subscription key. You can find it on your Form Recognizer resource **Overview** tab.
38+
1. Replace `<Endpoint>` with the endpoint that you obtained with your Form Recognizer subscription key. You can find it on your Form Recognizer resource **Overview** tab.
3939
1. Replace `<subscription key>` with the subscription key you copied from the previous step.
4040
1. Replace `<SAS URL>` with the Azure Blob storage container's shared access signature (SAS) URL. To retrieve the SAS URL, open the Microsoft Azure Storage Explorer, right-click your container, and select **Get shared access signature**. Make sure the **Read** and **List** permissions are checked, and click **Create**. Then copy the value in the **URL** section. It should have the form: `https://<storage account>.blob.core.windows.net/<container name>?<SAS value>`.
4141

articles/cognitive-services/form-recognizer/quickstarts/python-receipts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To complete this quickstart, you must have:
3333

3434
To start analyzing a receipt, you call the **Analyze Receipt** API using the Python script below. Before you run the script, make these changes:
3535

36-
1. Replace `<Endpoint>` with the endpoint that you obtained from your Form Recognizer subscription key. You can find it on your Form Recognizer resource **Overview** tab.
36+
1. Replace `<Endpoint>` with the endpoint that you obtained with your Form Recognizer subscription key. You can find it on your Form Recognizer resource **Overview** tab.
3737
1. Replace `<your receipt URL>` with the URL address of a receipt image.
3838
1. Replace `<subscription key>` with the subscription key you copied from the previous step.
3939

articles/cognitive-services/form-recognizer/quickstarts/python-train-extract.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ First, you'll need a set of training data in an Azure Storage blob container. Yo
3535

3636
To train a Form Recognizer model with the documents in your Azure blob container, call the **Train** API by running the following python code. Before you run the code, make these changes:
3737

38-
1. Replace `<Endpoint>` with the endpoint URL for the Form Recognizer resource in the Azure region where you obtained your subscription keys.
38+
1. Replace `<Endpoint>` with the endpoint URL for your Form Recognizer resource.
3939
1. Replace `<Subscription key>` with the subscription key you copied from the previous step.
4040
1. Replace `<SAS URL>` with the Azure Blob storage container's shared access signature (SAS) URL. To retrieve the SAS URL, open the Microsoft Azure Storage Explorer, right-click your container, and select **Get shared access signature**. Make sure the **Read** and **List** permissions are checked, and click **Create**. Then copy the value in the **URL** section. It should have the form: `https://<storage account>.blob.core.windows.net/<container name>?<SAS value>`.
4141

0 commit comments

Comments
 (0)