File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ Update `local.settings.json` with your service configuration:
139
139
"AZURE_OPENAI_ENDPOINT" : " https://<resource-name>.openai.azure.com/" ,
140
140
"AZURE_OPENAI_DEPLOYMENT" : " <deployment-name>" ,
141
141
"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;" ,
143
143
"TASKHUB" : " default"
144
144
}
145
145
}
Original file line number Diff line number Diff line change 6
6
"AZURE_OPENAI_ENDPOINT": "https://your-openai-service.openai.azure.com/",
7
7
"AZURE_OPENAI_DEPLOYMENT": "your-gpt-deployment-name",
8
8
"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;",
10
10
"TASKHUB": "default"
11
11
}
12
12
}
You can’t perform that action at this time.
0 commit comments