From 2ade45858e96541c6887c5de3a614c4be45e2184 Mon Sep 17 00:00:00 2001 From: Alex Ma Date: Mon, 23 Nov 2020 10:43:41 -0800 Subject: [PATCH] Removal of placeholder notebooks in Hybrid Toolkit Extension (#13505) * placeholder notebooks removed and readme changed * toc updated as well --- .../notebooks/hybridbook/_data/toc.yml | 8 +--- .../content/hadr/add-passive-secondary.ipynb | 39 ------------------- .../hybridbook/content/hadr/readme.md | 2 - .../content/offline-migration/db-to-MI.ipynb | 39 ------------------- .../offline-migration/instance-to-MI.ipynb | 34 ---------------- .../content/offline-migration/readme.md | 4 -- 6 files changed, 1 insertion(+), 125 deletions(-) delete mode 100644 extensions/azurehybridtoolkit/notebooks/hybridbook/content/hadr/add-passive-secondary.ipynb delete mode 100644 extensions/azurehybridtoolkit/notebooks/hybridbook/content/offline-migration/db-to-MI.ipynb delete mode 100644 extensions/azurehybridtoolkit/notebooks/hybridbook/content/offline-migration/instance-to-MI.ipynb diff --git a/extensions/azurehybridtoolkit/notebooks/hybridbook/_data/toc.yml b/extensions/azurehybridtoolkit/notebooks/hybridbook/_data/toc.yml index d93bda1218..590a79d446 100644 --- a/extensions/azurehybridtoolkit/notebooks/hybridbook/_data/toc.yml +++ b/extensions/azurehybridtoolkit/notebooks/hybridbook/_data/toc.yml @@ -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 \ No newline at end of file + url: /appendices diff --git a/extensions/azurehybridtoolkit/notebooks/hybridbook/content/hadr/add-passive-secondary.ipynb b/extensions/azurehybridtoolkit/notebooks/hybridbook/content/hadr/add-passive-secondary.ipynb deleted file mode 100644 index 211adde7ec..0000000000 --- a/extensions/azurehybridtoolkit/notebooks/hybridbook/content/hadr/add-passive-secondary.ipynb +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/extensions/azurehybridtoolkit/notebooks/hybridbook/content/hadr/readme.md b/extensions/azurehybridtoolkit/notebooks/hybridbook/content/hadr/readme.md index a6f8f30022..f76ca5e970 100644 --- a/extensions/azurehybridtoolkit/notebooks/hybridbook/content/hadr/readme.md +++ b/extensions/azurehybridtoolkit/notebooks/hybridbook/content/hadr/readme.md @@ -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) \ No newline at end of file diff --git a/extensions/azurehybridtoolkit/notebooks/hybridbook/content/offline-migration/db-to-MI.ipynb b/extensions/azurehybridtoolkit/notebooks/hybridbook/content/offline-migration/db-to-MI.ipynb deleted file mode 100644 index 5300aea873..0000000000 --- a/extensions/azurehybridtoolkit/notebooks/hybridbook/content/offline-migration/db-to-MI.ipynb +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/extensions/azurehybridtoolkit/notebooks/hybridbook/content/offline-migration/instance-to-MI.ipynb b/extensions/azurehybridtoolkit/notebooks/hybridbook/content/offline-migration/instance-to-MI.ipynb deleted file mode 100644 index baf34530da..0000000000 --- a/extensions/azurehybridtoolkit/notebooks/hybridbook/content/offline-migration/instance-to-MI.ipynb +++ /dev/null @@ -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" - } - } - ] -} \ No newline at end of file diff --git a/extensions/azurehybridtoolkit/notebooks/hybridbook/content/offline-migration/readme.md b/extensions/azurehybridtoolkit/notebooks/hybridbook/content/offline-migration/readme.md index 2a0d153df1..de8f83d568 100644 --- a/extensions/azurehybridtoolkit/notebooks/hybridbook/content/offline-migration/readme.md +++ b/extensions/azurehybridtoolkit/notebooks/hybridbook/content/offline-migration/readme.md @@ -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)