Skip to content

Commit d5c7f4f

Browse files
committed
break up lists
1 parent a3a886e commit d5c7f4f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ Personalizer is meant to run on applications that receive and interpret real-tim
8383

8484
In the code below, the users' preferences and responses to the actions is hard-coded as a series of conditional statements, and explanatory text is included in the code for demonstrative purposes.
8585

86+
Follow these steps to set up the Personalizer script.
87+
8688
1. Find your key and endpoint.
8789

8890
[!INCLUDE [Personalizer find resource info](find-azure-resource-info.md)]

articles/cognitive-services/personalizer/includes/quickstart-sdk-nodejs.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ms.date: 02/02/2023
2626

2727
[!INCLUDE [Change reward wait time](change-reward-wait-time.md)]
2828

29-
### Create a new Node.js application
29+
## Create a new Node.js application
3030

3131
In a console window (such as cmd, PowerShell, or Bash), create a new directory for your app, and navigate to it.
3232

@@ -40,7 +40,7 @@ Run the `npm init -y` command to create a `package.json` file.
4040
npm init -y
4141
```
4242

43-
Create a new Node.js script in your preferred editor or IDE named `personalizer-quickstart.js` and create variables for your resource's endpoint and subscription key. TBD
43+
Create a new Node.js script in your preferred editor or IDE named `personalizer-quickstart.js` and create variables for your resource's endpoint and subscription key.
4444

4545
### Install the client library
4646

@@ -71,6 +71,8 @@ Personalizer is meant to run on applications that receive and interpret real-tim
7171

7272
In a real production system, the [reward score](../concept-rewards.md) should be designed to align with your business objectives and KPIs. Determining how to calculate the reward metric may require some experimentation.
7373

74+
Follow these steps to set up the Personalizer script.
75+
7476
1. Find your key and endpoint.
7577

7678
[!INCLUDE [Personalizer find resource info](find-azure-resource-info.md)]

articles/cognitive-services/personalizer/includes/quickstart-sdk-python.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ Personalizer is meant to run on applications that receive and interpret real-tim
5757

5858
In the code below, the users' preferences and responses to the actions is hard-coded as a series of conditional statements, and explanatory text is included in the code for demonstrative purposes.
5959

60+
Follow these steps to set up the Personalizer script.
61+
6062
1. Find your key and endpoint.
6163

6264
[!INCLUDE [Personalizer find resource info](find-azure-resource-info.md)]

0 commit comments

Comments
 (0)