diff --git a/docs/10-using-azure-openai.md b/docs/10-using-azure-openai.md index 3c2aff6..5333a04 100644 --- a/docs/10-using-azure-openai.md +++ b/docs/10-using-azure-openai.md @@ -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.