We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a314cc5 commit a420a37Copy full SHA for a420a37
quickstart/101-machine-learning/workspace.tf
@@ -12,7 +12,7 @@ resource "azurerm_key_vault" "default" {
12
resource_group_name = azurerm_resource_group.default.name
13
tenant_id = data.azurerm_client_config.current.tenant_id
14
sku_name = "premium"
15
- purge_protection_enabled = false
+ purge_protection_enabled = true
16
17
network_acls {
18
default_action = "Deny"
@@ -74,7 +74,7 @@ resource "azurerm_machine_learning_compute_cluster" "compute" {
74
scale_settings {
75
min_node_count = 0
76
max_node_count = 3
77
- scale_down_nodes_after_idle_duration = "PT5M" # 30 seconds
+ scale_down_nodes_after_idle_duration = "PT10M" # 10 minutes
78
}
79
80
0 commit comments