Skip to content

Commit 71e22e1

Browse files
authored
Include public network access arg
1 parent 8d25835 commit 71e22e1

File tree

1 file changed

+4
-2
lines changed
  • quickstart/202-machine-learning-moderately-secure-existing-VNet

1 file changed

+4
-2
lines changed

quickstart/202-machine-learning-moderately-secure-existing-VNet/workspace.tf

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ resource "azurerm_machine_learning_workspace" "default" {
5959
identity {
6060
type = "SystemAssigned"
6161
}
62-
62+
63+
# Args of use when using an Azure Private Link configuration
64+
public_network_access_enabled = false
6365
image_build_compute_name = var.image_build_compute_name
6466
}
6567

@@ -181,4 +183,4 @@ resource "azurerm_machine_learning_compute_cluster" "image-builder" {
181183
identity {
182184
type = "SystemAssigned"
183185
}
184-
}
186+
}

0 commit comments

Comments
 (0)