File tree Expand file tree Collapse file tree
quickstart/201-machine-learning-moderately-secure Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ resource "azurerm_private_dns_zone_virtual_network_link" "vnetlinkml" {
9393}
9494
9595resource "azurerm_private_dns_zone" "dnsnotebooks" {
96- name = " privatelink.azureml. notebooks.net"
96+ name = " privatelink.notebooks.azure .net"
9797 resource_group_name = azurerm_resource_group. default . name
9898}
9999
Original file line number Diff line number Diff line change @@ -141,10 +141,7 @@ resource "azurerm_private_endpoint" "mlw_ple" {
141141
142142 private_dns_zone_group {
143143 name = " private-dns-zone-group"
144- private_dns_zone_ids = [
145- azurerm_private_dns_zone . dnsazureml . id ,
146- azurerm_private_dns_zone . dnsnotebooks . id
147- ]
144+ private_dns_zone_ids = [azurerm_private_dns_zone . dnsazureml . id , azurerm_private_dns_zone . dnsnotebooks . id ]
148145 }
149146
150147 private_service_connection {
You can’t perform that action at this time.
0 commit comments