Skip to content

Commit

Permalink
ch10
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Spendolini authored and Brian Spendolini committed Jul 19, 2024
1 parent cf726ba commit c5f73c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/10-using-azure-openai.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ In this next section, we will be using the Todo application against our Free Azu
1. Replace the **OPENAI_KEY** text with the AI Language Key that was returned to you in the previous chapter when testing connectivity.
> [!CAUTION]
> Putting your authentication key in plain text in a procedure is not a best practice. We are only doing it here as an example but managed identies should be used here.
> Putting your authentication keys in plain text in a procedure is **NOT** a best practice. We are only doing it here as an example but **managed identies should be used**.
1. Now we need to change the database connection in the **.env** file to use our Free Azure SQL Database. Select the file in codespace and on the top, find the **MSSQL** variable that contains the connection string.
Expand Down

0 comments on commit c5f73c5

Please sign in to comment.