Skip to content

Commit aef9bf0

Browse files
Merge pull request #120581 from AzureMentor/patch-49
Enhance the Linux environment variables section
2 parents 40a3a21 + a22e0c4 commit aef9bf0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/ai-services/speech-service/includes/common/environment-variables.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ After you add the environment variables, you might need to restart any programs
3030

3131
#### [Linux](#tab/linux)
3232

33+
##### Bash
34+
35+
Edit your *.bashrc* file, and add the environment variables:
36+
3337
```bash
3438
export SPEECH_KEY=your-key
3539
export SPEECH_REGION=your-region

0 commit comments

Comments
 (0)