We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa6eefc commit 1f0cf6cCopy full SHA for 1f0cf6c
1 file changed
samples/manage/azure-sql-db-managed-instance/prepare-subnet/prepareSubnet.ps1
@@ -366,6 +366,7 @@ If($isValid -ne $true)
366
{
367
$reply = Read-Host -Prompt "Do you want to make these changes? [y/n]"
368
$applyChanges = $reply -match "[yY]"
369
+ Write-Host
370
}
371
372
If ($applyChanges)
@@ -396,6 +397,7 @@ If($isValid -ne $true)
396
397
398
Write-Host
399
Write-Host "Subnet prepared for the Managed Instance." -ForegroundColor Green
400
+ Write-Host "https://portal.azure.com/#create/Microsoft.SQLManagedInstance"
401
402
Else
403
@@ -408,5 +410,6 @@ Else
408
410
409
411
412
Write-Host "Subnet is already prepared." -ForegroundColor Green
413
414
415
0 commit comments