How to Create MSSQL database user with ARM templates

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP



How to Create MSSQL database user with ARM templates



Is it possible to create MSSQL database user and then grant a database access ( owner privileges ) to this user using ARM templates?




1 Answer
1



Not in the current iteration of ARM. Here is what is supported with SQL server ARM templates.



If you're fixed on using db user/pass to talk to the database, try a powershell script as part of your CI/CD pipeline. But you could also look at Azure AD cert-based auth or Managed Service Identity (MSI) instead.






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Firebase Auth - with Email and Password - Check user already registered

Dynamically update html content plain JS

How to determine optimal route across keyboard