Skip to content

Commit

Permalink
Sentinel example readme clarification (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
brooke-hamilton authored Jan 14, 2022
1 parent 7342e27 commit 7a8592a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/bicep/examples/sentinel/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Sentinel Example

This example adds an Azure Sentinel solution to a Log Analytics Workspace using Terraform.

Read on to understand what this example does, and when you're ready, collect all of the pre-requisites, then deploy the example.
This example adds an Azure Sentinel solution to a Log Analytics Workspace using Terraform. It shows how to use Terraform to deploy new resources to an existing Mission Landing Zone that was deployed using Bicep. Data from the original Bicep deployment can be retrieved using the Azure CLI and used as parameter inputs for a Terraform template.

## What this example does

Expand All @@ -13,8 +11,6 @@ The docs on Azure Sentinel: <https://docs.microsoft.com/en-us/azure/sentinel/ove
## Pre-requisites

1. Terraform ([link to download](https://www.terraform.io/downloads.html))
1. An internet connection (you can bundle Terraform dependencies, but this example does not and retrieves them from the internet)
1. A desired region to deploy Azure Sentinel into described below
1. A Mission LZ deployment (a deployment of mlz.bicep)
1. The output from that deployment described below

Expand Down

0 comments on commit 7a8592a

Please sign in to comment.