Skip to content

Commit 5a3000c

Browse files
authored
Merge pull request #82796 from vasundhraManhas/patch-2
Update howto-sql-server-to-azure-sql-powershell.md
2 parents 175f6b2 + 91e8fc2 commit 5a3000c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/dms/howto-sql-server-to-azure-sql-powershell.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ $sourceConnInfo = New-AzDmsConnInfo -ServerType SQL `
105105
-TrustServerCertificate:$true
106106
```
107107

108+
> [!NOTE]
109+
> If the migration ends with an error when providing source DataSource as public IP address or the DNS of SQL Server, then use the name of the Azure VM running the SQL Server.
110+
108111
The next example shows creation of Connection Info for a server called SQLAzureTarget using sql authentication:
109112

110113
```powershell

0 commit comments

Comments
 (0)