File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
quickstart/201-machine-learning-moderately-secure Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ resource "azurerm_private_dns_zone_virtual_network_link" "vnetlinkblob" {
5555 virtual_network_id = azurerm_virtual_network. default . id
5656}
5757
58-
5958resource "azurerm_private_dns_zone" "dnsstoragefile" {
6059 name = " privatelink.file.core.windows.net"
6160 resource_group_name = azurerm_resource_group. default . name
@@ -155,7 +154,7 @@ resource "azurerm_subnet_network_security_group_association" "nsg-aks-link" {
155154
156155# User Defined Routes
157156
158- # UDR for Compute instance and compute clusters
157+ # UDR for Compute instance and compute clusters
159158resource "azurerm_route_table" "rt-training" {
160159 name = " rt-training"
161160 location = azurerm_resource_group. default . location
@@ -190,8 +189,8 @@ resource "azurerm_subnet_route_table_association" "rt-training-link" {
190189 subnet_id = azurerm_subnet. snet-training . id
191190 route_table_id = azurerm_route_table. rt-training . id
192191}
193- # Inferencing (AKS) Route
194192
193+ # Inferencing (AKS) Route
195194resource "azurerm_route_table" "rt-aks" {
196195 name = " rt-aks"
197196 location = azurerm_resource_group. default . location
@@ -209,4 +208,4 @@ resource "azurerm_route" "aks-Internet-Route" {
209208resource "azurerm_subnet_route_table_association" "rt-aks-link" {
210209 subnet_id = azurerm_subnet. snet-aks . id
211210 route_table_id = azurerm_route_table. rt-aks . id
212- }
211+ }
You can’t perform that action at this time.
0 commit comments