# Azure OpenAI Configuration AZURE_OPENAI_ENDPOINT=https://your-resource.openai.azure.com/ AZURE_OPENAI_MODEL=your-deployment-name FUNCTIONS_WORKER_RUNTIME=python # 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.