Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sentinel example readme clarification #613

Merged
merged 2 commits into from
Jan 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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