Alex Ma ce0ef01793 restored spaces 5 years ago
..
Assessments 91f241c5cc added sql-hybrid-cloud-toolkit 5 years ago
data-portability 91f241c5cc added sql-hybrid-cloud-toolkit 5 years ago
hadr 91f241c5cc added sql-hybrid-cloud-toolkit 5 years ago
networking 91f241c5cc added sql-hybrid-cloud-toolkit 5 years ago
offline-migration 91f241c5cc added sql-hybrid-cloud-toolkit 5 years ago
provisioning 91f241c5cc added sql-hybrid-cloud-toolkit 5 years ago
ConnectionDialogue.ipynb 91f241c5cc added sql-hybrid-cloud-toolkit 5 years ago
LICENSE.md 91f241c5cc added sql-hybrid-cloud-toolkit 5 years ago
appendices.md 91f241c5cc added sql-hybrid-cloud-toolkit 5 years ago
glossary.md 91f241c5cc added sql-hybrid-cloud-toolkit 5 years ago
prereqs.ipynb 91f241c5cc added sql-hybrid-cloud-toolkit 5 years ago
readme.md ce0ef01793 restored spaces 5 years ago

readme.md

Welcome to the Azure SQL Hybrid Cloud Toolkit!

Chapters

  • Prerequisites and Initial Setup - Notebook installation of required modules.

  • Assessments - Notebooks that contain examples to determine whether a given database or SQL Server instance is ready to migrate by utilizing SQL Assessments. SQL instances are scanned based on a "best practices" set of rules.

  • Networking - Setup secure Point-to-Site (P2S) or Site-to-Site (S2S) network connectivity to Microsoft Azure using a Virtual Private Network (VPN). This notebook serves as a building block for other notebooks as communicating securely between on-premise and Azure is essential for many tasks.

  • Provisioning - Creating and communicating with SQL Resources in Microsoft Azure. Includes common tasks such as creating SQL Virtual Machines or SQL Managed Instances in the cloud.

  • Data Portability - Install a custom Azure function to facilitate importing and exporting cloud resources. The solution uses parallel tasks in Azure Batch to perform data storage work. Azure Batch is a process that runs large-scale parallel and high-performance computing jobs efficiently in Azure.

  • High Availability and Disaster Recovery - Notebooks to leverage Azure SQL for business continuity in a hybrid cloud environment.

  • Offline Migration - Notebooks to perform various migrations.

  • Glossary - set of defined terms.

  • Appendices - misc info.

About

The Azure SQL Hybrid Cloud Toolkit is a Jupyter Book extension of Azure Data Studio (ADS) designed to help Azure SQL Database and ADS users deploy, migrate and configure for a hybrid cloud environment. The toolkit was designed with and intended to be executed within ADS. This is to ensure the best possible user experience for those without vast knowledge of Azure services while adhering closely to the software best practices standards required by experienced cloud users.

Goals and Methodology

The toolkit better positions a customer with regards to planning, migrating, and thriving in a hybrid cloud environment by:

  • Providing SQL Azure users with reliable free software and content that is well-written and executable
  • Greatly simplifying the integration of Azure Data services into an existing environment
  • Positioning Azure to be the natural cloud services choice with a low-friction experience
  • Notebooks are executable by a normal user (unless otherwise specificed) on minimal hardware
  • Most notebooks require some configuration. If so, the proper configurations should be clearly located towards the top of the notebook or cell, whichever is most appropriate
  • By design, Notebooks are written to be executed from top-to-bottom. Therefore, each notebook has a specific task to perform and should focus only on that task. It may contain several cells to execute but it will adhere to the one-task per notebook paradigm

NOTE: Executing notebooks could potentially create new Azure Resources which may incur charges to the Azure Subscription. Make sure the repercussions of executing any cells are understood.