Skip to content

Commit b7ba24a

Browse files
authored
Merge pull request #664 from MicrosoftDocs/test_fixes
Fix
2 parents 6e4c108 + 465ba86 commit b7ba24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenarios/PostgresRagLlmDemo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The script will search the database for relevant information for our query using
2323
Set up a resource group with a random ID.
2424

2525
```bash
26-
export RANDOM_ID="b795cc"
26+
export RANDOM_ID="$(openssl rand -hex 3)"
2727
export RG_NAME="myPostgresResourceGroup$RANDOM_ID"
2828
export REGION="centralus"
2929

0 commit comments

Comments
 (0)