Skip to content

Commit 05f1d6b

Browse files
Update articles/ai-services/agents/includes/quickstart-javascript.md
Co-authored-by: aahill <[email protected]>
1 parent 66ec623 commit 05f1d6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/ai-services/agents/includes/quickstart-javascript.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ Set this connection string as an environment variable named `PROJECT_CONNECTION_
7171

7272
### Security Notice
7373

74-
> **Important**: This quickstart code uses environment variables for sensitive configuration. Never commit your `.env` file to version control by making sure `.env` is listed in your `.gitignore` file.
75-
> _Remember: If you accidentally commit sensitive information, consider those credentials compromised and rotate them immediately._
74+
> [!IMPORTANT]
75+
> * This quickstart code uses environment variables for sensitive configuration. Never commit your `.env` file to version control by making sure `.env` is listed in your `.gitignore` file.
76+
> * _Remember: If you accidentally commit sensitive information, consider those credentials compromised and rotate them immediately._
7677
7778

7879
Next, create an `index.js` file and paste in the code below:

0 commit comments

Comments
 (0)