Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
set SignalR transport (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmc-msft authored Feb 10, 2021
1 parent 7e81e34 commit af44789
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/deployment/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@
"name": "AzureSignalRConnectionString",
"value": "[listkeys(resourceId('Microsoft.SignalRService/SignalR', variables('signalr-name')), '2018-10-01').primaryConnectionString]"
},
{
"name": "AzureSignalRServiceTransportType",
"value": "Transient"
},
{
"name": "ONEFUZZ_INSTANCE_NAME",
"value": "[parameters('name')]"
Expand Down

0 comments on commit af44789

Please sign in to comment.