Add application-insights debug cli (#281)

This commit is contained in:
bmc-msft
2020-11-11 06:17:43 -05:00
committed by GitHub
parent daba3232bc
commit e638908aac
6 changed files with 109 additions and 1 deletions

View File

@ -161,6 +161,10 @@
"name": "APPINSIGHTS_INSTRUMENTATIONKEY",
"value": "[reference(resourceId('microsoft.insights/components/', parameters('name')), '2015-05-01').InstrumentationKey]"
},
{
"name": "APPINSIGHTS_APPID",
"value": "[reference(resourceId('microsoft.insights/components/', parameters('name')), '2015-05-01').AppId]"
},
{
"name": "ONEFUZZ_TELEMETRY",
"value": "[variables('telemetry')]"