Files
azuredatastudio/extensions/azurehybridtoolkit/notebooks/hybridbook/content/offline-migration/instance-to-MI.ipynb
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

34 lines
964 B
Plaintext

{
"metadata": {
"kernelspec": {
"name": "powershell",
"display_name": "PowerShell"
},
"language_info": {
"name": "powershell",
"codemirror_mode": "shell",
"mimetype": "text/x-sh",
"file_extension": ".ps1"
}
},
"nbformat_minor": 2,
"nbformat": 4,
"cells": [
{
"cell_type": "markdown",
"source": [
"Migrate SQL Server Instance to Azure SQL Managed Instance\n",
"=============================================\n",
"\n",
"Description\n",
"-----\n",
"\n",
"clone the configuration and data of a sql instance into a managed instance\n",
""
],
"metadata": {
"azdata_cell_guid": "43600853-57b3-4e60-a2a9-a28fb82af386"
}
}
]
}