Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions sdk/ai/azure-ai-projects/samples/evaluations/.env_sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
AZURE_AI_PROJECT_URL="https://daviwu-ord-sc-resource.services.ai.azure.com/api/projects/daviwu-ord-sc/"
AZURE_OPENAI_ENDPOINT="https://daviwu-ord-sc-resource.openai.azure.com/"
Copy link

Copilot AI Jan 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The .env_sample file contains hardcoded URL values that appear to be specific to a development environment (e.g., "daviwu-ord-sc-resource"). Sample environment files should use placeholder values like "your-resource-name" or "example" instead of actual resource names to avoid confusion and potential security issues.

Suggested change
AZURE_AI_PROJECT_URL="https://daviwu-ord-sc-resource.services.ai.azure.com/api/projects/daviwu-ord-sc/"
AZURE_OPENAI_ENDPOINT="https://daviwu-ord-sc-resource.openai.azure.com/"
AZURE_AI_PROJECT_URL="https://your-resource-name.services.ai.azure.com/api/projects/your-project-name/"
AZURE_OPENAI_ENDPOINT="https://your-resource-name.openai.azure.com/"

Copilot uses AI. Check for mistakes.
AZURE_AI_API_KEY="<your-api-key>"

AZURE_AI_PROJECT_ENDPOINT="${AZURE_AI_PROJECT_URL}"
AZURE_AI_MODEL_DEPLOYMENT_NAME="gpt-4o-mini"
AZURE_AI_MODEL_DEPLOYMENT_NAME_FOR_AUDIO="gpt-audio"

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading