Removal of placeholder notebooks in Hybrid Toolkit Extension (#13505)

* placeholder notebooks removed and readme changed

* toc updated as well
This commit is contained in:
Alex Ma
2020-11-23 10:43:41 -08:00
committed by GitHub
parent e0b1a3460d
commit 2ade45858e
6 changed files with 1 additions and 125 deletions

View File

@@ -1,39 +0,0 @@
{
"metadata": {
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python",
"version": "3.7.8",
"mimetype": "text/x-python",
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"pygments_lexer": "ipython3",
"nbconvert_exporter": "python",
"file_extension": ".py"
}
},
"nbformat_minor": 2,
"nbformat": 4,
"cells": [
{
"cell_type": "markdown",
"source": [
"Migrate a Database to a Azure SQL Managed Instance\n",
"=============================================\n",
"\n",
"Description\n",
"-----\n",
"\n",
"Copies the database from an on-premises SQL instance to an Azure SQL Managed Instance."
],
"metadata": {
"azdata_cell_guid": "5353c044-9920-478b-b1f8-e98119b73a21"
}
}
]
}

View File

@@ -1,34 +0,0 @@
{
"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"
}
}
]
}

View File

@@ -8,9 +8,5 @@ This chapter contains a set of notebooks useful for doing offline migration of d
- [Migrate Database to Azure SQL VM](db-to-VM.ipynb)
- [Migrate Instance to Azure SQL MI](instance-to-MI.ipynb)
- [Migrate Database to Azure SQL MI](db-to-MI.ipynb)
- [Migrate Database to Azure SQL DB](db-to-SQLDB.ipynb)