mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
|
|
"contentVersion": "1.0.0.0",
|
|
"parameters": {
|
|
"sparkPoolName": {
|
|
"value": "jovanpopspark"
|
|
},
|
|
"workspaceName": {
|
|
"value": "jovanpopws1"
|
|
},
|
|
"location": {
|
|
"value": "westeurope"
|
|
},
|
|
"sparkPoolTags": {
|
|
"value": {
|
|
"Owner": "jovanpop"
|
|
}
|
|
},
|
|
"sparkAutoScaleEnabled": {
|
|
"value": true
|
|
},
|
|
"sparkMinNodeCount": {
|
|
"value": 3
|
|
},
|
|
"sparkMaxNodeCount": {
|
|
"value": 3
|
|
},
|
|
"sparkNodeCount": {
|
|
"value": 0
|
|
},
|
|
"sparkNodeSizeFamily": {
|
|
"value": "MemoryOptimized"
|
|
},
|
|
"sparkNodeSize": {
|
|
"value": "Small"
|
|
},
|
|
"sparkAutoPauseEnabled": {
|
|
"value": true
|
|
},
|
|
"sparkAutoPauseDelayInMinutes": {
|
|
"value": 15
|
|
},
|
|
"sparkVersion": {
|
|
"value": "2.4"
|
|
},
|
|
"packagesRequirementsFileName": {
|
|
"value": ""
|
|
},
|
|
"packagesRequirementsContent": {
|
|
"value": ""
|
|
}
|
|
}
|
|
} |