Skip to content

Commit a49fd8d

Browse files
committed
Entra ID for AOAI QS - C#
1 parent f37db69 commit a49fd8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/openai/includes/text-to-speech-dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ For the recommended keyless authentication with Microsoft Entra ID, you need to:
2323

2424
## Set up
2525

26-
1. Create a new folder `whisper-quickstart` to contain the application and open Visual Studio Code in that folder with the following command:
26+
1. Create a new folder `to-speech-quickstart` to contain the application and open Visual Studio Code in that folder with the following command:
2727

2828
```shell
29-
mkdir whisper-quickstart && cd whisper-quickstart
29+
mkdir to-speech-quickstart && cd to-speech-quickstart
3030
```
3131

3232
1. Create a new console application with the following command:

0 commit comments

Comments
 (0)