From 24c66a166e2a26cbbe8888725098efbcff4a39d9 Mon Sep 17 00:00:00 2001 From: Nitin Issac Joy Date: Wed, 17 Apr 2019 12:18:11 +0530 Subject: [PATCH] Application Insights request source to be AzureTfsExtensionAzureProject --- .../ArmTemplates/python-functionapp-template-consumption.json | 2 +- .../ArmTemplates/python-functionapp-template-dedicated.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/simple/functionApp/ArmTemplates/python-functionapp-template-consumption.json b/python/simple/functionApp/ArmTemplates/python-functionapp-template-consumption.json index f59421db3..51f4096b5 100644 --- a/python/simple/functionApp/ArmTemplates/python-functionapp-template-consumption.json +++ b/python/simple/functionApp/ArmTemplates/python-functionapp-template-consumption.json @@ -103,7 +103,7 @@ "location": "[parameters('appInsightLocation')]", "properties": { "ApplicationId": "[parameters('functionAppName')]", - "Request_Source": "IbizaWebAppExtensionCreate" + "Request_Source": "AzureTfsExtensionAzureProject" } } ] diff --git a/python/simple/functionApp/ArmTemplates/python-functionapp-template-dedicated.json b/python/simple/functionApp/ArmTemplates/python-functionapp-template-dedicated.json index 385e3a660..7f37fd09a 100644 --- a/python/simple/functionApp/ArmTemplates/python-functionapp-template-dedicated.json +++ b/python/simple/functionApp/ArmTemplates/python-functionapp-template-dedicated.json @@ -101,7 +101,7 @@ "location": "[parameters('appInsightLocation')]", "properties": { "ApplicationId": "[parameters('functionAppName')]", - "Request_Source": "IbizaWebAppExtensionCreate" + "Request_Source": "AzureTfsExtensionAzureProject" } } ]