Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ Last updated: 2025-06-03
<img src="https://github.com/user-attachments/assets/21ec5d04-1c9b-4273-ad98-7b46186de78e" alt="Centered Image" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
</div>


## Important Considerations for Production Environment

<details>
Expand Down Expand Up @@ -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?

Expand Down
1 change: 0 additions & 1 deletion terraform-infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -331,4 +331,3 @@ resource "null_resource" "cosmosdb_sql_role_assignment" {
azurerm_cosmosdb_account.cosmosdb
]
}

1 change: 0 additions & 1 deletion terraform-infrastructure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,3 @@ variable "throughput" {
description = "The throughput (RU/s) to be allocated to the Cosmos DB SQL database or container."
default = 400
}