Azure Active Directory Authentication For SQL Database | Azure

preview_player
Показать описание
In this video I'll show how to connect to Azure SQL Database using Azure Active Directory Authentication.
Рекомендации по теме
Комментарии
Автор

In the video title you are saying as azure AD auth, But you are setting the admin. How about all other users connecting to azure sql db using Azure AD auth ?

souviksahoo
Автор

Login to DB for using client ok, but how you used AD user for application access

ashokm
Автор

Does Azure SQL server supports both SQL server authentication method and Azure active directory authentication method at the same time?

soumyabettad
Автор

you are using "AAD - password" authentication. can you show how to use "AAD - universal MFA" authentication?

film-masti-
Автор

i have azure sql database and some third party wants to connect to my Azure SQL Database to fetch data from some tables or schema(granting only select(read) option).

In such case what will be the best case ??

One Option is, Creating a login user and granting Select Option on schema(ex: dbo) and giving access to the specific IP address of third party inside firewall.

do you this, this is the best solution ??

IP address will gets changes now & then on third party side, so this will make user to update firewall IP address

SajjadKhanTech