Skip to content

Commit d2d8810

Browse files
author
msebolt
committed
touchup
1 parent 18196b1 commit d2d8810

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

articles/sql-database/sql-database-connect-query-python.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,6 @@ In this quickstart, you use Python to connect to an Azure SQL database and use T
2424

2525
- [Python](https://python.org/downloads) 3 and related software
2626

27-
> [!IMPORTANT]
28-
> The scripts in this article are written to use the **Adventure Works** database.
29-
30-
> [!NOTE]
31-
> You can optionally choose to use an Azure SQL managed instance.
32-
>
33-
> To create and configure, use the [Azure Portal](sql-database-managed-instance-get-started.md), [PowerShell](scripts/sql-database-create-configure-managed-instance-powershell.md), or [CLI](https://medium.com/azure-sqldb-managed-instance/working-with-sql-managed-instance-using-azure-cli-611795fe0b44), then setup [on-site](sql-database-managed-instance-configure-p2s.md) or [VM](sql-database-managed-instance-configure-vm.md) connectivity.
34-
>
35-
> To load data, see [restore with BACPAC](sql-database-import.md) with the [Adventure Works](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/adventure-works) file, or see [restore the Wide World Importers database](sql-database-managed-instance-get-started-restore.md).
36-
3727
# [macOS](#tab/macos)
3828

3929
To install Homebrew and Python, the ODBC driver and SQLCMD, and the Python driver for SQL Server, use steps **1.2**, **1.3**, and **2.1** in [create Python apps using SQL Server on macOS](https://www.microsoft.com/sql-server/developer-get-started/python/mac/).

0 commit comments

Comments
 (0)