Hello Ivan Panshin,
Welcome to Microsoft Q&A, As far I know no , the Import/Export service runs on Microsoft-managed infra that isn’t part of your VNet, so it can’t access a Storage Account locked to “Selected networks.” Even if you allow your client IP, enable “Allow trusted Microsoft services,” and add Microsoft.Sql to the permitted list, it still fails.
But there’s a workaround: Private Link support is now available (in preview). With this, you can securely connect the Import/Export service to your Storage Account using a service-managed private endpoint, even when network access is restricted. You’ll need to configure it via Azure Portal, PowerShell, or REST API, and make sure the SQL server allows the connection.
Reference:
- https://learn.microsoft.com/en-us/azure/azure-sql/database/database-export?view=azuresql
- https://learn.microsoft.com/en-us/azure/azure-sql/database/database-import-export-private-link?view=azuresql
If this resolves your question, please accept the answer.
Luis