Azure SQL database manual backup to blob- via private link

Ashwan 536 Reputation points
2022-12-07T02:34:31.457+00:00

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
{count} votes

2 answers

Sort by: Most helpful
  1. Alberto Morillo 34,666 Reputation points MVP Volunteer Moderator
    2022-12-07T03:26:14.773+00:00

    Please read support article "Import Export using Private Link now in Preview". All you need to know is in that article.

    0 comments No comments

  2. 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 =5

    and restore?

    thanks


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.