Skip to content

Commit 9ecc241

Browse files
committed
fixed spacing in numbered procedure
1 parent 204f8ae commit 9ecc241

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles/search/search-get-started-rag.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,21 @@ You can also start a new file on your local system and create requests manually
3434
Requests to the search endpoint must be authenticated and authorized. You can use API keys or roles for this task. Keys are easier to start with, but roles are more secure. This quickstart assumes roles.
3535

3636
1. Configure Azure OpenAI to use a system-assigned managed identity:
37+
3738
1. In the Azure portal, find your Azure OpenAI resource.
39+
3840
1. On the left menu, select **Resource management** > **Identity**.
41+
3942
1. On the System assigned tab, set status to **On**.
4043

4144
1. Configure Azure AI Search for role-based access and assign roles:
45+
4246
1. In the Azure portal, find your Azure AI Search service.
47+
4348
1. On the left menu, select **Settings** > **Keys**, and then select either **Role-based access control** or **Both**.
49+
4450
1. On the left menu, select **Access control (IAM)**.
51+
4552
1. Add the following role assignments for the Azure OpenAI managed identity: **Search Index Data Reader**, **Search Service Contributor**.
4653

4754
1. Assign yourself to the **Cognitive Services OpenAI User** role on Azure OpenAI. This is the only role you need for query workloads.
@@ -276,12 +283,12 @@ This section uses Visual Studio Code and Python to call the chat APIs on Azure O
276283

277284
Output might look similar to the following example:
278285

279-
```bash
286+
```
280287
Based on your request, here are a few hotel recommendations with beach access and good views:
281288

282289
1. Ocean Air Motel - oceanfront hotel with a private balcony and indoor and outdoor pools
283290
2. Marquis Plaza & Suites - offers a view, free Wi-Fi, and a pool
284-
3. Pull'r Inn Motel - offers a view, a pool, and free Wi-Fi
291+
3. Pull r Inn Motel - offers a view, a pool, and free Wi-Fi
285292

286293
I hope this helps! Let me know if you need any further assistance.
287294
```

0 commit comments

Comments
 (0)