fit and finish 101

This commit is contained in:
Dennis Eikelenboom
2021-09-20 10:41:09 -07:00
parent 5c6087899a
commit ae58331e4e
7 changed files with 15 additions and 9 deletions

View File

@ -6,7 +6,7 @@ and its associated resources including Azure Key Vault, Azure Storage, Azure App
In addition to these core services, this configuration specifies any networking components that are required to set up Azure Machine Learning
for private network connectivity using [Azure Private Link](https://docs.microsoft.com/en-us/azure/private-link/).
This configuration describes the minimal set of resources you require to get started with Azure Machine Learning in a network-isolated set-up.
This configuration describes the minimal set of resources you require to get started with Azure Machine Learning in a network-isolated set-up. This configuration creates new network components. If you want to reuse existing network components, see [202 example](../201-machine-learning-moderately-secure/readme.md).
## Resources

View File

@ -169,7 +169,7 @@ resource "azurerm_machine_learning_compute_cluster" "image-builder" {
scale_settings {
min_node_count = 0
max_node_count = 1
max_node_count = 3
scale_down_nodes_after_idle_duration = "PT15M" # 15 minutes
}