Skip to content

Commit 3d8bb49

Browse files
committed
azure sign in instruction
1 parent 61f5046 commit 3d8bb49

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ You can also start a new file on your local system and create requests manually
3333

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

36+
1. Sign in to the [Azure portal](https://portal.azure.com).
37+
3638
1. Configure Azure OpenAI to use a system-assigned managed identity:
3739

3840
1. In the Azure portal, find your Azure OpenAI resource.
@@ -122,12 +124,12 @@ We recommend the hotels-sample-index, which can be created in minutes and runs o
122124
"@search.rerankerScore": 2.4191176891326904,
123125
"@search.captions": [
124126
{
125-
"text": "Ocean Breeze Motel. Budget. pool\r\nair conditioning\r\nbar. Oceanfront hotel overlooking the beach features rooms with a private balcony and 2 indoor and outdoor pools. Various shops and art entertainment are on the boardwalk, just steps away..",
126-
"highlights": "Ocean Breeze Motel. Budget.<em> pool\r\nair conditioning\r\nbar. O</em>ceanfront hotel overlooking the beach features rooms with a private balcony and 2 indoor and outdoor pools. Various shops and art entertainment are on the boardwalk, just steps away."
127+
"text": "Contoso Ocean Motel. Budget. pool\r\nair conditioning\r\nbar. Oceanfront hotel overlooking the beach features rooms with a private balcony and 2 indoor and outdoor pools. Various shops and art entertainment are on the boardwalk, just steps away..",
128+
"highlights": "Contoso Ocean Motel. Budget.<em> pool\r\nair conditioning\r\nbar. O</em>ceanfront hotel overlooking the beach features rooms with a private balcony and 2 indoor and outdoor pools. Various shops and art entertainment are on the boardwalk, just steps away."
127129
}
128130
],
129131
"HotelId": "41",
130-
"HotelName": "Ocean Breeze Motel",
132+
"HotelName": "Contoso Ocean Motel",
131133
"Description": "Oceanfront hotel overlooking the beach features rooms with a private balcony and 2 indoor and outdoor pools. Various shops and art entertainment are on the boardwalk, just steps away.",
132134
"Category": "Budget",
133135
"Tags": [

0 commit comments

Comments
 (0)