Skip to content

Commit ad99aa4

Browse files
authored
Merge pull request #111870 from shkale-msft/patch-1
Adding connectivity related limitations
2 parents 209feb1 + 35c16ef commit ad99aa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/sql-database/sql-database-import.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ az sql db import --resource-group "<resourceGroup>" --server "<server>" --name "
138138
139139
## Limitations
140140

141-
Importing to a database in elastic pool isn't supported. You can import data into a single database and then move the database to an elastic pool.
141+
- Importing to a database in elastic pool isn't supported. You can import data into a single database and then move the database to an elastic pool.
142+
- Import Export Service does not work when Allow access to Azure services is set to OFF. However you can work around the problem by manually running sqlpackage.exe from an Azure VM or performing the export directly in your code by using the DACFx API.
142143

143144
## Import using wizards
144145

0 commit comments

Comments
 (0)