Skip to content

Commit cbeab5e

Browse files
committed
format
1 parent 254e65f commit cbeab5e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Last updated: 2025-05-16
160160

161161
This is an introductory workshop on Microsoft Fabric. Please follow as described below.
162162

163-
- If you're choosing the `Infrastructure via Azure Portal`, please start [here](#step-1-set-up-your-azure-environment).
163+
- If you're choosing the `Infrastructure via Azure Portal`, please start [here with Set Up Your Azure Environment](#step-1-set-up-your-azure-environment) section.
164164
- If you're choosing the `Infrastructure via Terraform` approach:
165165
1. Please follow the [Terraform guide](./terraform-infrastructure/) to deploy the necessary Azure resources for the workshop.
166166
2. Then, follow each [each section](#step-1-set-up-your-azure-environment) but `skip the creation of each resource`.

terraform-infrastructure/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,3 +331,4 @@ resource "null_resource" "cosmosdb_sql_role_assignment" {
331331
azurerm_cosmosdb_account.cosmosdb
332332
]
333333
}
334+

terraform-infrastructure/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@ variable "throughput" {
6767
description = "The throughput (RU/s) to be allocated to the Cosmos DB SQL database or container."
6868
default = 400
6969
}
70+

0 commit comments

Comments
 (0)