Skip to content

Commit 5a6e48b

Browse files
committed
Fixes
1 parent c2da768 commit 5a6e48b

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

scenarios/PostgresRagLlmDemo/README.md

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,6 @@ ms.author: ariaamini
88
ms.custom: innovation-engine, linux-related-content
99
---
1010

11-
## Quickstart: Create a Linux virtual machine with the Azure CLI on Azure
12-
13-
**Applies to:** :heavy_check_mark: Linux VMs
14-
15-
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://go.microsoft.com/fwlink/?linkid=2262692)
16-
17-
This quickstart shows you how to use the Azure CLI to deploy a Linux virtual machine (VM) in Azure. The Azure CLI is used to create and manage Azure resources via either the command line or scripts.
18-
19-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
20-
21-
## Launch Azure Cloud Shell
22-
23-
The Azure Cloud Shell is a free interactive shell that you can use to run the steps in this article. It has common Azure tools preinstalled and configured to use with your account.
24-
25-
To open the Cloud Shell, just select **Try it** from the upper right corner of a code block. You can also open Cloud Shell in a separate browser tab by going to [https://shell.azure.com/bash](https://shell.azure.com/bash). Select **Copy** to copy the blocks of code, paste it into the Cloud Shell, and select **Enter** to run it.
26-
27-
If you prefer to install and use the CLI locally, this quickstart requires Azure CLI version 2.0.30 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI]( /cli/azure/install-azure-cli).
28-
29-
## Log in to Azure using the CLI
30-
31-
In order to run commands in Azure using the CLI, you need to log in first. Log in using the `az login` command.
32-
3311
## Set up resource group
3412

3513
Set up a resource group with a random ID.
@@ -152,12 +130,10 @@ python chat.py --populate --api-key $API_KEY --endpoint $ENDPOINT --pguser $PGUS
152130

153131
## Run Chat bot
154132

155-
This final step prints out the command you can copy/paste into the terminal to run the chatbot.
133+
This final step prints out the command you can copy/paste into the terminal to run the chatbot. `cd ~/scenarios/PostgresRagLlmDemo && python chat.py --api-key $API_KEY --endpoint $ENDPOINT --pguser $PGUSER --phhost $PGHOST --pgpassword $PGPASSWORD --pgdatabase $PGDATABASE`
156134

157135
```bash
158136
echo "
159-
To run the chatbot, copy and paste the command below into the terminal:
160-
161-
cd ~/scenarios/PostgresRagLlmDemo && python chat.py --api-key \$API_KEY --endpoint \$ENDPOINT --pguser \$PGUSER --phhost \$PGHOST --pgpassword \$PGPASSWORD --pgdatabase \$PGDATABASE
137+
To run the chatbot, see the last step for more info.
162138
"
163139
```

0 commit comments

Comments
 (0)