Compare commits
12 Commits
one-day-la
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
62fcb5529d | ||
|
|
103b047d79 | ||
|
|
920003d3d3 | ||
|
|
a9edd4cf75 | ||
|
|
4e618a88f4 | ||
|
|
7a6b43f49d | ||
|
|
46f8d507ad | ||
|
|
6f8b6cdea6 | ||
|
|
5c13b20af0 | ||
|
|
266848a437 | ||
|
|
820694908f | ||
|
|
a10e7dd539 |
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
Code/.vs/TrainingCode/v16/.suo
|
||||||
|
Code/MetadataDB/trainingdb01.dbmdl
|
||||||
|
Code/MetadataDB/trainingdb01.jfm
|
||||||
|
*.dbmdl
|
||||||
|
*.jfm
|
||||||
|
Code/.vs/TrainingCode/v16/.suo
|
||||||
6
Code/DataFactory/integrationRuntime/AzureVM.json
Normal file
6
Code/DataFactory/integrationRuntime/AzureVM.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"name": "AzureVM",
|
||||||
|
"properties": {
|
||||||
|
"type": "SelfHosted"
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -85,6 +85,37 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Get Secret List",
|
||||||
|
"type": "WebActivity",
|
||||||
|
"dependsOn": [
|
||||||
|
{
|
||||||
|
"activity": "Set Key URL",
|
||||||
|
"dependencyConditions": [
|
||||||
|
"Succeeded"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"policy": {
|
||||||
|
"timeout": "7.00:00:00",
|
||||||
|
"retry": 0,
|
||||||
|
"retryIntervalInSeconds": 30,
|
||||||
|
"secureOutput": false,
|
||||||
|
"secureInput": false
|
||||||
|
},
|
||||||
|
"userProperties": [],
|
||||||
|
"typeProperties": {
|
||||||
|
"url": {
|
||||||
|
"value": "@concat('https://',\npipeline().globalParameters.KeyVaultName,\n'.vault.azure.net/secrets?api-version=7.4')",
|
||||||
|
"type": "Expression"
|
||||||
|
},
|
||||||
|
"method": "GET",
|
||||||
|
"authentication": {
|
||||||
|
"type": "MSI",
|
||||||
|
"resource": "https://vault.azure.net"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"parameters": {
|
"parameters": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user