You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-sql/database/develop-overview.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,6 @@ ms.custom: sqldbrb=2
16
16
17
17
This article walks through the basic considerations that a developer should be aware of when writing code to connect to your database in Azure. This article applies to Azure SQL Database, and Azure SQL Managed Instance
18
18
19
-
<<<<<<< HEAD
20
-
> [!TIP]
21
-
> Look at the getting started guides for [Azure SQL Database](quickstart-content-reference-guide.md) and [Azure SQL Managed Instances](../managed-instance/quickstart-content-reference-guide.md) if you need to set up your Azure SQL database.
22
-
>
23
-
=======
24
-
>>>>>>> 54bd20292a4ec5267e2f225ce37674770070d0b5
25
-
26
19
## Language and platform
27
20
28
21
You can use various [programming languages and platforms](connect-query-content-reference-guide.md) to connect and query Azure SQL Database. You can find [sample applications](https://azure.microsoft.com/resources/samples/?service=sql-database&sort=0) that you can use to connect to the Azure SQL database.
@@ -31,11 +24,7 @@ You can leverage open-source tools like [cheetah](https://github.com/wunderlist/
31
24
32
25
## Authentication
33
26
34
-
<<<<<<< HEAD
35
-
Access to Azure SQL Database is protected with logins and firewalls. Azure SQL Database supports both SQL Server and [Azure Active Directory authentication](aad-authentication-overview.md) users and logins. Azure Active Directory (Azure AD) logins are available only in SQL Managed Instance.
36
-
=======
37
27
Access to Azure SQL Database is protected with logins and firewalls. Azure SQL Database supports both SQL Server and [Azure Active Directory (AAD) authentication](authentication-aad-overview.md) users and logins. AAD logins are available only in SQL Managed Instance.
38
-
>>>>>>> 54bd20292a4ec5267e2f225ce37674770070d0b5
39
28
40
29
Learn more about [managing database access and login](logins-create-manage.md).
0 commit comments