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

Commit

Permalink
Removed output from the template (#283)
Browse files Browse the repository at this point in the history
Co-authored-by: Anand Upadhyay <anupadh@microsoft.com>
  • Loading branch information
upadhyayap and Anand Upadhyay authored Dec 4, 2020
1 parent e0ec314 commit 783642a
Showing 1 changed file with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]
}

0 comments on commit 783642a

Please sign in to comment.