Skip to content

Commit 02c4c01

Browse files
authored
Merge pull request #3455 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents 3765918 + 948ba1c commit 02c4c01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ For example, your connection string may look something like:
6969

7070
Set this connection string as an environment variable named `PROJECT_CONNECTION_STRING` in a `.env` file.
7171

72+
> [!IMPORTANT]
73+
> * 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.
74+
> * _Remember: If you accidentally commit sensitive information, consider those credentials compromised and rotate them immediately._
75+
76+
7277
Next, create an `index.js` file and paste in the code below:
7378

7479
```javascript

0 commit comments

Comments
 (0)