Skip to content

Commit

Permalink
Update parameter file
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed May 27, 2024
1 parent fb5c4a4 commit ba0784f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions sc4-dev-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": "sc4-dev-df001"
"value": "${data_factory_name}"
},
"AzureDataExplorer_properties_typeProperties_endpoint": {
"value": "https://sc4-dev-kusto001.germanywestcentral.kusto.windows.net"
"value": "${kusto_cluster_uri}"
},
"AzureDataExplorer_properties_typeProperties_database": {
"value": "@linkedService().databaseName"
},
"AzureDataLakeStorage_properties_typeProperties_url": {
"value": "https://sc4devstg001.dfs.core.windows.net/"
"value": "${datalake_primary_dfs_endpoint}"
},
"AzureKeyVault_properties_typeProperties_baseUrl": {
"value": "https://sc4-dev-vault001.vault.azure.net/"
"value": "${key_vault_uri}"
},
"IptvUpload_properties_IptvMainPipeline_parameters_uploadSourceFolderPath": {
"value": "@triggerBody().folderPath"
Expand All @@ -24,7 +24,7 @@
"value": "@triggerBody().fileName"
},
"IptvUpload_properties_typeProperties_scope": {
"value": "/subscriptions/be25820a-df86-4794-9e95-6a45cd5c0941/resourceGroups/sc4-dev-stg-rg/providers/Microsoft.Storage/storageAccounts/sc4devstg001"
"value": "${datalake_id}"
},
"OttUpload_properties_OttMainPipeline_parameters_uploadSourceFolderPath": {
"value": "@triggerBody().folderPath"
Expand All @@ -33,7 +33,7 @@
"value": "@triggerBody().fileName"
},
"OttUpload_properties_typeProperties_scope": {
"value": "/subscriptions/be25820a-df86-4794-9e95-6a45cd5c0941/resourceGroups/sc4-dev-stg-rg/providers/Microsoft.Storage/storageAccounts/sc4devstg001"
"value": "${datalake_id}"
},
"TestUpload_properties_TestParseBlobTrigger_parameters_uploadSourceFolderPath": {
"value": "@triggerBody().folderPath"
Expand All @@ -42,7 +42,7 @@
"value": "@triggerBody().fileName"
},
"TestUpload_properties_typeProperties_scope": {
"value": "/subscriptions/be25820a-df86-4794-9e95-6a45cd5c0941/resourceGroups/sc4-dev-stg-rg/providers/Microsoft.Storage/storageAccounts/sc4devstg001"
"value": "${datalake_id}"
}
}
}

0 comments on commit ba0784f

Please sign in to comment.