Skip to content

Commit 96a6495

Browse files
authored
Fix DTS sample connection string
1 parent 738d8af commit 96a6495

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/openai_agents/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Update `local.settings.json` with your service configuration:
139139
"AZURE_OPENAI_ENDPOINT": "https://<resource-name>.openai.azure.com/",
140140
"AZURE_OPENAI_DEPLOYMENT": "<deployment-name>",
141141
"AZURE_OPENAI_API_VERSION": "2024-10-01-preview",
142-
"DURABLE_TASK_SCHEDULER_CONNECTION_STRING": "http://localhost:8080;Authentication=None;",
142+
"DURABLE_TASK_SCHEDULER_CONNECTION_STRING": "Endpoint=http://localhost:8080;Authentication=None;",
143143
"TASKHUB": "default"
144144
}
145145
}

samples-v2/openai_agents/local.settings.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"AZURE_OPENAI_ENDPOINT": "https://your-openai-service.openai.azure.com/",
77
"AZURE_OPENAI_DEPLOYMENT": "your-gpt-deployment-name",
88
"AZURE_OPENAI_API_VERSION": "2025-03-01-preview",
9-
"DURABLE_TASK_SCHEDULER_CONNECTION_STRING": "http://localhost:8080;Authentication=None;",
9+
"DURABLE_TASK_SCHEDULER_CONNECTION_STRING": "Endpoint=http://localhost:8080;Authentication=None;",
1010
"TASKHUB": "default"
1111
}
1212
}

0 commit comments

Comments
 (0)