Path Lines of Code CONTRIBUTING.md 51 README.md 45 SECURITY.md 24 docfx/_exported_templates/default/logo.svg 25 docfx/_exported_templates/default/search-stopwords.json 121 docfx/_exported_templates/default/token.json 44 docfx/docfx.json 58 docfx/index.md 2 pending_docs.md 2 release_notes.md 12 samples/Directory.Packages.props 27 samples/VSSample.Tests/HelloSequenceActivityTests.cs 24 samples/VSSample.Tests/HelloSequenceOrchestratorTests.cs 23 samples/VSSample.Tests/HttpStartTests.cs 50 samples/VSSample.Tests/VSSample.Tests.csproj 17 samples/csx/E1_HelloSequence/function.json 9 samples/csx/E1_HelloSequence/run.csx 10 samples/csx/E1_SayHello/function.json 9 samples/csx/E1_SayHello/run.csx 4 samples/csx/E2_BackupSiteContent/function.json 9 samples/csx/E2_BackupSiteContent/run.csx 27 samples/csx/E2_CopyFileToBlob/function.json 9 samples/csx/E2_CopyFileToBlob/run.csx 24 samples/csx/E2_GetFileList/function.json 9 samples/csx/E2_GetFileList/run.csx 8 samples/csx/E3_GetIsClear/function.json 9 samples/csx/E3_GetIsClear/run.csx 8 samples/csx/E3_Monitor/function.json 9 samples/csx/E3_Monitor/run.csx 46 samples/csx/E3_SendGoodWeatherAlert/function.json 17 samples/csx/E3_SendGoodWeatherAlert/run.csx 10 samples/csx/E4_SendSmsChallenge/function.json 17 samples/csx/E4_SendSmsChallenge/run.csx 19 samples/csx/E4_SmsPhoneVerification/function.json 9 samples/csx/E4_SmsPhoneVerification/run.csx 45 samples/csx/HttpStart/function.json 22 samples/csx/HttpStart/run.csx 17 samples/csx/HttpSyncStart/function.json 22 samples/csx/HttpSyncStart/run.csx 25 samples/csx/ManualStart/function.json 14 samples/csx/ManualStart/run.csx 10 samples/csx/README.md 48 samples/csx/extensions.csproj 13 samples/csx/host.json 22 samples/csx/local.settings.json 11 samples/csx/shared/Location.csx 6 samples/csx/shared/MonitorRequest.csx 6 samples/csx/shared/WeatherUnderground.csx 62 samples/distributed-tracing/v1/FunctionAppCorrelation/Counter.cs 20 samples/distributed-tracing/v1/FunctionAppCorrelation/EntityOrchestration.cs 42 samples/distributed-tracing/v1/FunctionAppCorrelation/EternalOrchestrations.cs 61 samples/distributed-tracing/v1/FunctionAppCorrelation/ExternalEvent.cs 94 samples/distributed-tracing/v1/FunctionAppCorrelation/FanOutFanIn.cs 46 samples/distributed-tracing/v1/FunctionAppCorrelation/FunctionAppCorrelation.csproj 26 samples/distributed-tracing/v1/FunctionAppCorrelation/HttpEndpoints.cs 56 samples/distributed-tracing/v1/FunctionAppCorrelation/Monitoring.cs 97 samples/distributed-tracing/v1/FunctionAppCorrelation/MultiLayerOrchestrationWithRetry.cs 85 samples/distributed-tracing/v1/FunctionAppCorrelation/SimpleCorrelationDemo.cs 89 samples/distributed-tracing/v1/FunctionAppCorrelation/SimpleOrchestration.cs 41 samples/distributed-tracing/v1/FunctionAppCorrelation/host.json 22 samples/distributed-tracing/v1/Readme.md 38 samples/distributed-tracing/v1/configuration.md 44 samples/distributed-tracing/v1/getting-started.md 101 samples/distributed-tracing/v1/reference.md 80 samples/distributed-tracing/v2/DistributedTracingSample/DistributedTracingSample/DistributedTracingSample.csproj 21 samples/distributed-tracing/v2/DistributedTracingSample/DistributedTracingSample/DurableFunctionsPatterns.cs 103 samples/distributed-tracing/v2/DistributedTracingSample/DistributedTracingSample/Properties/serviceDependencies.json 11 samples/distributed-tracing/v2/DistributedTracingSample/DistributedTracingSample/Properties/serviceDependencies.local.json 8 samples/distributed-tracing/v2/DistributedTracingSample/DistributedTracingSample/host.json 20 samples/distributed-tracing/v2/DistributedTracingSample/DistributedTracingSample/local.settings.json 8 samples/distributed-tracing/v2/DistributedTracingSample/README.md 34 samples/durable-client-managed-identity/aspnetcore-app/Controllers/TodoController.cs 102 samples/durable-client-managed-identity/aspnetcore-app/Models/TodoContext.cs 12 samples/durable-client-managed-identity/aspnetcore-app/Models/TodoItem.cs 9 samples/durable-client-managed-identity/aspnetcore-app/Program.cs 19 samples/durable-client-managed-identity/aspnetcore-app/README.md 28 samples/durable-client-managed-identity/aspnetcore-app/Startup.cs 50 samples/durable-client-managed-identity/aspnetcore-app/ToDoList.csproj 18 samples/durable-client-managed-identity/aspnetcore-app/appsettings.json 17 samples/durable-client-managed-identity/functions-app/ClientFunction.cs 45 samples/durable-client-managed-identity/functions-app/DurableClientSampleFunctionApp.csproj 20 samples/durable-client-managed-identity/functions-app/README.md 24 samples/durable-client-managed-identity/functions-app/Startup.cs 13 samples/durable-client-managed-identity/functions-app/host.json 11 samples/durable-client-managed-identity/functions-app/local.settings.json 9 samples/entitites-csharp/Chirper/Chirper.Service/Chirper.Service.csproj 23 samples/entitites-csharp/Chirper/Chirper.Service/Entities/IUserChirps.cs 13 samples/entitites-csharp/Chirper/Chirper.Service/Entities/IUserFollows.cs 13 samples/entitites-csharp/Chirper/Chirper.Service/Entities/UserChirps.cs 37 samples/entitites-csharp/Chirper/Chirper.Service/Entities/UserFollows.cs 37 samples/entitites-csharp/Chirper/Chirper.Service/Orchestrations/GetTimeline.cs 33 samples/entitites-csharp/Chirper/Chirper.Service/PublicRest/Chirp.cs 16 samples/entitites-csharp/Chirper/Chirper.Service/PublicRest/HttpSurface.cs 116 samples/entitites-csharp/Chirper/Chirper.Service/host.json 22 samples/entitites-csharp/Chirper/Chirper.Service/local.settings.json 7 samples/entitites-csharp/Chirper/README.md 66 samples/entitites-csharp/RideSharing/README.md 78 samples/entitites-csharp/RideSharing/RideSharing/Entities/IRegionEntity.cs 14 samples/entitites-csharp/RideSharing/RideSharing/Entities/IUserEntity.cs 14 samples/entitites-csharp/RideSharing/RideSharing/Entities/RegionEntity.cs 37 samples/entitites-csharp/RideSharing/RideSharing/Entities/UserEntity.cs 84 samples/entitites-csharp/RideSharing/RideSharing/Orchestrations/AdvertiseAvailabilityAndStartSearch.cs 65 samples/entitites-csharp/RideSharing/RideSharing/PublicRest/HttpSurface.cs 95 samples/entitites-csharp/RideSharing/RideSharing/PublicRest/RideInfo.cs 15 samples/entitites-csharp/RideSharing/RideSharing/RideSharing.csproj 23 samples/entitites-csharp/RideSharing/RideSharing/ZipCodes.cs 25 samples/entitites-csharp/RideSharing/RideSharing/host.json 22 samples/entitites-csharp/RideSharing/RideSharing/local.settings.json 7 samples/fsharp/BackupSiteContent.fs 44 samples/fsharp/DurableFSharp.fsproj 31 samples/fsharp/HelloSequence.fs 18 samples/fsharp/HttpStart.fs 25 samples/fsharp/HttpSyncStart.fs 30 samples/fsharp/Monitor.fs 115 samples/fsharp/PhoneVerification.fs 50 samples/fsharp/README.md 49 samples/fsharp/host.json 22 samples/fsharp/local.settings.json 10 samples/functionapp-csharp/ClientFunction.cs 45 samples/functionapp-csharp/DurableClientSampleFunctionApp.csproj 20 samples/functionapp-csharp/Properties/serviceDependencies.json 8 samples/functionapp-csharp/Properties/serviceDependencies.local.json 8 samples/functionapp-csharp/README.md 35 samples/functionapp-csharp/Startup.cs 13 samples/functionapp-csharp/host.json 11 samples/functionapp-csharp/local.settings.json 9 samples/precompiled/BackupSiteContent.cs 67 samples/precompiled/Counter.cs 18 samples/precompiled/HelloSequence.cs 32 samples/precompiled/HttpStart.cs 24 samples/precompiled/HttpSyncStart.cs 43 samples/precompiled/Monitor.cs 152 samples/precompiled/PhoneVerification.cs 73 samples/precompiled/RestartVMs.cs 86 samples/precompiled/SMSReminder.cs 33 samples/precompiled/VSSample.csproj 21 samples/precompiled/host.json 22 samples/precompiled/local.settings.json 13 samples/todolist-aspnetcore/Controllers/TodoController.cs 102 samples/todolist-aspnetcore/Models/TodoContext.cs 12 samples/todolist-aspnetcore/Models/TodoItem.cs 9 samples/todolist-aspnetcore/Program.cs 18 samples/todolist-aspnetcore/README.md 6 samples/todolist-aspnetcore/Startup.cs 50 samples/todolist-aspnetcore/ToDoList.csproj 18 samples/todolist-aspnetcore/appsettings.Development.json 9 samples/todolist-aspnetcore/appsettings.json 12 samples/todolist-aspnetcore/wwwroot/app/scripts/app.js 12 samples/todolist-aspnetcore/wwwroot/app/scripts/todoListCtrl.js 70 samples/todolist-aspnetcore/wwwroot/app/scripts/todoListSvc.js 26 samples/todolist-aspnetcore/wwwroot/app/views/TodoList.html 30 samples/todolist-aspnetcore/wwwroot/index.html 50 src/DurableFunctions.TypedInterfaces/Example/host.json 10 src/DurableFunctions.TypedInterfaces/Example/local.settings.json 7 src/DurableFunctions.TypedInterfaces/README.md 155 src/WebJobs.Extensions.DurableTask.Analyzers/AnalyzerReleases.Shipped.md 27 src/WebJobs.Extensions.DurableTask.Analyzers/AnalyzerReleases.Unshipped.md 1 src/WebJobs.Extensions.DurableTask/Grpc/README.md 15 src/WebJobs.Extensions.DurableTask/Grpc/versions.txt 2 test/CodeGen.SourceGenerator.Test/xunit.runner.json 4 test/Common/xunit.runner.json 6 test/DFPerfScenarios/host.json 27 test/DFPerfScenarios/local.settings.json 7 test/PerfTests/DFPerfTests/host.json 27 test/PerfTests/JavaScript/FanOutFanIn/function.json 25 test/PerfTests/JavaScript/FanOutFanInOrchestration/function.json 9 test/PerfTests/JavaScript/Hello/function.json 9 test/PerfTests/JavaScript/ManyInstances/function.json 25 test/PerfTests/JavaScript/SequentialOrchestration/function.json 9 test/PerfTests/JavaScript/SubOrchestrationFanOutFanIn/function.json 25 test/PerfTests/JavaScript/SubOrchestrationFanOutFanInOrchestrator/function.json 9 test/PerfTests/JavaScript/host.json 11 test/PerfTests/JavaScript/package-lock.json 204 test/PerfTests/JavaScript/package.json 14 test/PerfTests/JavaScript/proxies.json 4 test/PerfTests/Python/FanOutFanIn/function.json 26 test/PerfTests/Python/FanOutFanInOrchestrator/function.json 10 test/PerfTests/Python/Hello/function.json 10 test/PerfTests/Python/ManyInstances/function.json 26 test/PerfTests/Python/SequentialOrchestrator/function.json 10 test/PerfTests/Python/SubOrchestrationFanOutFanIn/function.json 26 test/PerfTests/Python/SubOrchestrationFanOutFanInOrchestrator/function.json 10 test/PerfTests/Python/host.json 11 test/PerfTests/Python/proxies.json 4 test/PerfTests/Python/requirements.txt 5 test/SmokeTests/BackendSmokeTests/MSSQL/host.json 21 test/SmokeTests/BackendSmokeTests/Netherite/host.json 23 test/SmokeTests/OOProcSmokeTests/DotNetIsolated/host.json 20 test/SmokeTests/OOProcSmokeTests/DotNetIsolated/local.settings.json 7 test/SmokeTests/OOProcSmokeTests/durableJS/DurableFunctionsHttpStart/function.json 24 test/SmokeTests/OOProcSmokeTests/durableJS/DurableFunctionsOrchestratorJS/function.json 9 test/SmokeTests/OOProcSmokeTests/durableJS/Hello/function.json 9 test/SmokeTests/OOProcSmokeTests/durableJS/PrintArray/function.json 9 test/SmokeTests/OOProcSmokeTests/durableJS/PrintObject/function.json 9 test/SmokeTests/OOProcSmokeTests/durableJS/host.json 19 test/SmokeTests/OOProcSmokeTests/durableJS/local.settings.json 7 test/SmokeTests/OOProcSmokeTests/durableJS/package-lock.json 244 test/SmokeTests/OOProcSmokeTests/durableJS/package.json 13 test/SmokeTests/OOProcSmokeTests/durableJS/proxies.json 4 test/SmokeTests/OOProcSmokeTests/durableJava/host.json 19 test/SmokeTests/OOProcSmokeTests/durableJava/local.settings.json 7 test/SmokeTests/OOProcSmokeTests/durablePy/DurableFunctionsHttpStart/function.json 25 test/SmokeTests/OOProcSmokeTests/durablePy/DurableFunctionsOrchestrator/function.json 10 test/SmokeTests/OOProcSmokeTests/durablePy/Hello/function.json 10 test/SmokeTests/OOProcSmokeTests/durablePy/Print/function.json 10 test/SmokeTests/OOProcSmokeTests/durablePy/PrintArray/function.json 10 test/SmokeTests/OOProcSmokeTests/durablePy/PrintObject/function.json 10 test/SmokeTests/OOProcSmokeTests/durablePy/host.json 20 test/SmokeTests/OOProcSmokeTests/durablePy/local.settings.json 7 test/SmokeTests/OOProcSmokeTests/durablePy/requirements.txt 5 test/TimeoutTests/CSharp/host.json 23 test/TimeoutTests/CSharp/local.settings.json 7 test/TimeoutTests/Python/ActivityTimeout/function.json 10 test/TimeoutTests/Python/DurableFunctionsHttpStart/function.json 26 test/TimeoutTests/Python/EntityTimeout1/function.json 10 test/TimeoutTests/Python/README.md 7 test/TimeoutTests/Python/SlowActivity/function.json 10 test/TimeoutTests/Python/SlowEntity/function.json 10 test/TimeoutTests/Python/host.json 21 test/TimeoutTests/Python/requirements.txt 5 test/e2e/Apps/BasicDotNetIsolated/host.json 20 test/e2e/Apps/BasicDotNetIsolated/local.settings.json 8 test/e2e/Tests/e2e-tests-readme.md 40 tools/triageHelper/README.md 8 tools/triageHelper/host.json 15 tools/triageHelper/requirements.txt 5