зеркало из
1
0
Форкнуть 0
This commit is contained in:
Marvin Buss 2020-09-10 18:53:27 +02:00
Родитель 230351daf9
Коммит 135dc7a785
3 изменённых файлов: 51 добавлений и 3 удалений

Просмотреть файл

@ -1,8 +1,9 @@
# Notes on Service Principal
**Access required:**
* Access to resource group
* Access to resource group - Contributor
* Access to global DNS - Private DNS Zone Contributor
* Access to vnet - Network Contributor
# Contributing

Просмотреть файл

@ -126,6 +126,53 @@
}
}
]
},
{
"type": "Microsoft.Synapse/workspaces/bigDataPools",
"apiVersion": "2019-06-01-preview",
"name": "[concat(variables('synapseWorkspaceName'), '/defaultSqlPool')]",
"location": "[variables('location')]",
"properties": {
"autoPause": {
"enabled": true,
"delayInMinutes": 15
},
"autoScale": {
"enabled": true,
"minNodeCount": 1,
"maxNodeCount": 4
},
"defaultSparkLogFolder": "logs/",
"libraryRequirements": {
"content": "",
"filename": "requirements.txt"
},
"nodeCount": 4,
"nodeSize": "Medium",
"nodeSizeFamily": "MemoryOptimized",
"provisioningState": "Succeeded",
"sparkEventsFolder": "events/",
"sparkVersion": "2.4"
}
},
{
"type": "Microsoft.Synapse/workspaces/sqlPools",
"apiVersion": "2019-06-01-preview",
"name": "[concat(variables('synapseWorkspaceName'), '/defaultSqlPool')]",
"sku": {
"name": "DW100c"
},
"properties": {
"collation": "SQL_Latin1_General_CP1_CI_AS",
"createMode": "Default",
"maxSizeBytes": 263882790666240,
"provisioningState": "Succeeded",
// "recoverableDatabaseId": "",
// "restorePointInTime": "",
// "sourceDatabaseId": "",
// "creationDate": "",
"status": "Online"
}
}
]
}

Просмотреть файл

@ -6,7 +6,7 @@
"value": "northeurope"
},
"synapseWorkspaceName": {
"value": "dn001-dd001-synapse001"
"value": "dn001dd001synapse001"
},
"storageContainerId": {
"value": "/subscriptions/2f68ca09-59d9-4ab5-ad11-c54872bfa28d/resourceGroups/dn001-storage/providers/Microsoft.Storage/storageAccounts/dn001workspacesa/blobServices/default/containers/datadomain001"