Azure SQL server and DB deployement using ARM Template

Tejaswi Kandukuri 1 Reputation point
2021-06-16T10:29:00.517+00:00

Is there any way to create SQL Server and Database along with the below requirements using ARM

Enabling the Audit on SQL server/ Database and diagnostic settings on SQL server and database
Setting Active Directory admin and Server admin
Create a private end point for the SQL server.
White list the main Subnets
Backups

I have tried by google, using those templates and all, but there is no luck. Please help me on this.

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. Sam Cogan 10,502 Reputation points MVP
    2021-06-16T14:39:00.847+00:00

    Yes, this is entirely possible with ARM templates. You can find a library of example ARM templates here, which include

    You can also find the full ARM spec for SQL here along with any other resource.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.