Various updates

This commit is contained in:
Paul Andrew
2022-02-28 07:37:47 +00:00
parent 5868d4ed76
commit 3439868f62
40 changed files with 2249 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "SSISIntegrationRuntime",
"properties": {
"type": "Managed",
"typeProperties": {
"computeProperties": {
"location": "UK South",
"nodeSize": "Standard_D2_v3",
"numberOfNodes": 1,
"maxParallelExecutionsPerNode": 2
},
"ssisProperties": {
"catalogInfo": {
"catalogServerEndpoint": "adayfullofadf-sql.database.windows.net",
"catalogAdminUserName": "sql-admin",
"catalogAdminPassword": {
"type": "SecureString",
"value": "**********"
},
"catalogPricingTier": "S1"
},
"edition": "Standard",
"licenseType": "LicenseIncluded"
}
}
}
}