Skip to content

Commit a9f4012

Browse files
authored
Merge pull request #79141 from YutongTie-MSFT/patch-48
(AzureCXP) fixes MicrosftDocs/azure-docs#32732
2 parents 91ba2fd + 9af775c commit a9f4012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ First, you'll need a set of training data in an Azure Storage blob. You should h
4949
To train a Form Recognizer model by using the documents in your Azure blob container, call the **Train** API by running the cURL command that follows. Before you run the command, make these changes:
5050

5151
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.
52-
1. Replace `<SAS URL>` with an Azure Blob storage container shared access signature (SAS) URL of the location of the training data.
52+
1. Replace `<SAS URL>` with an Azure Blob storage container shared access signature (SAS) URL of the location of the training data. (Retrieve your SAS-URL by clicking 'Shared Access Signature' under settings menu in the storage account and 'Generate SAS and connection string' . This will show the Blob service SAS URL. Adjust this url by adding the containername After .net/ and before ?sv= in the url, eg: .blob.core.windows.net/<name_of_your_container>/?sv=…. This is the SAS-URL to be used.)
5353
1. Replace `<subscription key>` with the subscription key you copied from the previous step.
5454

5555
```bash

0 commit comments

Comments
 (0)