Files
azuredatastudio/extensions/azurehybridtoolkit/notebooks/hybridbook/content/data-portability
Alex Ma fa608f9f80 Azure SQL Hybrid Cloud Toolkit Notebooks Extension Command (#13286)
* added extension folder incomplete

* WIP extension progress

* notebook finally opens in side panel

* notebook now opens via notebook extension

* html file spaces restored

* package json fixed

* fixed vscode import issue

* more cleanup

* remove git stuff

* placeholder icon logos added

* fixed gulpfile

* cleanup changes

* vscode import fixed

* fixed main and yarn.lock

* added provided notebooks view

* formatting for package.json

* removed first command as its not necessary

* fixed notebook typo

* readded spaces
2020-11-11 13:50:36 -08:00
..

Data Portability

Home

Notebooks in this Chapter

The Notebooks in this chapter perform a data migration using a custom Azure function that can be deployed to an Azure subscription. It enables Azure Batch computing of a complex SQL Server migration to and from a single Resource Group. Azure Batch is a process that runs large-scale parallel and high-performance computing (HPC) batch jobs efficiently in Azure. This greatly reduces the processing required locally which should prevent long execution times, timeouts and retries. Importing and exporting data to and from Azure is supported for multiple SQL database instances. Data is imported and exported to and from standard SQL backup formats (*.bacpac) which "encapsulates the database schema as well as the data stored in the database" (Microsoft Docs).

  1. The Azure function must first be deployed using the setup notebook
  2. Open the notebook for the desired migration path
  3. Configure and execute notebook
  4. Monitor progress with periodic notebook queries
  5. Verify data has been imported/exported by reviewing the storage account for the migrated Resource Group