You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/agents/includes/quickstart-javascript.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,8 +71,9 @@ Set this connection string as an environment variable named `PROJECT_CONNECTION_
71
71
72
72
### Security Notice
73
73
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._
76
77
77
78
78
79
Next, create an `index.js` file and paste in the code below:
0 commit comments