Skip to content

Commit 2ba2169

Browse files
authored
Update README.md
1 parent beb064d commit 2ba2169

File tree

1 file changed

+12
-0
lines changed
  • custom-backends/dotnetIsolated-mssql

1 file changed

+12
-0
lines changed

custom-backends/dotnetIsolated-mssql/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,15 @@ func start
2929
```
3030

3131
* Navigate to http://localhost:7072/durable-functions-monitor
32+
33+
34+
## How to deploy to Azure
35+
36+
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](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.
43+

0 commit comments

Comments
 (0)