Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b71c7b5

Browse files
fix
1 parent 23ce7be commit b71c7b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎samples/manage/azure-sql-db-managed-instance/attach-vpn-gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $parameters = @{
5353
certificateNamePrefix = '<certificateNamePrefix>'
5454
}
5555
56-
Invoke-Command -ScriptBlock ([Scriptblock]::Create((iwr ($scriptUrlBase+'/attachVPNGateway.ps1?t='+ [DateTime]::Now.Ticks)).Content)) -ArgumentList $parameters $scriptUrlBase
56+
Invoke-Command -ScriptBlock ([Scriptblock]::Create((iwr ($scriptUrlBase+'/attachVPNGateway.ps1?t='+ [DateTime]::Now.Ticks)).Content)) -ArgumentList $parameters, $scriptUrlBase
5757
5858
```
5959

‎samples/manage/azure-sql-db-managed-instance/attach-vpn-gateway/attachVPNGateway.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ Write-Host
172172
Write-Host "Starting deployment..."
173173

174174
$templateParameters = @{
175+
location = $virtualNetwork.Location
175176
virtualNetworkName = $virtualNetworkName
176177
gatewaySubnetPrefix = $gatewaySubnetPrefix
177178
vpnClientAddressPoolPrefix = $vpnClientAddressPoolPrefix

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /