Skip to content

Commit 1f0cf6c

Browse files
add: SQL MI creation link
1 parent aa6eefc commit 1f0cf6c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

samples/manage/azure-sql-db-managed-instance/prepare-subnet/prepareSubnet.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ If($isValid -ne $true)
366366
{
367367
$reply = Read-Host -Prompt "Do you want to make these changes? [y/n]"
368368
$applyChanges = $reply -match "[yY]"
369+
Write-Host
369370
}
370371

371372
If ($applyChanges)
@@ -396,6 +397,7 @@ If($isValid -ne $true)
396397

397398
Write-Host
398399
Write-Host "Subnet prepared for the Managed Instance." -ForegroundColor Green
400+
Write-Host "https://portal.azure.com/#create/Microsoft.SQLManagedInstance"
399401
}
400402
Else
401403
{
@@ -408,5 +410,6 @@ Else
408410
{
409411
Write-Host
410412
Write-Host "Subnet is already prepared." -ForegroundColor Green
413+
Write-Host "https://portal.azure.com/#create/Microsoft.SQLManagedInstance"
411414
}
412415

0 commit comments

Comments
 (0)