0

I have gone through the Azure Sentinel documentation. How to deploy the Azure Sentinel ARM template with help of Azure Blueprints?

James Z
  • 12,209
  • 10
  • 24
  • 44
Pradeep
  • 5,101
  • 14
  • 68
  • 140
  • 1
    You can easy add ARM Template as Artifact while creating the Blueprint https://learn.microsoft.com/en-us/azure/governance/blueprints/create-blueprint-portal#create-a-blueprint – Jagrati Modi Jan 06 '22 at 13:26

1 Answers1

0

I have prepared the Sentinel ARM template by following this Azure Sentinel All In One documentation.

Next, I have followed the below steps for deploying the Sentinel ARM template using Blueprint:

  1. Created a blueprint by adding the above Sentinel ARM template as an Artifact.
  2. Published a blueprint with the latest changes.
  3. Assigned a blueprint by providing the values to the parameters.

For reference Quickstart: Define and assign a blueprint in the portal

Pradeep
  • 5,101
  • 14
  • 68
  • 140