97.1k views
5 votes
You are using Azure SQL Database. In which type of authentication is a combination of username and password required?

A. SQL Authentication
B. Azure AD Authentication

User Jukempff
by
8.3k points

1 Answer

7 votes

Final answer:

In Azure SQL Database, a combination of username and password is required for SQL Authentication.

Step-by-step explanation:

In Azure SQL Database, a combination of username and password is required for SQL Authentication. SQL Authentication is a type of authentication mechanism commonly used in database systems, including Azure SQL Database.

Azure AD Authentication, on the other hand, uses Azure Active Directory to authenticate users, but it doesn't require a combination of username and password.

Therefore, the correct choice in this case would be SQL Authentication.

User NarendraR
by
7.9k points