You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: custom-backends/dotnetIsolated-mssql/README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,3 +29,15 @@ func start
29
29
```
30
30
31
31
* Navigate to http://localhost:7072/durable-functions-monitor
32
+
33
+
34
+
## How to deploy to Azure
35
+
36
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2FDurableFunctionsMonitor%2Fmain%2Fcustom-backends%2FdotnetIsolated-mssql%2Farm-template.json)
37
+
38
+
This button will deploy a new DfMon instance into your Azure Subscription from [this NuGet package](https://www.nuget.org/packages/DurableFunctionsMonitor.DotNetIsolated.MsSql/). You will need to have an AAD app created and specify its Client Id as one of the template parameters.
39
+
40
+
See instructions on [how to configure authentication/authorization here](How-to-configure-authentication).
41
+
42
+
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.
0 commit comments