![]() |
VOOZH | about |
Requires NuGet 2.5 or higher.
dotnet add package DurableFunctionsMonitor.DotNetBackend --version 6.7.0
NuGet\Install-Package DurableFunctionsMonitor.DotNetBackend -Version 6.7.0
<PackageReference Include="DurableFunctionsMonitor.DotNetBackend" Version="6.7.0" />
<PackageVersion Include="DurableFunctionsMonitor.DotNetBackend" Version="6.7.0" />Directory.Packages.props
<PackageReference Include="DurableFunctionsMonitor.DotNetBackend" />Project file
paket add DurableFunctionsMonitor.DotNetBackend --version 6.7.0
#r "nuget: DurableFunctionsMonitor.DotNetBackend, 6.7.0"
#:package DurableFunctionsMonitor.DotNetBackend@6.7.0
#addin nuget:?package=DurableFunctionsMonitor.DotNetBackend&version=6.7.0Install as a Cake Addin
#tool nuget:?package=DurableFunctionsMonitor.DotNetBackend&version=6.7.0Install as a Cake Tool
A monitoring/debugging UI tool for Azure Durable Functions, now also available as a NuGet package.
This package you can either 👁 Deploy to Azure
or install into your own Azure Functions .Net Core project:
dotnet add package DurableFunctionsMonitor.DotNetBackendAzureWebJobsStorage config setting is set correctly - it should point to a Storage where your Task Hub(s) reside. [assembly: WebJobsStartup(typeof(StartupNs.Startup))]
namespace StartupNs
{
public class Startup : IWebJobsStartup
{
public void Configure(IWebJobsBuilder builder)
{
DfmEndpoint.Setup();
}
}
}
Now DfMon endpoint should become available at your Function's root URL, which is typically https://my-func/api (or https://my-func/my-route-prefix, if you've customized routePrefix setting in your host.json)
NOTE: by default it will overshadow all your existing HTTP-triggered functions. If you don't want that to happen, add DurableFunctionsMonitorRoutePrefix setting to your CSPROJ-file:
This will make DfMon be served from https://my-func/api/my-durable-functions-monitor.
IMPORTANT1: that endpoint still does all the AuthN/AuthZ logic, in the same way as standalone DfMon does. Which means that EasyAuth needs to be configured appropriately for your Function instance, just like for a standalone DfMon instance. If you do want to disable AuthN/AuthZ for that endpoint, either set DFM_NONCE config setting to i_sure_know_what_i_am_doing or call DfmEndpoint.Setup() method like this:
DfmEndpoint.Setup(new DfmSettings { DisableAuthentication = true });
IMPORTANT2: a person who is able to access your DfMon endpoint can potentially also access all HTTP-triggered endpoints in your project. Make sure you configure AuthN/AuthZ properly.
IMPORTANT3: by default the endpoint exposes all Task Hubs in the underlying Storage account. Restrict the list of allowed Task Hubs either via DFM_HUB_NAME config setting (takes a comma-separated list) or via extensions.durableTask.hubName setting in your host.json.
Additional optional properties of DfmSettings class to further configure your DfMon endpoint are as follows:
DfmMode.Normal (default) and DfmMode.ReadOnly are supported.preferred_username claim is used for that, but this setting allows to specify some other custom claim.roles claim is used for that, but this setting allows to specify some other custom claim.Alternatively you can call DfmEndpoint.Setup(); with no parameters and configure your DfMon endpoint with config settings (environment variables). The list of all supported config settings can be found here.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.1 netcoreapp2.1 is compatible. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 6.8.1 | 189,740 | 4/26/2026 |
| 6.8.0 | 276 | 4/26/2026 |
| 6.8.0-beta1 | 187 | 4/17/2026 |
| 6.7.3 | 159,674 | 11/16/2025 |
| 6.7.2 | 8,017 | 11/8/2025 |
| 6.7.1 | 107,395 | 7/24/2025 |
| 6.7.1-beta2 | 594 | 7/21/2025 |
| 6.7.1-beta1 | 455 | 7/20/2025 |
| 6.7.0 | 66,948 | 5/14/2025 |
| 6.7.0-beta1 | 374 | 5/12/2025 |
| 6.6.0 | 147,763 | 12/7/2024 |
| 6.6.0-beta1 | 301 | 12/2/2024 |
| 6.5.2-beta1 | 256 | 11/2/2024 |
| 6.5.0 | 145,232 | 6/30/2024 |
| 6.5.0-beta4 | 380 | 6/29/2024 |
| 6.5.0-beta3 | 357 | 6/28/2024 |
| 6.4.0 | 61,789 | 3/9/2024 |
| 6.4.0-beta4 | 330 | 3/3/2024 |
| 6.4.0-beta3 | 408 | 12/25/2023 |
| 6.4.0-beta2 | 663 | 12/7/2023 |