Skip to content

Commit f9023e2

Browse files
authored
Update README with images for Fabric capacity
Added images to README for better visualization.
1 parent 82d3d65 commit f9023e2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

5_analytics-bigdata/fabric/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ Last updated: 2026-02-16
1515
> Fabric capacity creation requires at least one admin member.
1616
> - Option A (recommended): set `use_current_user_as_admin = true` and let Terraform resolve the current user UPN.
1717
> - Option B: set `admin_members` explicitly to one or more UPNs like `user@domain.com`.
18-
19-
> [!TIP]
2018
> To avoid committing identities, prefer environment variables:
2119
> - PowerShell: `$env:TF_VAR_admin_members='["user@domain.com"]'`
2220
> - PowerShell (auto): keep `use_current_user_as_admin = true` and omit `admin_members`.
@@ -25,6 +23,13 @@ Last updated: 2026-02-16
2523
> - The Fabric capacity resource is created via the AzAPI provider using the ARM resource type `Microsoft.Fabric/capacities@2023-11-01`.
2624
> - The Resource Group is created via AzAPI (idempotent ARM PUT) to align with other templates in this repository.
2725
26+
27+
<img width="650" alt="image" src="https://github.com/user-attachments/assets/fb74b695-b13d-4ca1-aae6-d5386e67660a" />
28+
29+
<img width="650" alt="image" src="https://github.com/user-attachments/assets/8bb7c264-8a8f-4c8e-b7d3-62e54d464b62" />
30+
31+
<img width="650" alt="image" src="https://github.com/user-attachments/assets/799fc378-a49a-4c0d-bc6d-3fde6361f5d7" />
32+
2833
## File Descriptions
2934

3035
- **main.tf**: Creates the Resource Group and the Fabric capacity (AzAPI).

0 commit comments

Comments
 (0)