MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.28k stars 21.46k forks source link

logReplayEvents is now traceReplayEvents in Durable Functions v2? #42256

Open tlentine opened 5 years ago

tlentine commented 5 years ago

The sample json for v1.x and v2.x refer to the property as "logReplayEvents" and "traceReplayEvents" respectively, but the table defining the Properties, Default Values and Description does not make not of the change or difference. The table also does not appear to define"extendedSessionsEnabled" and "extendedSessionIdleTimeoutInSeconds"


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

mikeurnun commented 5 years ago

@tlentine Thank you for your feedback! We will review and update as appropriate.

PramodValavala-MSFT commented 5 years ago

@tlentine Thanks for the feedback! We have assigned this issue to the content author to review and update accordingly.

ggailey777 commented 3 years ago

@anthonychu who's the best person to update the host.json settings table?

anthonychu commented 3 years ago

@ConnorMcMahon @davidmrdavid can you please confirm this? I can help with the updating.

ConnorMcMahon commented 3 years ago

From what I can tell, both V1 and V2 use traceReplayEvents, so the bug is in the sample host.json, not the table.

The table should document the extended sessions settings though.