mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
ebab25b196
* Add Identity Auth to samples * Update python/samples/getting_started/azure_functions/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update python/samples/getting_started/azure_functions/01_single_agent/function_app.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update python/samples/getting_started/azure_functions/02_multi_agent/function_app.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update python/samples/getting_started/azure_functions/06_multi_agent_orchestration_conditionals/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
12 lines
473 B
Bash
12 lines
473 B
Bash
# Azure OpenAI Configuration
|
|
AZURE_OPENAI_ENDPOINT=https://your-resource.openai.azure.com/
|
|
AZURE_OPENAI_CHAT_DEPLOYMENT_NAME=your-deployment-name
|
|
FUNCTIONS_WORKER_RUNTIME=python
|
|
RUN_INTEGRATION_TESTS=true
|
|
|
|
# Azure Functions Configuration
|
|
AzureWebJobsStorage=UseDevelopmentStorage=true
|
|
DURABLE_TASK_SCHEDULER_CONNECTION_STRING=Endpoint=http://localhost:8080;Authentication=None
|
|
|
|
# Note: TASKHUB_NAME is not required for integration tests; it is auto-generated per test run.
|