mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 10:38:31 -05:00
Removal of placeholder notebooks in Hybrid Toolkit Extension (#13505)
* placeholder notebooks removed and readme changed * toc updated as well
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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)
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user