Skip to content

Commit 001b569

Browse files
committed
update
1 parent 1fd3ef1 commit 001b569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/includes/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Microsoft was founded on April 4, 1975.
100100
## Microsoft Entra ID
101101

102102
> [!IMPORTANT]
103-
> In the previous example we are demonstrating key-based authentication. Once you have tested with key based authentication successfully, we recommend using the more secure [Microsoft Entra ID](/entra/fundamentals/whatis) for authentication which is demonstrated in the next code sample.
103+
> In the previous example we are demonstrating key-based authentication. Once you have tested with key-based authentication successfully, we recommend using the more secure [Microsoft Entra ID](/entra/fundamentals/whatis) for authentication which is demonstrated in the next code sample. Getting started with [Microsoft Entra ID] will require some additional [prerequisites](https://www.npmjs.com/package/@azure/identity).
104104
105105
```javascript
106106
const { AzureOpenAI } = require("openai");

0 commit comments

Comments
 (0)