Skip to content

Commit

Permalink
Fix #241 - Add setting to deploy template
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand committed Feb 10, 2022
1 parent fb877a7 commit 454bf50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/portalDeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@
"name": "OIDC__Scope",
"value": "[variables('iamScopeName')]"
},
{
"name": "LoRaRegionRouterConfig__Url",
"value": "https://raw.githubusercontent.com/Azure/iotedge-lorawan-starterkit/dev/Tools/Cli-LoRa-Device-Provisioning/DefaultRouterConfig/"
},
{
"name": "APPINSIGHTS_INSTRUMENTATIONKEY",
"value": "[reference(resourceId(resourceGroup().name,'Microsoft.Insights/components', variables('appInsightName')), '2015-05-01', 'Full').properties.InstrumentationKey]"
Expand Down

0 comments on commit 454bf50

Please sign in to comment.