Files
azuredatastudio/extensions/azurehybridtoolkit/notebooks/hybridbook/_data/toc.yml
Alex Ma 948bb5bc34 Finished Failover Clustering Notebook and preliminary Availability Group Notebook. (#14339)
* WIP changes

* toc.yml edit

* added first cell to AG page

* Changed to SSMS instructions, will need to change steps.

* switched back to SQL

* added clarification of primary server database requirement.

* fixed spaces

* split adding nodes to its own page.

* more changes

* added message for prerequisites step

* test with invoke command added

* added run direct command to failover cluster notebook

* test-cluster temp file added

* added module change and changed readme

* fixed domain name

* fixed escape

* Test Cluster changed to comment again due to permissions issue

* moved additional failover cluster to first notebook

* more cleanup

* more changes added

* added endpoint url

* fixed commas

* failover cluster wording changed

* added select for sqlvm name

* added a check for service account

* fixed secure password string

* first availability group command added

* Current Availability Group Page

* small change

* configure-ag change

* more changes

* changes made to notebooks
2021-02-23 10:41:39 -08:00

79 lines
2.2 KiB
YAML

- title: Welcome
url: /readme
not_numbered: true
- title: Prerequisites and Initial Setup
url: /prereqs
not_numbered: true
- title: Search
search: true
- title: Assessment
url: /Assessments/readme
not_numbered: true
expand_sections: false
sections:
- title: SQL Server Assessment Tool
url: Assessments/sql-server-assessment
- title: Compatibility Assessment
url: Assessments/compatibility-assessment
- title: Networking
url: /networking/readme
not_numbered: true
expand_sections: false
sections:
- title: Download VPN Client Certificate
url: networking/download-VpnClient
- title: Create Point-to-Site VPN
url: networking/p2svnet-creation
- title: Create Site-to-Site VPN
url: networking/s2svnet-creation
- title: Provisioning
url: /provisioning/readme
not_numbered: true
expand_sections: false
sections:
- title: Create Azure SQL Virtual Machine
url: provisioning/create-sqlvm
- title: Create Azure SQL Managed Instance
url: provisioning/create-sqlmi
- title: Create Azure SQL Database
url: provisioning/create-sqldb
- title: Data Portability
url: /data-portability/readme
not_numbered: true
expand_sections: false
sections:
- title: Setup Data Portability
url: data-portability/setup-adp
- title: Export Azure SQL Server
url: data-portability/export-sql-server
- title: Import Azure SQL Server
url: data-portability/import-sql-server
- title: High Availability and Disaster Recovery
url: /hadr/readme
not_numbered: true
expand_sections: false
sections:
- title: Backup Database to Blob Storage
url: hadr/backup-to-blob
- title: Create Failover Cluster
url: hadr/configure-failover
- title: Create Availability Group
url: hadr/configure-ag
- title: Offline Migration
url: /offline-migration/readme
not_numbered: true
expand_sections: false
sections:
- title: Migrate Instance to Azure SQL VM
url: offline-migration/instance-to-VM
- title: Migrate Database to Azure SQL VM
url: offline-migration/db-to-VM
- title: Migrate Database to Azure SQL DB
url: offline-migration/db-to-SQLDB
- title: Glossary
url: /glossary
- title: Appendices
url: /Appendices