Compare commits

...

12 Commits

Author SHA1 Message Date
Paul Andrew
62fcb5529d Updating pipeline: Get Key Vault Value 2023-06-08 12:08:52 +01:00
Paul Andrew
103b047d79 Updating linkedService: LaptopFiles 2023-06-08 07:04:29 +01:00
Paul Andrew
920003d3d3 Updating linkedService: LaptopFiles 2023-06-08 06:57:58 +01:00
Paul Andrew
a9edd4cf75 Merge branch 'main' of https://github.com/mrpaulandrewltd/Azure-Data-Integration-Pipeline-Training 2023-06-08 06:47:33 +01:00
Paul Andrew
4e618a88f4 Adding integrationRuntime: AzureVM 2023-06-08 06:40:01 +01:00
Paul Andrew
7a6b43f49d Updating linkedService: LaptopFiles 2023-06-07 21:08:14 +01:00
Paul Andrew
46f8d507ad Updating linkedService: LaptopFiles 2023-06-07 21:03:55 +01:00
Paul Andrew
6f8b6cdea6 Updating linkedService: LaptopFiles 2023-06-07 21:02:46 +01:00
Paul Andrew
5c13b20af0 Updating linkedService: LaptopFiles 2023-06-07 20:54:11 +01:00
Paul Andrew
266848a437
Merge pull request #3 from mrpaulandrewltd/one-day-labs-update
Revised labs
2023-06-07 20:46:03 +01:00
Paul Andrew
820694908f Merge branch 'main' of https://github.com/mrpaulandrewltd/Azure-Data-Integration-Pipeline-Training 2022-10-27 11:23:57 +01:00
Paul Andrew
a10e7dd539 Create .gitignore 2022-09-01 12:45:55 +01:00
3 changed files with 44 additions and 0 deletions

7
.gitignore vendored Normal file
View 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

View File

@ -0,0 +1,6 @@
{
"name": "AzureVM",
"properties": {
"type": "SelfHosted"
}
}

View File

@ -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": {