Skip to content

Commit 92da326

Browse files
authored
Merge pull request #126206 from SriramReddyPeddabavi/patch-4
CSS-Networking: Azure Firewall SFTP (doesn't need route table)
2 parents 6c1bca2 + fe313ad commit 92da326

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

articles/firewall/firewall-sftp.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -108,22 +108,6 @@ $firewall = New-AzFirewall `
108108
-PublicIpAddress $pip `
109109
-FirewallPolicyId $policy.id
110110
111-
# Create the route table
112-
$routeTableDG = New-AzRouteTable `
113-
-Name Firewall-rt-table `
114-
-ResourceGroupName "$rg" `
115-
-location $location `
116-
-DisableBgpRoutePropagation
117-
118-
# Add the default route
119-
Add-AzRouteConfig `
120-
-Name "DG-Route" `
121-
-RouteTable $routeTableDG `
122-
-AddressPrefix 0.0.0.0/0 `
123-
-NextHopType "VirtualAppliance" `
124-
-NextHopIpAddress $pip.ipaddress `
125-
| Set-AzRouteTable
126-
127111
```
128112

129113
## Create a storage account and container

0 commit comments

Comments
 (0)