We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f13164 commit 00396b8Copy full SHA for 00396b8
1 file changed
quickstart/202-machine-learning-moderately-secure-existing-VNet/workspace.tf
@@ -173,7 +173,7 @@ resource "azurerm_machine_learning_compute_cluster" "image-builder" {
173
scale_settings {
174
min_node_count = 0
175
max_node_count = 1
176
- scale_down_nodes_after_idle_duration = "PT30S" # 30 seconds
+ scale_down_nodes_after_idle_duration = "PT15M" # 15 minutes
177
}
178
179
identity {
0 commit comments