Please read support article "Import Export using Private Link now in Preview". All you need to know is in that article.
Azure SQL database manual backup to blob- via private link
Hi we have Azure SQL databases(on private network) and looking to database backup(BACKUP database dbname to URL ... ) and restore in to other Azure env(lets says prod database to test env database) . can we do this using BLOB option ( private network) not in exposed to public
any one can explain it whether possible or not. if this is impossible , then how do we clone the databases to prod to non prod env
any one can reply would be great help
Azure SQL Database
2 answers
Sort by: Most helpful
-
Alberto Morillo 34,666 Reputation points MVP Volunteer Moderator
2022-12-07T03:26:14.773+00:00 -
Ashwan 536 Reputation points
2022-12-07T03:54:34.397+00:00 hi @Alberto Morillo thanks for that ? Do we have any other option like
BACKUP database userdb
to URL = 'https://wwibackupstorage.blob.core.windows.core.windows.net/backup/fmedb.bak' with copy_only,compression, checksum,status =5and restore?
thanks