Skip to content

Commit ba819c2

Browse files
authored
Merge pull request #206241 from DenKenMSFT/UserStory1971500-42
Subscription key note update - Form Recognizer
2 parents 089da35 + db93c4e commit ba819c2

File tree

10 files changed

+12
-19
lines changed

10 files changed

+12
-19
lines changed

articles/applied-ai-services/form-recognizer/includes/get-started/csharp.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ private static readonly AzureKeyCredential credential = new AzureKeyCredential(k
117117
* [**Prebuilt Invoice**](#try-it-prebuilt-model)
118118

119119
> [!IMPORTANT]
120-
>
121-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use secure methods to store and access your credentials. See the Cognitive Services [security](.(/azure/cognitive-services/cognitive-services-security.md) article for more information.
120+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../key-vault/general/overview.md). See the Cognitive Services [security](../../../../cognitive-services/cognitive-services-security.md) article for more information.
122121
123122
## **Try it**: Layout model
124123

articles/applied-ai-services/form-recognizer/includes/get-started/java.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ import com.azure.core.util.polling.SyncPoller;
117117
* [**Prebuilt Invoice**](#try-it-prebuilt-model)
118118

119119
> [!IMPORTANT]
120-
>
121-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use secure methods to store and access your credentials. For more information, _see_ Cognitive Services [security](../../../../cognitive-services/cognitive-services-security.md).
120+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../key-vault/general/overview.md). See the Cognitive Services [security](../../../../cognitive-services/cognitive-services-security.md) article for more information.
122121
123122
## **Try it**: Layout model
124123

articles/applied-ai-services/form-recognizer/includes/get-started/javascript.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ In this quickstart, you'll use the following APIs to extract structured data fro
9494
* [**Prebuilt Invoice**](#try-it-prebuilt-model)
9595

9696
> [!IMPORTANT]
97-
>
98-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use secure methods to store and access your credentials. See our Cognitive Services [security](../../../../cognitive-services/cognitive-services-security.md) article for more information.
97+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../key-vault/general/overview.md). See the Cognitive Services [security](../../../../cognitive-services/cognitive-services-security.md) article for more information.
9998

10099
## **Try it**: Layout model
101100

articles/applied-ai-services/form-recognizer/includes/get-started/python.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ key = "YOUR_FORM_RECOGNIZER_KEY"
8888
* [**Prebuilt Invoice**](#try-it-prebuilt-model)
8989

9090
> [!IMPORTANT]
91-
>
92-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use secure methods to store and access your credentials. See the Cognitive Services [security](../../../../cognitive-services/cognitive-services-security.md) article for more information.
91+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../key-vault/general/overview.md). See the Cognitive Services [security](../../../../cognitive-services/cognitive-services-security.md) article for more information.
9392
9493
## **Try it**: Layout model
9594

articles/applied-ai-services/form-recognizer/includes/get-started/rest-api.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ In this quickstart, you'll use the following APIs to extract structured data fro
5151
* [**Prebuilt Invoice**](#try-it-prebuilt-model)
5252

5353
> [!IMPORTANT]
54-
>
55-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use secure methods to store and access your credentials. See the Cognitive Services [security](../../../../cognitive-services/cognitive-services-security.md) article for more information.
54+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../key-vault/general/overview.md). See the Cognitive Services [security](../../../../cognitive-services/cognitive-services-security.md) article for more information.
5655
5756
## **Try it**: Layout model
5857

articles/applied-ai-services/form-recognizer/quickstarts/try-v3-csharp-sdk.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,7 @@ To interact with the Form Recognizer service, you'll need to create an instance
145145
* [**Prebuilt model**](#prebuilt-model)
146146

147147
> [!IMPORTANT]
148-
>
149-
> * Remember to remove the key from your code when you're done, and never post it publicly. For production, use secure methods to store and access your credentials. For more information, *see* Cognitive Services [security](../../../cognitive-services/cognitive-services-security.md).
150-
148+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../key-vault/general/overview.md). See the Cognitive Services [security](../../../cognitive-services/cognitive-services-security.md) article for more information.
151149
152150
<!-- ### [.NET Command-line interface (CLI)](#tab/cli)
153151

articles/applied-ai-services/form-recognizer/quickstarts/try-v3-java-sdk.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ To interact with the Form Recognizer service, you'll need to create an instance
135135
* [**Prebuilt Invoice**](#prebuilt-model)
136136

137137
> [!IMPORTANT]
138-
>
139-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use secure methods to store and access your credentials. For more information, see* the Cognitive Services [security](../../../cognitive-services/cognitive-services-security.md).
138+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../key-vault/general/overview.md). See the Cognitive Services [security](../../../cognitive-services/cognitive-services-security.md) article for more information.
140139

141140
## General document model
142141

articles/applied-ai-services/form-recognizer/quickstarts/try-v3-javascript-sdk.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ To interact with the Form Recognizer service, you'll need to create an instance
9898
* [**Prebuilt Invoice**](#prebuilt-model)
9999

100100
> [!IMPORTANT]
101-
>
102-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use secure methods to store and access your credentials. For more information, see* the Cognitive Services [security](../../../cognitive-services/cognitive-services-security.md).
101+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../key-vault/general/overview.md). See the Cognitive Services [security](../../../cognitive-services/cognitive-services-security.md) article for more information.
103102

104103
<!-- markdownlint-disable MD036 -->
105104

articles/applied-ai-services/form-recognizer/quickstarts/try-v3-python-sdk.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ To interact with the Form Recognizer service, you'll need to create an instance
7474
* [**Prebuilt Invoice**](#prebuilt-model)
7575

7676
> [!IMPORTANT]
77-
>
78-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use secure methods to store and access your credentials. For more information, *see* Cognitive Services [security](../../../cognitive-services/cognitive-services-security.md).
77+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../key-vault/general/overview.md). See the Cognitive Services [security](../../../cognitive-services/cognitive-services-security.md) article for more information.
7978
8079
<!-- markdownlint-disable MD036 -->
8180

articles/applied-ai-services/form-recognizer/quickstarts/try-v3-rest-api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ Before you run the cURL command, make the following changes:
8484

8585
1. You'll need a document file at a URL. For this quickstart, you can use the sample forms provided in the table below for each feature.
8686

87+
> [!IMPORTANT]
88+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../key-vault/general/overview.md). See the Cognitive Services [security](../../../cognitive-services/cognitive-services-security.md) article for more information.
89+
8790
#### POST request
8891

8992
```bash

0 commit comments

Comments
 (0)