From 556faf471995cf62778b091d5efcdc61a3b7f6b2 Mon Sep 17 00:00:00 2001 From: Brooke Hamilton Date: Fri, 14 Jan 2022 15:06:32 -0500 Subject: [PATCH 1/2] sentinel readme --- src/bicep/examples/sentinel/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/bicep/examples/sentinel/README.md b/src/bicep/examples/sentinel/README.md index b58e6d1ee..68a7b2356 100644 --- a/src/bicep/examples/sentinel/README.md +++ b/src/bicep/examples/sentinel/README.md @@ -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 then used as parameter inputs for a Terraform template. ## What this example does @@ -13,8 +11,6 @@ The docs on Azure Sentinel: Date: Fri, 14 Jan 2022 15:07:53 -0500 Subject: [PATCH 2/2] sentinel readme --- src/bicep/examples/sentinel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bicep/examples/sentinel/README.md b/src/bicep/examples/sentinel/README.md index 68a7b2356..1be0fc47b 100644 --- a/src/bicep/examples/sentinel/README.md +++ b/src/bicep/examples/sentinel/README.md @@ -1,6 +1,6 @@ # Sentinel 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 then used as parameter inputs for a Terraform template. +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