Skip to content

Commit

Permalink
ARM template and parameters deployed on 9-20-2024 9:44:46, based on t…
Browse files Browse the repository at this point in the history
…he collaboration branch's commit ID: a89c7bb
  • Loading branch information
marvinbuss committed Sep 20, 2024
1 parent 03cc745 commit cc11db8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions tsde-int-df001/ARMTemplateForFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
14 changes: 7 additions & 7 deletions tsde-int-df001/ARMTemplateParametersForFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
}
}
}
4 changes: 2 additions & 2 deletions tsde-int-df001/linkedTemplates/ArmTemplate_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit cc11db8

Please sign in to comment.