Skip to content

Commit f168daf

Browse files
committed
SFI, create-index-no-data.png, cut subscription ID
1 parent 4b83685 commit f168daf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
-4 KB
Loading

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,9 @@ logger.addHandler(handler)
290290

291291
Rerun the query script. You should now get INFO and DEBUG statements in the output that provide more detail about the issue.
292292

293-
If you see output messages related to ManagedIdentityCredential and token acquisition failures, it could be that you have multiple tenants, and your Azure sign-in is using a tenant that doesn't have your search service. To get your tenant ID, search the Azure portal for "tenant properties".
293+
If you see output messages related to ManagedIdentityCredential and token acquisition failures, it could be that you have multiple tenants, and your Azure sign-in is using a tenant that doesn't have your search service. To get your tenant ID, search the Azure portal for "tenant properties" or run `az login tenant list`.
294294

295-
Run `az login --tenant <YOUR-TENANT-ID>` at a command prompt, and then rerun the script.
295+
Once you have your tenant ID, run `az login --tenant <YOUR-TENANT-ID>` at a command prompt, and then rerun the script.
296296

297297
## Clean up
298298

0 commit comments

Comments
 (0)