update firewallrules
This commit is contained in:
Родитель
c76f638ad3
Коммит
d466c9420f
|
@ -97,6 +97,18 @@
|
|||
"connectivityEndpoints": {}
|
||||
},
|
||||
"resources": [
|
||||
{
|
||||
"type": "firewallRules",
|
||||
"apiVersion": "2019-06-01-preview",
|
||||
"name": "firewallRules",
|
||||
"dependsOn": [
|
||||
"[concat('Microsoft.Synapse/workspaces/', variables('synapseWorkspaceName'))]"
|
||||
],
|
||||
"properties": {
|
||||
"startIpAddress": "0.0.0.0",
|
||||
"endIpAddress": "255.255.255.255"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "managedIdentitySqlControlSettings",
|
||||
"apiVersion": "2019-06-01-preview",
|
||||
|
@ -126,62 +138,62 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Microsoft.Synapse/workspaces/bigDataPools",
|
||||
"apiVersion": "2019-06-01-preview",
|
||||
"name": "[concat(variables('synapseWorkspaceName'), '/defaultSqlPool')]",
|
||||
"dependsOn": [
|
||||
"[concat('Microsoft.Synapse/workspaces/', variables('synapseWorkspaceName'))]"
|
||||
],
|
||||
"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')]",
|
||||
"dependsOn": [
|
||||
"[concat('Microsoft.Synapse/workspaces/', variables('synapseWorkspaceName'))]"
|
||||
],
|
||||
"location": "[variables('location')]",
|
||||
"sku": {
|
||||
"name": "DW100c"
|
||||
},
|
||||
"properties": {
|
||||
"collation": "SQL_Latin1_General_CP1_CI_AS",
|
||||
"createMode": "Default",
|
||||
"maxSizeBytes": 263882790666240,
|
||||
"provisioningState": "Succeeded",
|
||||
// "recoverableDatabaseId": "",
|
||||
// "restorePointInTime": "",
|
||||
// "sourceDatabaseId": "",
|
||||
// "creationDate": "",
|
||||
"status": "Online"
|
||||
}
|
||||
}
|
||||
// {
|
||||
// "type": "Microsoft.Synapse/workspaces/bigDataPools",
|
||||
// "apiVersion": "2019-06-01-preview",
|
||||
// "name": "[concat(variables('synapseWorkspaceName'), '/defaultSqlPool')]",
|
||||
// "dependsOn": [
|
||||
// "[concat('Microsoft.Synapse/workspaces/', variables('synapseWorkspaceName'))]"
|
||||
// ],
|
||||
// "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')]",
|
||||
// "dependsOn": [
|
||||
// "[concat('Microsoft.Synapse/workspaces/', variables('synapseWorkspaceName'))]"
|
||||
// ],
|
||||
// "location": "[variables('location')]",
|
||||
// "sku": {
|
||||
// "name": "DW100c"
|
||||
// },
|
||||
// "properties": {
|
||||
// "collation": "SQL_Latin1_General_CP1_CI_AS",
|
||||
// "createMode": "Default",
|
||||
// "maxSizeBytes": 263882790666240,
|
||||
// "provisioningState": "Succeeded",
|
||||
// // "recoverableDatabaseId": "",
|
||||
// // "restorePointInTime": "",
|
||||
// // "sourceDatabaseId": "",
|
||||
// // "creationDate": "",
|
||||
// "status": "Online"
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// "type": "Microsoft.Synapse/workspaces/integrationRuntimes",
|
||||
// "apiVersion": "2019-06-01-preview",
|
||||
// "name": "[concat(variables('synapseWorkspaceName'), '/defaultIntegrationRuntime')]",
|
||||
|
|
Загрузка…
Ссылка в новой задаче