Skip to content

Commit 35c16ef

Browse files
authored
Adding connectivity related limitations
1 parent 62e6949 commit 35c16ef

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)