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

@@ -57,8 +57,6 @@
sections:
- title: Backup Database to Blob Storage
url: hadr/backup-to-blob
- title: Add Azure Passive Secondary Replica
url: hadr/add-passive-secondary
- title: Offline Migration
url: /offline-migration/readme
not_numbered: true
@@ -68,13 +66,9 @@
url: offline-migration/instance-to-VM
- title: Migrate Database to Azure SQL VM
url: offline-migration/db-to-VM
- title: Migrate Instance to Azure SQL MI
url: offline-migration/instance-to-MI
- title: Migrate Database to Azure SQL MI
url: offline-migration/db-to-MI
- title: Migrate Database to Azure SQL DB
url: offline-migration/db-to-SQLDB
- title: Glossary
url: /glossary
- title: Appendices
url: /appendices
url: /appendices

View File

@@ -1,39 +0,0 @@
{
"metadata": {
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python",
"version": "3.6.6",
"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": [
"Add Azure Passive Secondary Replica\n",
"============================================\n",
"\n",
"Description\n",
"-----------\n",
"\n",
"Notebook to walkthrough extending an on-premises Availability Group with an Azure Passive Secondary Replica."
],
"metadata": {
"azdata_cell_guid": "a7c75090-5d5f-4a1b-8712-461a0921f4ad"
}
}
]
}

View File

@@ -6,5 +6,3 @@ Notebooks to help with HADR tasks in a Hybrid Cloud environment.
## Notebooks in this Chapter
- [Backup Database to Blob Storage](backup-to-blob.ipynb)
- [Add Azure Passive Secondary Replica](add-passive-secondary.ipynb)

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)