Skip to content

Commit f3aa259

Browse files
committed
update
1 parent 0a95d30 commit f3aa259

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Tutorial-RAG/Tutorial-rag.ipynb

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,15 @@
5151
"\n",
5252
"1. Open a command line prompt.\n",
5353
"\n",
54-
"1. Run this command to get a list of Azure tenants: `az account tenant list`\n",
54+
"1. Run this command to get the current tenant and subscription information: `az account show`\n",
5555
"\n",
56-
"1. If you have multiple tenants, set the tenant: `az login --tenant <YOUR-TENANT_ID> `\n",
56+
"1. If you have multiple subscriptions, specify the one that has Azure AI Search and Azure OpenAI: `az account set --subscription <PUT YOUR SUBSCRIPTION ID HERE>`\n",
5757
"\n",
58-
"If you have multiple subscriptions, a list is provided so that you can select one."
58+
"1. If you have multiple tenants, you can list them: `az account tenant list`\n",
59+
"\n",
60+
"1. Sign in to Azure, specifying the tenant used for Azure AI Search and Azure OpenAI: `az login --tenant <PUT YOUR TENANT ID HERE> `\n",
61+
"\n",
62+
"You should now be logged in to Azure from your local device."
5963
]
6064
},
6165
{

0 commit comments

Comments
 (0)