diff --git a/github/node/express/kubernetesCosmosDB/ArmTemplates/aks-applicationInsights.json b/github/node/express/kubernetesCosmosDB/ArmTemplates/aks-applicationInsights.json index e696b2f60..03ffd6fbf 100644 --- a/github/node/express/kubernetesCosmosDB/ArmTemplates/aks-applicationInsights.json +++ b/github/node/express/kubernetesCosmosDB/ArmTemplates/aks-applicationInsights.json @@ -43,15 +43,5 @@ "name": "[parameters('databaseAccountId')]" } } - ], - "outputs": { - "aiKey": { - "value": "[reference(concat('Microsoft.Insights/components/', parameters('applicationInsightsName'))).InstrumentationKey]", - "type": "string" - }, - "azureCosmosDBAccountKeys": { - "value": "[listConnectionStrings(concat('Microsoft.DocumentDb/databaseAccounts/', parameters('databaseAccountId')), '2015-04-08')]", - "type": "object" - } - } + ] }