diff --git a/azure/template.json b/azure/template.json index 83920656b7..dbd7938637 100644 --- a/azure/template.json +++ b/azure/template.json @@ -901,6 +901,10 @@ "name": "Slack:WebhookUrl", "value": "[parameters('SlackWebhook')]" }, + { + "name": "ApplicationInsights:InstrumentationKey", + "value": "[reference(variables('ProviderRecruitAppServiceName')).outputs.InstrumentationKey.value]" + }, { "name": "Slack:FindAnApprenticeshipDetailPrefixUrl", "value": "[parameters('FindAnApprenticeshipDetailPrefixUrl')]"