File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/azure-functions/durable Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -349,10 +349,10 @@ Azure Functions Core Tools lets you run an Azure Functions project on your local
349
349
` ` ` json
350
350
{
351
351
" id" : " d1b33a60-333f-4d6e-9ade-17a7020562a9" ,
352
- " purgeHistoryDeleteUri" : " http://localhost:7071/runtime/webhooks/durabletask/instances/d1b33a60-333f-4d6e-9ade-17a7020562a9?code=ACCupah_QfGKoFXydcOHH9ffcnYPqjkddSawzRjpp1PQAzFueJ2tDw== " ,
353
- " sendEventPostUri" : " http://localhost:7071/runtime/webhooks/durabletask/instances/d1b33a60-333f-4d6e-9ade-17a7020562a9/raiseEvent/{eventName}?code=ACCupah_QfGKoFXydcOHH9ffcnYPqjkddSawzRjpp1PQAzFueJ2tDw== " ,
354
- " statusQueryGetUri" : " http://localhost:7071/runtime/webhooks/durabletask/instances/d1b33a60-333f-4d6e-9ade-17a7020562a9?code=ACCupah_QfGKoFXydcOHH9ffcnYPqjkddSawzRjpp1PQAzFueJ2tDw== " ,
355
- " terminatePostUri" : " http://localhost:7071/runtime/webhooks/durabletask/instances/d1b33a60-333f-4d6e-9ade-17a7020562a9/terminate?reason={text}&code=ACCupah_QfGKoFXydcOHH9ffcnYPqjkddSawzRjpp1PQAzFueJ2tDw== "
352
+ " purgeHistoryDeleteUri" : " http://localhost:7071/runtime/webhooks/durabletask/instances/d1b33a60-333f-4d6e-9ade-17a7020562a9?code=ACCupah_QfGKo... " ,
353
+ " sendEventPostUri" : " http://localhost:7071/runtime/webhooks/durabletask/instances/d1b33a60-333f-4d6e-9ade-17a7020562a9/raiseEvent/{eventName}?code=ACCupah_QfGKo... " ,
354
+ " statusQueryGetUri" : " http://localhost:7071/runtime/webhooks/durabletask/instances/d1b33a60-333f-4d6e-9ade-17a7020562a9?code=ACCupah_QfGKo... " ,
355
+ " terminatePostUri" : " http://localhost:7071/runtime/webhooks/durabletask/instances/d1b33a60-333f-4d6e-9ade-17a7020562a9/terminate?reason={text}&code=ACCupah_QfGKo... "
356
356
}
357
357
` ` `
358
358
You can’t perform that action at this time.
0 commit comments