November 2017
Intermediate to advanced
276 pages
7h 6m
English
To set authentication to Azure SQL Database using Azure AD users, you have to run the following command:
az sql server ad-admin create --resource-group PacktPub --server-name packtpubsqlcli --display-name x@x.com --object-id “Enter the object id of Azure AD Admin”
To get the object ID of a specific user, run the following command:
az ad user show --upn x@x.com