Skip to content

Commit 6a6b306

Browse files
committed
updating firewall on ACR
1 parent 40a0e27 commit 6a6b306

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • quickstart/201-machine-learning-moderately-secure

quickstart/201-machine-learning-moderately-secure/workspace.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ resource "azurerm_container_registry" "default" {
3939
resource_group_name = azurerm_resource_group.default.name
4040
sku = "Premium"
4141
admin_enabled = true
42+
43+
network_rule_set {
44+
default_action = "Deny"
45+
}
46+
public_network_access_enabled = false
4247
}
4348

4449
# Machine Learning workspace

0 commit comments

Comments
 (0)