Creating Azure Blueprint with Azure SQL database + server and additional security features

John 101 Reputation points
2022-07-08T12:09:29.503+00:00

Hi, I am trying to create a basic Azure Blueprint that deploys an Azure SQL database + server. I will mainly use an ARM template and policies to audit certain features.

I want to add these features to the ARM template:

  1. TLS 1.2 encryption
  2. Transparent Data Encryption (TDE)
  3. Database/server auditing
  4. Database backup enabled
  5. Backup storage redundancy choice
  6. Datacenter region (inherited from Resource Group location)
  7. Azure Active Directory login instead of SQL authentication
  8. Option to choose the maintenance window
  9. Management Locks for resources or the Resource Group
  10. Azure Sentinel
  11. Microsoft Defender for Cloud

I was wondering if it is possible to include all these features or do I need to configure some things manually after deploying the Azure Blueprint? And what is the easiest way to setup an ARM template with all these features?

Your help would be highly appreciated.

Thanks

Azure Blueprints
Azure Blueprints
An Azure service that provides templates for quick, repeatable creation of fully governed cloud subscriptions.
72 questions
Azure SQL Database
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
923 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. GeethaThatipatri-MSFT 29,477 Reputation points Microsoft Employee
    2022-07-11T18:51:02.167+00:00

    Hi, @John Thanks for the question and for using the MS Q&A platform.
    you should be able to deploy from the ARM template however I will check with the internal product team and provide you with more details.
    please refer to this document on ARM

    Regards
    Geetha

    1 person found this answer helpful.

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.