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
- Create Users for DB and grant permissions?
- does it support to deploy a Dacpac to DB?