Skip to content

Commit 077dc48

Browse files
committed
Add .env.sample
1 parent 5300200 commit 077dc48

File tree

1 file changed

+13
-0
lines changed
  • samples/agent-catalog/msft-agent-samples/semantic-kernel-sdk/video-translation-agent

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Azure AI Agent Configuration
2+
AZURE_AI_AGENT_PROJECT_CONNECTION_STRING = "your-region.api.azureml.ms;your-subscription-id;your-resource-group;your-project-name"
3+
AZURE_AI_AGENT_MODEL_DEPLOYMENT_NAME = "your-model-deployment-name"
4+
AZURE_AI_AGENT_ENDPOINT = "https://your-ai-service.services.ai.azure.com/models"
5+
AZURE_AI_AGENT_SUBSCRIPTION_ID = "your-subscription-id"
6+
AZURE_AI_AGENT_RESOURCE_GROUP_NAME = "your-resource-group"
7+
AZURE_AI_AGENT_PROJECT_NAME = "your-project-name"
8+
9+
# Azure Storage Configuration (required for local file uploads)
10+
AZURE_STORAGE_ACCOUNT_NAME="your-storage-account-name"
11+
12+
# Video Translation / Cognitive Service Configuration
13+
COGNITIVE_SERVICES_ENDPOINT = "your-cognitive-services-endpoint"

0 commit comments

Comments
 (0)