Skip to content

Commit e103ecf

Browse files
authored
Merge pull request #145622 from DishaAgarwal/patch-33
Update quickstart-sdk-csharp.md
2 parents e655459 + f3f000a commit e103ecf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/cognitive-services/QnAMaker/includes/quickstart-sdk-csharp.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ In the application's `Main` method, add variables and code, shown in the followi
148148
> [!IMPORTANT]
149149
> Go to the Azure portal and find the key and endpoint for the QnA Maker resource you created in the prerequisites. They will be located on the resource's **key and endpoint** page, under **resource management**.
150150
151+
> [!NOTE]
152+
> We use subscription key and authoring key interchangably.
153+
151154
- Create environment variables named QNA_MAKER_SUBSCRIPTION_KEY, QNA_MAKER_ENDPOINT, and QNA_MAKER_RUNTIME_ENDPOINT to store these values.
152155
- The value of QNA_MAKER_ENDPOINT has the format `https://YOUR-RESOURCE-NAME.cognitiveservices.azure.com`.
153156
- The value of QNA_MAKER_RUNTIME_ENDPOINT has the format `https://YOUR-RESOURCE-NAME.azurewebsites.net`.
@@ -160,6 +163,9 @@ In the application's `Main` method, add variables and code, shown in the followi
160163
> [!IMPORTANT]
161164
> Go to the Azure portal and find the key and endpoint for the QnA Maker resource you created in the prerequisites. They will be located on the resource's **key and endpoint** page, under **resource management**.
162165
166+
> [!NOTE]
167+
> We use subscription key and authoring key interchangably.
168+
163169
- Create environment variables named QNA_MAKER_SUBSCRIPTION_KEY and QNA_MAKER_ENDPOINT to store these values.
164170
- The value of QNA_MAKER_ENDPOINT has the format `https://YOUR-RESOURCE-NAME.cognitiveservices.azure.com`.
165171
- For production, consider using a secure way of storing and accessing your credentials. For example, [Azure key vault](../../../key-vault/general/overview.md) provides secure key storage.
@@ -168,6 +174,7 @@ In the application's `Main` method, add variables and code, shown in the followi
168174

169175
---
170176

177+
171178
## Object models
172179

173180
# [QnA Maker GA (stable release)](#tab/version-1)

0 commit comments

Comments
 (0)