File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
samples/agent-catalog/msft-agent-samples/semantic-kernel-sdk/video-translation-agent Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments