Skip to content

Commit 0e0d3a1

Browse files
authored
Revert indent
Updated headings for environment variable configuration instructions.
1 parent 0847622 commit 0e0d3a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-foundry/how-to/develop/vs-code-agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,15 +294,15 @@ In `Nuget.Config`, replace the following placeholders:
294294

295295
1. Configure your environment variables based on your operating system:
296296

297-
#### [Windows (PowerShell)](#tab/windows-powershell)
297+
#### [Windows (PowerShell)](#tab/windows-powershell)
298298

299299
```powershell
300300
$env:AZURE_OPENAI_ENDPOINT="https://your-resource-name.openai.azure.com/"
301301
$env:MODEL_DEPLOYMENT_NAME="your-deployment-name"
302302
$env:AZURE_OPENAI_API_KEY="your-api-key"
303303
```
304304

305-
#### [Windows (Command Prompt)](#tab/windows-command-prompt)
305+
#### [Windows (Command Prompt)](#tab/windows-command-prompt)
306306

307307
```dos
308308
set AZURE_OPENAI_ENDPOINT=https://your-resource-name.openai.azure.com/

0 commit comments

Comments
 (0)