DurableFunctionsMonitor/durablefunctionsmonitor.dot...
Konstantin Lepeshenkov 1aea75c270 version 6.5.2-beta1 2024-11-02 18:32:11 +01:00
..
.vscode #161, fixing server-directed auth for Isolated with ASP.Net Core Integration (#190) 2024-06-26 23:13:41 +02:00
DfmStatics Fixed NRE on the Details page caused by the recently added BatchOpsDialog (#203) 2024-06-29 17:41:07 +02:00
.gitignore Ported backend to .NET 7 Isolated (#125) 2023-08-05 18:54:46 +02:00
HttpRoot.cs fixed api path for isolated 2024-02-24 14:49:22 +01:00
LICENSE.txt Ported backend to .NET 7 Isolated (#125) 2023-08-05 18:54:46 +02:00
Program.cs made DurableFunctionsMonitor.DotNetIsolated hostable at any path, including root 2024-01-07 16:13:02 +01:00
README.md Update README.md 2024-03-10 12:28:24 +01:00
arm-template.json Update arm-template.json 2024-03-10 12:26:43 +01:00
durablefunctionsmonitor.dotnetisolated.csproj version 6.5.2-beta1 2024-11-02 18:32:11 +01:00
durablefunctionsmonitor.dotnetisolated.targets Ported backend to .NET 7 Isolated (#125) 2023-08-05 18:54:46 +02:00
host.json #124 2023-12-24 17:16:11 +01:00
nuspec.nuspec version 6.5.2-beta1 2024-11-02 18:32:11 +01:00

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).