DurableFunctionsMonitor/durablefunctionsmonitor.dot...
..
.vscode
DfmStatics
.gitignore
HttpRoot.cs
LICENSE.txt
Program.cs
README.md
arm-template.json
durablefunctionsmonitor.dotnetisolated.csproj
durablefunctionsmonitor.dotnetisolated.targets
host.json
nuspec.nuspec

README.md

DurableFunctionsMonitor.DotNetIsolated

"Standalone" .NET 7 Isolated version of DurableFunctionsMonitor backend.

How to deploy to Azure

Deploy to Azure

This button will deploy a new DfMon instance into your Azure Subscription from this NuGet package. You will need to have an AAD app created and specify its Client Id as one of the template parameters.

See instructions on how to configure authentication/authorization here.

NOTE: the instance will be deployed to the selected Resource Group's location. The default Region parameter in Azure Portal's Deploy from a custom template wizard has no effect here. It only defines where the deployment metadata will be stored, so feel free to leave it to default.

Limitations

  • Multiple Storage connection strings are not supported, only the default one (AzureWebJobsStorage).