Merge pull request #1 from denniseik/feature/azureml-workspace

removed network rules to allow for dataset creation
This commit is contained in:
Dennis Eikelenboom 2021-09-14 13:09:14 -07:00 committed by GitHub
commit 2fa2a3f754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,10 +27,6 @@ resource "azurerm_storage_account" "default" {
account_tier = "Standard"
account_replication_type = "GRS"
network_rules {
default_action = "Deny"
bypass = ["AzureServices"]
}
}
resource "azurerm_container_registry" "default" {