Skip to content

Commit 7fc66bb

Browse files
Merge pull request #117424 from mgreenegit/patch-4
snippet types
2 parents a2b99cf + ab12be9 commit 7fc66bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@ echo export AZURE_OPENAI_ENDPOINT="REPLACE_WITH_YOUR_ENDPOINT_HERE" >> /etc/envi
117117
118118
1. Run the script using PowerShell:
119119

120-
```powershell
120+
```powershell-interactive
121121
./quickstart.ps1
122122
```
123123

124124
## Output
125125

126126
The output will include response text following the `Once upon a time` prompt. Azure OpenAI returned `There was a world beyond the mist...where a` in this example.
127127

128-
```powershell
128+
```output
129129
Once upon a time...
130130
There was a world beyond the mist...where a
131131
```

0 commit comments

Comments
 (0)