Skip to content

Commit

Permalink
Create listkeys-appinsights.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanpaulsmit authored Oct 2, 2017
1 parent 60c212f commit d88a15e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions listkeys-appinsights.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
},
"variables": {
"AppInsightsInstanceName":"didago-appinsights",
},
"resources": [ ],
"outputs": {
"Output1": {
"value": "[reference(resourceId('Microsoft.Insights/components', variables('AppInsightsInstanceName')), '2014-04-01').InstrumentationKey]",
"type": "string"
}
}

0 comments on commit d88a15e

Please sign in to comment.