We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7e592 commit fe313adCopy full SHA for fe313ad
articles/firewall/firewall-sftp.md
@@ -108,22 +108,6 @@ $firewall = New-AzFirewall `
108
-PublicIpAddress $pip `
109
-FirewallPolicyId $policy.id
110
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
127
```
128
129
## Create a storage account and container
0 commit comments