Is your Storage behind a firewall? if yes, it's currently not supported.
Please check the below limitations.
Thank You
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm trying to export a database, by running the command through an Automation Account. I gave the Automation Account access to the SQL Server and to the storage account.
This is the command:
New-AzSqlDatabaseExport -AuthenticationType Sql -ResourceGroupName $sourceResourceGroupName -ServerName $sourceServerName -DatabaseName $sourceDatabaseName -StorageKeytype "StorageAccessKey" -StorageKey $secureKey -StorageUri $storageUri -AdministratorLogin $cred.UserName -AdministratorLoginPassword $sourceSecurePassword
When I try to run the runbook with this command, this error appears:
The ImportExport operation failed because the storage blob already exists.
I've already checked that all the parameters are correct and the container is empty: there isn't any blob in the container.
Both the storage account and the database have network restrictions, but they are on the same subnet and there is a private link between their private endopint.
How can I solve this?
Is your Storage behind a firewall? if yes, it's currently not supported.
Please check the below limitations.
Thank You
Hi, Welcome to MS Q&A
The error message "The Import-export operation failed because the storage blob already exists" indicates that there might be a conflicting blob in the storage container with the same name as the one you're trying to export.
Here are some steps you can take to troubleshoot and potentially resolve this issue
Currently, the private link for import/export has the following limitations:
Reference Image and docs are below
Please check and let us know , kindly accept answer , if it helps, Thankyou!