From cc11db814a4acacd58a1b678a5acf96ba6cf2755 Mon Sep 17 00:00:00 2001 From: Marvin Buss <34542414+marvinbuss@users.noreply.github.com> Date: Fri, 20 Sep 2024 09:44:52 +0200 Subject: [PATCH] ARM template and parameters deployed on 9-20-2024 9:44:46, based on the collaboration branch's commit ID: a89c7bb1ce7fc38f4b585c1b4b624af4adcde00e --- tsde-int-df001/ARMTemplateForFactory.json | 4 ++-- .../ARMTemplateParametersForFactory.json | 14 +++++++------- tsde-int-df001/linkedTemplates/ArmTemplate_0.json | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tsde-int-df001/ARMTemplateForFactory.json b/tsde-int-df001/ARMTemplateForFactory.json index 749aa7a..2317880 100644 --- a/tsde-int-df001/ARMTemplateForFactory.json +++ b/tsde-int-df001/ARMTemplateForFactory.json @@ -850,7 +850,7 @@ "userProperties": [], "typeProperties": { "command": { - "value": "@concat('.set-or-append async ', pipeline().parameters.iptvHappinessTable,' <| IptvGetAvgHappinessScore(', pipeline().parameters.timestamp, ')')", + "value": "@concat('.set-or-append async ', pipeline().parameters.iptvHappinessTable,' <| IptvGetAvgHappinessScore(\"', pipeline().parameters.timestamp, '\")')", "type": "Expression" }, "commandTimeout": "00:20:00" @@ -1009,7 +1009,7 @@ "userProperties": [], "typeProperties": { "command": { - "value": "@concat('.set-or-append async ', pipeline().parameters.ottHappinessTable,' <| OttGetAvgHappinessScore(', pipeline().parameters.timestamp, ')')", + "value": "@concat('.set-or-append async ', pipeline().parameters.ottHappinessTable,' <| OttGetAvgHappinessScore(\"', pipeline().parameters.timestamp, '\")')", "type": "Expression" }, "commandTimeout": "00:20:00" diff --git a/tsde-int-df001/ARMTemplateParametersForFactory.json b/tsde-int-df001/ARMTemplateParametersForFactory.json index 0108291..03d6d70 100644 --- a/tsde-int-df001/ARMTemplateParametersForFactory.json +++ b/tsde-int-df001/ARMTemplateParametersForFactory.json @@ -3,19 +3,19 @@ "contentVersion": "1.0.0.0", "parameters": { "factoryName": { - "value": "${data_factory_name}" + "value": "tsde-int-df001" }, "AzureDataExplorer_properties_typeProperties_endpoint": { - "value": "${kusto_cluster_uri}" + "value": "https://tsde-int-kusto001.germanywestcentral.kusto.windows.net" }, "AzureDataExplorer_properties_typeProperties_database": { "value": "@linkedService().databaseName" }, "AzureDataLakeStorage_properties_typeProperties_url": { - "value": "${datalake_primary_dfs_endpoint}" + "value": "https://tsdeintstg001.dfs.core.windows.net/" }, "AzureKeyVault_properties_typeProperties_baseUrl": { - "value": "${key_vault_uri}" + "value": "https://tsde-int-vault001.vault.azure.net/" }, "IptvUpload_properties_IptvMainPipeline_parameters_uploadSourceFolderPath": { "value": "@triggerBody().folderPath" @@ -24,7 +24,7 @@ "value": "@triggerBody().fileName" }, "IptvUpload_properties_typeProperties_scope": { - "value": "${datalake_id}" + "value": "/subscriptions/1fdab118-1638-419a-8b12-06c9543714a0/resourceGroups/tsde-int-stg-rg/providers/Microsoft.Storage/storageAccounts/tsdeintstg001" }, "Kusto_properties_pipeline_parameters_timestamp": { "value": "@trigger().outputs.windowEndTime" @@ -36,7 +36,7 @@ "value": "@triggerBody().fileName" }, "OttUpload_properties_typeProperties_scope": { - "value": "${datalake_id}" + "value": "/subscriptions/1fdab118-1638-419a-8b12-06c9543714a0/resourceGroups/tsde-int-stg-rg/providers/Microsoft.Storage/storageAccounts/tsdeintstg001" }, "TestUpload_properties_TestParseBlobTrigger_parameters_uploadSourceFolderPath": { "value": "@triggerBody().folderPath" @@ -45,7 +45,7 @@ "value": "@triggerBody().fileName" }, "TestUpload_properties_typeProperties_scope": { - "value": "${datalake_id}" + "value": "/subscriptions/1fdab118-1638-419a-8b12-06c9543714a0/resourceGroups/tsde-int-stg-rg/providers/Microsoft.Storage/storageAccounts/tsdeintstg001" } } } \ No newline at end of file diff --git a/tsde-int-df001/linkedTemplates/ArmTemplate_0.json b/tsde-int-df001/linkedTemplates/ArmTemplate_0.json index d24197d..ec89d88 100644 --- a/tsde-int-df001/linkedTemplates/ArmTemplate_0.json +++ b/tsde-int-df001/linkedTemplates/ArmTemplate_0.json @@ -261,7 +261,7 @@ "userProperties": [], "typeProperties": { "command": { - "value": "@concat('.set-or-append async ', pipeline().parameters.iptvHappinessTable,' <| IptvGetAvgHappinessScore(', pipeline().parameters.timestamp, ')')", + "value": "@concat('.set-or-append async ', pipeline().parameters.iptvHappinessTable,' <| IptvGetAvgHappinessScore(\"', pipeline().parameters.timestamp, '\")')", "type": "Expression" }, "commandTimeout": "00:20:00" @@ -321,7 +321,7 @@ "userProperties": [], "typeProperties": { "command": { - "value": "@concat('.set-or-append async ', pipeline().parameters.ottHappinessTable,' <| OttGetAvgHappinessScore(', pipeline().parameters.timestamp, ')')", + "value": "@concat('.set-or-append async ', pipeline().parameters.ottHappinessTable,' <| OttGetAvgHappinessScore(\"', pipeline().parameters.timestamp, '\")')", "type": "Expression" }, "commandTimeout": "00:20:00"