-1

It's the year 2017, I'm wondering if you can you add a DB user to an Azure SQL instance from the portal? Or?

arcom
  • 612
  • 4
  • 11
  • 18

1 Answers1

2

I've needed to do this recently. I added the user from the portal, but it was still by issuing commands in the SQL window within the portal as opposed to clicking a button labeled "Add Login". As far as I know, you still either need to use SSMS or straight SQL

Kyle Burns
  • 1,164
  • 7
  • 16