File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ Last updated: 2025-06-03
8484 <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 ;" />
8585</div >
8686
87-
8887## Important Considerations for Production Environment
8988
9089<details >
@@ -153,8 +152,8 @@ Last updated: 2025-06-03
153152- An ` Azure subscription is required ` . All other resources, including instructions for creating a Resource Group, are provided in this workshop.
154153- ` Contributor role assigned or any custom role that allows ` : access to manage all resources, and the ability to deploy resources within subscription.
155154- If you choose to use the Terraform approach, please ensure that:
156- - [ Terraform is installed on your local machine] ( https://developer.hashicorp.com/terraform/tutorials/azure-get-started/install-cli#install-terraform ) .
157- - [ Install the Azure CLI] ( https://learn.microsoft.com/en-us/cli/azure/install-azure-cli ) to work with both Terraform and Azure commands.
155+ - [ Terraform is installed on your local machine] ( https://developer.hashicorp.com/terraform/tutorials/azure-get-started/install-cli#install-terraform ) .
156+ - [ Install the Azure CLI] ( https://learn.microsoft.com/en-us/cli/azure/install-azure-cli ) to work with both Terraform and Azure commands.
158157
159158## Where to start?
160159
Original file line number Diff line number Diff line change @@ -331,4 +331,3 @@ resource "null_resource" "cosmosdb_sql_role_assignment" {
331331 azurerm_cosmosdb_account . cosmosdb
332332 ]
333333}
334-
Original file line number Diff line number Diff line change @@ -67,4 +67,3 @@ variable "throughput" {
6767 description = " The throughput (RU/s) to be allocated to the Cosmos DB SQL database or container."
6868 default = 400
6969}
70-
You can’t perform that action at this time.
0 commit comments