Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit 783642a

Browse files
upadhyayapAnand Upadhyay
andauthored
Removed output from the template (#283)
Co-authored-by: Anand Upadhyay <[email protected]>
1 parent e0ec314 commit 783642a

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

github/node/express/kubernetesCosmosDB/ArmTemplates/aks-applicationInsights.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,5 @@
4343
"name": "[parameters('databaseAccountId')]"
4444
}
4545
}
46-
],
47-
"outputs": {
48-
"aiKey": {
49-
"value": "[reference(concat('Microsoft.Insights/components/', parameters('applicationInsightsName'))).InstrumentationKey]",
50-
"type": "string"
51-
},
52-
"azureCosmosDBAccountKeys": {
53-
"value": "[listConnectionStrings(concat('Microsoft.DocumentDb/databaseAccounts/', parameters('databaseAccountId')), '2015-04-08')]",
54-
"type": "object"
55-
}
56-
}
46+
]
5747
}

0 commit comments

Comments
 (0)