Adding Users to SQL Azure Database with ARM template

Viewed 2813

I am trying to create users inside DB and grant some specific permission each user; with the help of ARM template. But I do not find a way to do it using ARM.

Can someone tell me is it supported by the ARM templates to

  1. Create Users for DB and grant permissions?
  2. does it support to deploy a Dacpac to DB?
1 Answers
Related