microsoft / mssql-docker

Official Microsoft repository for SQL Server in Docker resources
MIT License
1.74k stars 759 forks source link

db files on Azure blob #59

Open yan-hic opened 7 years ago

yan-hic commented 7 years ago

Does attach_dbs option accept hyperlinks to Azure blob storage, as per https://docs.microsoft.com/en-us/sql/relational-databases/databases/sql-server-data-files-in-microsoft-azure ?

perrysk-msft commented 7 years ago

[@yiga2] attach_dbs option does not currently work with database files that are stored in Microsoft Azure Blobs. It is on our backlog.

perrysk-msft commented 7 years ago

[@yiga2] Just FYI - The change to support attaching a db from files stored in Azure page blobs is in this PR: https://github.com/Microsoft/mssql-docker/pull/61

We'll build a new image and upload it to Docker Hub as soon as the PR is merged.