Skip to content

Commit 946e4d5

Browse files
committed
fix indentation
1 parent b19f2aa commit 946e4d5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -292,21 +292,21 @@ To run the sample multi-agent workflow C# project, ensure you have the following
292292

293293
3. **Configure environment variables**
294294

295-
The sample workflow project creates an `.env` file with the needed environment variables. Create or update the `.env` file with your Azure OpenAI credentials:
295+
The sample workflow project creates an `.env` file with the needed environment variables. Create or update the `.env` file with your Azure OpenAI credentials:
296296

297-
```bash
298-
# Your Azure OpenAI endpoint
299-
AZURE_OPENAI_ENDPOINT=https://<your-openai-resource>.openai.azure.com/
300-
301-
# Your Azure OpenAI API key
302-
AZURE_OPENAI_API_KEY=<your-api-key>
303-
304-
# Your model deployment name in Azure OpenAI
305-
MODEL_DEPLOYMENT_NAME=<your-model-deployment-name>
306-
```
297+
```
298+
# Your Azure OpenAI endpoint
299+
AZURE_OPENAI_ENDPOINT=https://<your-openai-resource>.openai.azure.com/
300+
301+
# Your Azure OpenAI API key
302+
AZURE_OPENAI_API_KEY=<your-api-key>
303+
304+
# Your model deployment name in Azure OpenAI
305+
MODEL_DEPLOYMENT_NAME=<your-model-deployment-name>
306+
```
307307

308-
> [!IMPORTANT]
309-
> Never commit the `.env` file to version control. Add it to your `.gitignore` file.
308+
> [!IMPORTANT]
309+
> Never commit the `.env` file to version control. Add it to your `.gitignore` file.
310310

311311
::: zone-end
312312

0 commit comments

Comments
 (0)