From bfbeafee787e24b87aae276f8490a4c68a75f67a Mon Sep 17 00:00:00 2001 From: Timna Brown <24630902+brown9804@users.noreply.github.com> Date: Tue, 3 Jun 2025 12:44:53 -0600 Subject: [PATCH 1/4] format --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index deb7b4d..be05721 100644 --- a/README.md +++ b/README.md @@ -863,3 +863,4 @@ If you need further assistance with the code, please click [here to view all the

Total Visitors

Visitor Count + From 75e86b206f85e734830854f39507f9c8829102d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Jun 2025 18:45:13 +0000 Subject: [PATCH 2/4] Fix Markdown syntax issues --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index be05721..3b08d2f 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,6 @@ Last updated: 2025-06-03 Centered Image - ## Important Considerations for Production Environment
@@ -153,8 +152,8 @@ Last updated: 2025-06-03 - An `Azure subscription is required`. All other resources, including instructions for creating a Resource Group, are provided in this workshop. - `Contributor role assigned or any custom role that allows`: access to manage all resources, and the ability to deploy resources within subscription. - If you choose to use the Terraform approach, please ensure that: - - [Terraform is installed on your local machine](https://developer.hashicorp.com/terraform/tutorials/azure-get-started/install-cli#install-terraform). - - [Install the Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli) to work with both Terraform and Azure commands. + - [Terraform is installed on your local machine](https://developer.hashicorp.com/terraform/tutorials/azure-get-started/install-cli#install-terraform). + - [Install the Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli) to work with both Terraform and Azure commands. ## Where to start? @@ -863,4 +862,3 @@ If you need further assistance with the code, please click [here to view all the

Total Visitors

Visitor Count - From 9330675c7fc368f21044314221bdf383d875446a Mon Sep 17 00:00:00 2001 From: Timna Brown <24630902+brown9804@users.noreply.github.com> Date: Tue, 3 Jun 2025 12:45:19 -0600 Subject: [PATCH 3/4] clean --- terraform-infrastructure/main.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/terraform-infrastructure/main.tf b/terraform-infrastructure/main.tf index 9a89281..25a04d8 100644 --- a/terraform-infrastructure/main.tf +++ b/terraform-infrastructure/main.tf @@ -331,4 +331,3 @@ resource "null_resource" "cosmosdb_sql_role_assignment" { azurerm_cosmosdb_account.cosmosdb ] } - From 1e2d30358f949170581985c8f5aea3d1379019fe Mon Sep 17 00:00:00 2001 From: Timna Brown <24630902+brown9804@users.noreply.github.com> Date: Tue, 3 Jun 2025 12:48:49 -0600 Subject: [PATCH 4/4] cleaning --- terraform-infrastructure/variables.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/terraform-infrastructure/variables.tf b/terraform-infrastructure/variables.tf index 657a8f2..5d84313 100644 --- a/terraform-infrastructure/variables.tf +++ b/terraform-infrastructure/variables.tf @@ -67,4 +67,3 @@ variable "throughput" { description = "The throughput (RU/s) to be allocated to the Cosmos DB SQL database or container." default = 400 } -