Skip to content

Commit

Permalink
Template and parameters deployed on 3-19-2024 20:51:49, based on the …
Browse files Browse the repository at this point in the history
…collaboration branch's commit ID: 2d4c6a2
  • Loading branch information
tobiasny committed Mar 19, 2024
1 parent 62d56ab commit 673c4ed
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions s037-cost-management/TemplateForWorkspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -43001,7 +43001,7 @@
"spark.dynamicAllocation.enabled": "true",
"spark.dynamicAllocation.minExecutors": "1",
"spark.dynamicAllocation.maxExecutors": "5",
"spark.autotune.trackingId": "07396d0d-f68f-400f-8f7e-006fa066d127"
"spark.autotune.trackingId": "35f4f02c-c04e-4d4d-8453-70eb8136986b"
}
},
"metadata": {
Expand Down Expand Up @@ -43267,7 +43267,7 @@
" is_sql_db = (F.col('ResourceId').like('%Microsoft.Sql/servers%')) & (F.col('MeterCategory').like('SQL%'))\r\n",
" is_sql_mi = (F.col('ResourceId').like('%Microsoft.Sql/managedInstances%')) & (F.col('MeterCategory').like('SQL%'))\r\n",
" is_sql_vm = (F.col('MeterCategory') == 'Virtual Machines Licenses') & (F.col('MeterSubCategory').like('SQL Server%'))\r\n",
" is_sql_arc = (F.col('ResourceId').like('Microsoft.AzureArcData/sqlServerInstances')) & (F.col('ai_AHB').isNotNull())\r\n",
" is_sql_arc = (F.col('ResourceId').like('%Microsoft.AzureArcData/sqlServerInstances%'))\r\n",
" is_sql_adf = (F.col('MeterCategory') == 'Azure Data Factory v2') & (F.col('MeterSubCategory').like('SSIS%'))\r\n",
"\r\n",
" is_sql_cost = is_sql_db | is_sql_mi | is_sql_vm | is_sql_arc | is_sql_adf\r\n",
Expand Down Expand Up @@ -44360,7 +44360,7 @@
"spark.dynamicAllocation.enabled": "true",
"spark.dynamicAllocation.minExecutors": "1",
"spark.dynamicAllocation.maxExecutors": "4",
"spark.autotune.trackingId": "3ee2a5d6-bdcd-4b53-9baf-b6a9d86d3e96"
"spark.autotune.trackingId": "cc0ce57c-c977-4b82-90e2-80ddb0824416"
}
},
"metadata": {
Expand All @@ -44385,7 +44385,8 @@
"sparkVersion": "3.3",
"nodeCount": 3,
"cores": 16,
"memory": 112
"memory": 112,
"automaticScaleJobs": true
},
"sessionKeepAliveTimeout": 30
},
Expand Down

0 comments on commit 673c4ed

Please sign in to comment.